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
Recently, mongodb opened a preview to create local atlas deployments (including atlas only features), which can be found at Create a Local Atlas Deployment.
Adding this to mongodb-memory-server would entail:
adding a new manager class, along the lines of MongoMemoryAtlas
having podman as a requirement for that class
likely completely different handling code than the other manager functions
no download at postinstall (because of the different options)
no unified download with other binaries
MMS would not be in charge of where the image and container storage would be
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Recently, mongodb opened a preview to create local atlas deployments (including atlas only features), which can be found at Create a Local Atlas Deployment.
Adding this to mongodb-memory-server would entail:
MongoMemoryAtlas
podman
as a requirement for that class(re #317 (comment))
For now, it is not planned to add such support (at least in the near-future) to mongodb-memory-server.
@nodkz what would you think about adding such a thing to mongodb-memory-server?
Beta Was this translation helpful? Give feedback.
All reactions