add : monogdb integration
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
- [ ] Update
import_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