sodafoundation / strato

SODA Strato (Multi-cloud) project provides a cloud vendor agnostic data management for hybrid cloud, intercloud or intracloud. This project is renamed as 'Strato'
Apache License 2.0
234 stars 330 forks source link

[Metadata Management][Dependency Migration][mongodb] Update driver for mongodb from mgo to mongo-driver #1389

Closed josephjacobmorris closed 1 year ago

josephjacobmorris commented 1 year ago

Issue/Feature Description: Currently, Strato uses two drivers for MongoDB

  1. mgo (depreciated)
  2. mongo-driver (supported)

All use cases of depreciated driver needed with the supported driver

Occurences image

Why this issue to fixed / feature is needed(give scenarios or use cases): Depreciated Driver

josephjacobmorris commented 1 year ago

@devanshjain7 will handle the issue

josephjacobmorris commented 1 year ago

mgo driver is removed from metadata module, will raise a separate issue to track the same for across strato