Wednesday, 12 February 2020

Is MongoDB the de facto solution when working with Node.js?

I'm not really a database guy. I'm more of a host-nothing/do-as-much-as-you-can-with-just-GitHub-pages kind of guy, but I have a client that wants a customer scheduling app and I want to get comfortable hosting/working with my own database.Can I end my search with MongoDB? Seems like I can get away with the free-tier of their hosted option. How does a document store behave differently from a key-value store? Can I have the data adhere to a JSON schema in any way? I want some structure, and ideally transactions should fail if I provide the wrong type.

Submitted February 12, 2020 at 11:46PM by brianjenkins94

No comments:

Post a Comment