Skip to content

obox-systems/demo_rocks_to_mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copy objects from RocksDB to MongoDB demo

This program will transfer all objects from one RocksDB instance to MongoDB.

Try it out!

  1. Install Rust
  2. Set up MongoDB docker instance
$ docker run --name sui -p 27017:27017/tcp -d mongo:latest
  1. Run the app
$ cargo run --release

It will create a temporary RocksDB instance, fill it with sample data, and copy those objects to the MongoDB instance.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages