Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages