vector-io icon indicating copy to clipboard operation
vector-io copied to clipboard

add : monogdb integration

Open vipul-maheshwari opened this issue 1 year ago • 0 comments

TODOs: MongoDB Integration

  • [ ] Add MONGODB to DBNames enum in src/vdf_io/names.py
  • [ ] Create and implement ExportMongoDB class in src/vdf_io/export_vdf/export_mongodb.py
  • [ ] Create and implement ImportMongoDB class in src/vdf_io/import_vdf/import_mongodb.py
  • [ ] Update export_vdf_cli.py to include ExportMongoDB
  • [ ] Updateimport_vdf_cli.py to include ImportMongoDB
  • [ ] Add MongoDB to "In Progress" section in README.md
  • [ ] Add pymongo to project dependencies
  • [ ] Write unit tests for ExportMongoDB and ImportMongoDB
  • [ ] Update configuration files for MongoDB connection details
  • [ ] Implement MongoDB-specific error handling

vipul-maheshwari avatar Jul 01 '24 13:07 vipul-maheshwari