RiakDB to MongoDB Example
This example is developed to work with MongoDB 4.4.x, Python 3.5.x and RiakDB KV 2.2.3 version.
pip install -r requirements.txtHTTP connection type on port 8098
Please don't use this in a production environment! This should be executed by an admin (root) user over the entire database.
use example_api
db.createUser({"user": "example_api", "pwd": "example_api", roles: ["readWrite"]})