Use this as primary mongodb for the application #884
Replies: 1 comment 1 reply
-
I dont quite know what answer you are expecting, but let me clarify that despite the name *1 free as in available in the Community edition. Additionally, the
PS: i only have skimmed the linked blogpost |
Beta Was this translation helpful? Give feedback.
-
Read: https://blog.screenshotbot.io/2024/08/10/building-a-highly-available-web-service-without-a-database/
I was thinking of building in memory Mongo base (maybe with Mongoose).
Mongo already has a 100% in-memory option as stated here: https://www.mongodb.com/docs/manual/core/inmemory/
Was thinking of building a replica set of maybe 3 (or more)
As defined in: https://www.mongodb.com/docs/manual/core/inmemory/#replica-set
What are your thoughts?
Beta Was this translation helpful? Give feedback.
All reactions