joola.datastore-rethinkdb
v0.0.4
Published
joola RethinkDB Datastore
Downloads
6
Maintainers
Readme
joola RethinkDB Store
| [Technical Docs] techdocs | [Setup Guide] setup | [joola API] api-docs | Contributing contributing | [About joola] about | |-------------------------------------|-------------------------------|-----------------------------------|---------------------------------------------|-------------------------------------| | [![i1] techdocs-image] techdocs | [![i2] setup-image] setup | [![i3] api-docs-image] api-docs | [![i4] contributing-image] contributing | [![i5] about-image] about |
joola is a real-time data analytics and visualization framework. joola.datastore-rethinkdb is a joola plugin to provide RethinkDB based data store for its operation.
Setup Guide
In order to setup and use RethinkDB as joola's Datastore, following these steps:
$ npm install joola.datastore-rethinkdb
Then open your joola configuration and add something along these lines:
{
"store": {
"datastore": {
"mongodb": {
"enabled": false
},
"rethinkdb": {
"enabled": true,
"host": "localhost",
"port": 28015,
"authkey": "[AUTHKEY]",
"database": "[DB]"
}
}
}
}
Create a database named joola
in RethinkDB.
You're all set to go. to make sure it works, please run a node and monitor the log to see what provider is used.
Contributing
We would love to get your help! We have outlined a simple Contribution Policy to support a transparent and easy merging of ideas, code, bug fixes and features.
If you've discovered a security vulnerability in joola, we appreciate your help in disclosing it to us in a responsible manner via our Bounty Program.
If you're looking for a place to start, you can always go over the list of [open issues][17], pick one and get started. If you're feeling lost or unsure, just let us know.
Contact
Contacting us is easy, ping us on one of these:
- @joola
- [email protected]
- You can even fill out a form.
License
Copyright (c) 2012-2014 Joola Smart Solutions. GPLv3 Licensed, see LICENSE for details.