This program will transfer all objects from one RocksDB instance to MongoDB.
- Install Rust
- Set up MongoDB docker instance
$ docker run --name sui -p 27017:27017/tcp -d mongo:latest- Run the app
$ cargo run --releaseIt will create a temporary RocksDB instance, fill it with sample data, and copy those objects to the MongoDB instance.