/riak-nodejs-client

The official Node.js Riak client.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Riak Node.js Client

Riak Node.js 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

Installation

npm install basho-riak-client --save

Documentation

  • Master: Build Status

Most documentation is living in the wiki. For specifics on our progress here, see the release notes.

Contributing

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

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

# OR:

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

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

TODO

License and Authors

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

Contributors

Thank you to all of our contributors!