0.0.15 • Published 9 years ago

joola.datastore-mongodb v0.0.15

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

Joola

Joola is a data analytics and visualization middleware designed to help you quickly build custom, embedded data analytics applications.

Build Status Gitter chat

joola.datastore-mongodb is a joola plugin to provide MongoDB based data store for its operation.

Setup Guide

In order to setup and use MongoDB as joola's Datastore, following these steps:

$ npm install joola.datastore-mongodb

Then open your joola configuration and add something along these lines:

{
  "store": {
    "datastore": {
      "mongodb": {
        "enabled": true,
        "dsn": "mongodb://localhost:27017/joola"
      }
    }
  }
}

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, 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:

License

Copyright (c) 2012-2015 Joola Smart Solutions. GPLv3 Licensed, see LICENSE for details.

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago