Skip to content

qdqmedia/riak-go-client

This branch is 113 commits behind basho/riak-go-client:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 17, 2016
Nov 7, 2015
Aug 5, 2015
Feb 19, 2016
Jun 1, 2015
Dec 30, 2015
Feb 19, 2016
Dec 28, 2015
Aug 25, 2015
Jun 1, 2015
Aug 7, 2015
Jun 1, 2015
Aug 4, 2015
Aug 21, 2015
Feb 11, 2016
Feb 11, 2016
Feb 11, 2016
Aug 25, 2015
Sep 16, 2015
Aug 25, 2015
Aug 25, 2015
Feb 11, 2016
Feb 11, 2016
Feb 19, 2016
Feb 17, 2016
Sep 13, 2015
Feb 17, 2016
Dec 31, 2015
Aug 19, 2015
Feb 17, 2016
Feb 11, 2016
Feb 11, 2016
Feb 11, 2016
Aug 20, 2015
Nov 1, 2015
Feb 11, 2016
Feb 17, 2016
Nov 1, 2015
Nov 1, 2015
Dec 29, 2015
Aug 27, 2015
Aug 13, 2015
Aug 27, 2015
Feb 17, 2016
Feb 19, 2016
Feb 17, 2016
Aug 27, 2015
Sep 4, 2015
Nov 1, 2015
Feb 11, 2016
Aug 19, 2015
Nov 7, 2015
Jul 1, 2015
Feb 11, 2016
Dec 31, 2015
Dec 31, 2015
Feb 11, 2016
Feb 11, 2016
Feb 17, 2016
Sep 13, 2015
Nov 1, 2015
Aug 25, 2015
Feb 11, 2016
Aug 25, 2015
Aug 27, 2015
Jul 21, 2015
Aug 19, 2015
Aug 19, 2015
Feb 17, 2016
Aug 19, 2015
Aug 7, 2015

Repository files navigation

Riak Go Client

The Riak Go Client is a client which makes it easy to communicate with Riak, an open source, distributed database that focuses on high availability, horizontal scalability, and predictable latency. Both Riak and this code is maintained by Basho.

  1. Installation
  2. Documentation
  3. Contributing
  4. Roadmap
  5. License and Authors

Build Status

Build Status

Installation

go get github.com/basho/riak-go-client

Documentation

Contributing

Note: Please clone this repository in such a manner that submodules are also cloned:

git clone --recursive https://github.com/basho/riak-go-client

OR:

git clone https://github.com/basho/riak-go-client
git submodule init --update

This repository's maintainers are engineers at Basho and we welcome your contribution to the project! Review the details in CONTRIBUTING.md in order to give back to this project.

An honest disclaimer

Due to our obsession with stability and our rich ecosystem of users, community updates on this repo may take a little longer to review.

The most helpful way to contribute is by reporting your experience through issues. Issues may not be updated while we review internally, but they're still incredibly appreciated.

Thank you for being part of the community! We love you for it.

Roadmap

  • 1.0.0 - Full Riak 2 support with command queuing and retries.

License

The Riak Go Client is Open Source software released under the Apache 2.0 License. Please see the LICENSE file for full license details.

These excellent community projects inspired this client and parts of their code are in riak-go-client as well:

Authors

Contributors

Thank you to all of our contributors!

Packages

No packages published

Languages

  • Go 98.3%
  • PowerShell 1.1%
  • Other 0.6%