jasonmimick / atlas-osb

DEPRECATED: See https://github.com/mongodb/atlas-osb

Home Page:https://github.com/mongodb/atlas-osb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deal with storing instance state

jasonmimick opened this issue · comments

Currently atlas-osb uses a MongoDB connection to store instance state info (mapping to groupID, etc).
This ticket tracks updating the design to use Atlas itself - Realm app to store this automatically.
Do not require any external state mgmt solution.

See example: https://realm.mongodb.com/groups/5ef0b62a50fafd73a7943df6/apps/5f0efdec9f85970772c97a47/services

New work started on the statestorage-dynoproj branch.

We can use a Realm Values to store things directly in the cloud without any need for another cluster.

In code review.