Getting Started with MongoDB Atlas - Free Tier

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • Deploy a highly available database cluster using MongoDB Atlas

Комментарии • 21

  • @someshbhardwaj2495
    @someshbhardwaj2495 5 лет назад +2

    Thanks for the video. It is very helpful

  • @altamish_turk
    @altamish_turk 3 года назад

    Thanks for making this video

  • @PascalHeimlicher
    @PascalHeimlicher 4 года назад +1

    As mongoDB Atlas is very expensive when it comes to large size data, it makes sense to store media data like pictures, videos, etc separately on a content server and just store the link to it in the mongoDB documents?

    • @mongodbmichael
      @mongodbmichael  4 года назад +1

      Yes - MongoDB is not necessarily ideal for binary, large objects like pictures and videos. While we can store those, you're correct - you may be better off storing those in S3 or similar and then store the links and metadata in MongoDB.

  • @9MAS91
    @9MAS91 4 года назад

    Hi, mike I was wondering if you knew of a way to connect to MongoDB without having to download something. Similar to how with fire base I can simply import a package and call some functions to upload and download data from the server. I am attempting to upload shortened URL’s via a c++ program. Any guid to the correct direction would’ve appreciated ~

  • @sahanweerakoon8544
    @sahanweerakoon8544 4 года назад

    I owe u man 😘😘😘😘😘

  • @clubkitaofficial5439
    @clubkitaofficial5439 4 года назад

    I am making a rest api where posts are linked to the mongodb database. How do I achieve this, connecting with mongoose?

  • @aoctwilite
    @aoctwilite 4 года назад +1

    Volume is quite soft for me

  • @DevanshuMevada
    @DevanshuMevada 4 года назад

    Im not getting any Free Tier Available titled region servers in either Azure,gcp or aws. What should i do? I followed the exact steps

    • @mongodbmichael
      @mongodbmichael  4 года назад

      You should definitely see Free Tier available in multiple regions around the globe. Perhaps you come to community.mongodb.com so we can better try to troubleshoot.

  • @koustavsingharoy2356
    @koustavsingharoy2356 4 года назад

    michael thanks for this tutorial very helpful
    can you tell me a hosting where I can host my application with mongo for free as of for now main purpose is learning

    • @MongoDB
      @MongoDB 4 года назад

      Why not use mongodb atlas? You can use the static hosting capabilities within atlas to host your application.

    • @koustavsingharoy2356
      @koustavsingharoy2356 4 года назад

      That's great is it like similar heroku which provide us subdomain. Any tutorial can you provide please, that would be great thank you.

  • @hernancedillo6144
    @hernancedillo6144 4 года назад

    Greetings, so I am doing a capstone project that requires MongoDB using AWS services. Will this be a great approach without being charged?

    • @mongodbmichael
      @mongodbmichael  4 года назад +1

      Hernan Cedillo you can use Mongodb Atlas - free tier instances do not expire and do not require a credit card.

    • @hernancedillo6144
      @hernancedillo6144 4 года назад

      @@mongodbmichael Thank you, I have seen people host MongoDB using AWS documentDB instead of doing MongoDB Atlas? Do you happen to know the differences? I have been researching around the only difference I have seen is putting in your credit card?

    • @mongodbmichael
      @mongodbmichael  4 года назад +1

      @@hernancedillo6144 Why yes... the differences are significant... check this out: www.mongodb.com/atlas-vs-amazon-documentdb

    • @hernancedillo6144
      @hernancedillo6144 4 года назад

      @@mongodbmichael Sir thank you very much for this information!!! Now im able to proceed to research for proper information!!

    • @mongodbmichael
      @mongodbmichael  4 года назад +1

      @@hernancedillo6144 Great! So glad I could help. Don't hesitate reach out with any more q's. Also - we've got a new community forum where folks are asking and answering questions like these... community.mongodb.com - see you there!