Skip to content

InTheZ/riaktomongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

riaktomongo

RiakDB to MongoDB Example

Environment Setup

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.txt

Configuration

RiakDB Configuration

HTTP connection type on port 8098

MongoDB Configuration

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"]})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages