DEV Community

Discussion on: MongoDB Atlas Hackathon Help Thread

Collapse
 
shaijut profile image
Shaiju T

Thanks. 2 question.

  1. In automation innovation can we try to automate thinks like mail support to bot based, my application will be security domain based ?

  2. Does Mongo db has just key value store like redis, is there any specific product to store large number of links as values, to query faster ?

Thread Thread
 
joellord profile image
Joel Lord

To your first question, the answer is yes! Anything that uses an Atlas Serveless instance (docs.atlas.mongodb.com/tutorial/cr...) will fit in this category.

For your second question, MongoDB offers a flexible data schema that can accommodate just about any type of data format. The speed of the query will depend on many different factors. I suggest that you start by exploring the data modeling intro from our docs (docs.mongodb.com/manual/core/data-...), or the talk “From Tables to Documents” (youtube.com/watch?v=j9N1dIVmV48).