You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of writing this issue, MongoDB is the only production capable database that can be configured for cloud side storage. Mongo recently changed their licensing terms, making it harder to consume the open-horizon platform into a commercial product. This issue will extend the sync service to support CouchDB as an alternative.
The storage component of the sync-service has a golang interface that is used by the core to persist object metadata and the objects themselves. The task is to provide an implementation of that interface which works with CouchDB.
The text was updated successfully, but these errors were encountered:
As of writing this issue, MongoDB is the only production capable database that can be configured for cloud side storage. Mongo recently changed their licensing terms, making it harder to consume the open-horizon platform into a commercial product. This issue will extend the sync service to support CouchDB as an alternative.
The storage component of the sync-service has a golang interface that is used by the core to persist object metadata and the objects themselves. The task is to provide an implementation of that interface which works with CouchDB.
The text was updated successfully, but these errors were encountered: