DEV Community

Discussion on: MongoDB Atlas Hackathon Help Thread

Collapse
 
shaijut profile image
Shaiju T • Edited

@thepracticaldev Can we take part as a team, And its ok to show the working application in github, and in local machine without hosting ?

Collapse
 
joellord profile image
Joel Lord

Hi @shaijut,

Yes, you can definitely submit as a team. The more, the merrier, right? The prize will be sent to the person who posted the submissions, and you will need to work it out as a team.

For the application, it doesn’t need to be hosted anywhere, although you might want to look into Realm Hosting since using multiple services might make the judges happy 😜.

Whether you host the application or not, make sure that you provide detailed instructions on how to set up the application so that the judges can give it a try.

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).