Create a Data Enabled API in 10 Minutes with MongoDB Realm

Поделиться
HTML-код
  • Опубликовано: 21 янв 2021
  • In this screencast, I walk through the process of creating a data-enabled API using MongoDB Realm. This requires that you have a MongoDB Atlas account and that you deploy the sample datasets. These steps are explained in detail in the accompanying blog article at developer.mongodb.com/how-to/...
    If you have questions, please visit the community at community.mongodb.com
    Update - check out the MongoDB Data API here: • Introducing the MongoD...
  • НаукаНаука

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

  • @geekthegeek730
    @geekthegeek730 3 года назад +17

    I want more MongoDB Realm videos 🔥especially for React Native

  • @rickyu1978
    @rickyu1978 3 года назад +6

    Golden, im surprised realm is not covered even on the official MongoDB channel, atleast not as in-depth as this. this should be an official realm helper video. So many folks still get confused with stitch and realm, and a lot of other tutorials are out of date with the recent changes made by mongodb.

  • @viniciusdeliz9093
    @viniciusdeliz9093 3 года назад +4

    Thank you, Michael! I was having some issues to properly set the API through HTTP, and now it's working like a charm. Your content is very clear and instructive.
    However it indeed seemed like a bit pointless to use the POST request since you could use GET for that purpose. But of course POST will be useful to add data to Atlas. Cheers!

  • @marvinmeinhard4711
    @marvinmeinhard4711 2 года назад

    Awesome short and precise introduction to the topic, thanks Michael!

  • @richardkaplanmd
    @richardkaplanmd 2 года назад

    Extremely helpful to get started with a Mongo API!

  • @firebird208
    @firebird208 2 года назад +1

    This was pretty cool... On this mongo journey, I went from learning from local host connection tutorials, to cloud server tutorials with non-secure connection methods, to finally the api building tutorial... now to find the tutorial on implementing my mongo api in my python project without giving up security >< lol

  • @utubdemerda
    @utubdemerda 2 года назад

    very clear explanation. Useful even after the most recent updates. Thank you for you r work.

  • @yashgupta759
    @yashgupta759 2 года назад

    Amazing, i already know how to create restful api, also know how to fetch data, but the most important part is missed that you covered, (how to fetch your own mongodb atlas database. Answer is, by creating realm app). Thank you so much.

  • @nosikuminyoi18
    @nosikuminyoi18 3 года назад +2

    Thank you very much, Sir.

  • @stupidfilip23
    @stupidfilip23 2 года назад

    I enjoyed watching this a lot thank you!

  • @abdelilahazelhak924
    @abdelilahazelhak924 10 месяцев назад

    Amazing explanation thank you!

  • @mayanksaurabhmayanksaurabh9271
    @mayanksaurabhmayanksaurabh9271 2 года назад

    Thanks a lot. Really informative video.

  • @feeco8148
    @feeco8148 2 года назад

    excellent michael!!!!

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

    Very handy, Thank you.

  • @theseanmodd
    @theseanmodd 3 года назад +4

    PLEASE create a lot more of these an even a course on Udemy... much like Strapi did with their product... it's a competitor with MongoDB Realm and Firebase and AWS and the Udemy course is so damn impressive and thorough that it's making me want to switch over to Strapi!!

    • @siddharthkamaria
      @siddharthkamaria 3 года назад +5

      Can’t agree more with your point. I’m currently in a dilemma to go with either Firebase or Realm + MongoDB Atlas and I can barely find any good videos on MongoDB Realm offerings. Firebase is an incredible package with good community support but I find Firestore lack-lustre when it comes to an offline-first DB support. A course on MongoDB Realm is a much needed thing in 2021.

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

      I absolutely agree :)

  • @gu5on16
    @gu5on16 2 года назад

    Thanks Lynn

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

    Thanks a lot
    for this video

  • @SilasSWF
    @SilasSWF 2 года назад

    Awesome!!!

  • @rajaonceagain6314
    @rajaonceagain6314 3 года назад +3

    hy that was great, But why did you create a POST API when you are getting data instead of post?

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

    great thanks

  • @lesliesaviolawrence3830
    @lesliesaviolawrence3830 Год назад

    Hey fantastic video! Just wanted to ask one more thing, can we use this while setting up offline feature with realm?

  • @sushantd84
    @sushantd84 2 года назад

    I need guidance on transferring the mysql data to mobile app using realm sync
    I was thinking to have mongodb database and some script will push the data into mongodb
    And that will be sync into mobile app using realm sync for offline use
    Can you please guide on this use case ?

  • @askarzhaanbaev5834
    @askarzhaanbaev5834 Год назад

    I don't understand. help me please! I want to create api for frontend developer and he needs api to send get request to map data in my db

  • @joeloush6759
    @joeloush6759 6 месяцев назад

    How can I make e delete or a put/edit function?

  • @webcloudcoding9034
    @webcloudcoding9034 3 года назад +1

    how to use/add --on website?/

  • @metamedian
    @metamedian 2 года назад

    Hi Michael, what's the easiest way to push images (as a binary blob, i guess) onto a mongo database? Can I do it with Atlas?

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

      Most folks don't actually store images in MongoDB. Rather - you might choose to store images in an object store like S3, for example... and store a reference to the objects. This is primarily because images are typically greater than the maximum size of a single document in MongoDB (16mb). There are client-based solutions to this like MongoDB gridFS - and that will work with MongoDB on-prem as well as Atlas... but I might encourage you to check out the former approach as you don't really buy much by having the entire image stored directly in MongoDB. Hope this helps!

    • @metamedian
      @metamedian 2 года назад

      @@mongodbmichael Got it. Looking up s3 buckets now. Thank you!

  • @tanukhapangama7298
    @tanukhapangama7298 2 года назад

    Can we use this same method if we have made the app using react native.

    • @quintonpangyixuan3990
      @quintonpangyixuan3990 2 года назад

      Check this react native app, might help you in ur context: ruclips.net/video/d2ghcR5na9o/видео.html

  • @stephen.cabreros
    @stephen.cabreros 2 года назад

    how to remove $interger $date data types after get/find() the collection

  • @SpyrosDrakopoulos
    @SpyrosDrakopoulos Год назад +1

    3rd party services have been depreciated, this walkthrough doesn't work anymore

  • @ligonapProduktion
    @ligonapProduktion Год назад

    This video is too old to be accessible anymore. All apps with this technology no longer run and a conversion is too costly. Also there is no support from MongoDB.
    It seems to me that MonogDB is a tinker database that should not be used for commercial systems at this time. There is a lack of continuity for the use of Realm.
    In the long run, one switches back to MySQL. There a certain continuity is given.

    • @mongodbmichael
      @mongodbmichael  Год назад +1

      This video is out of date... I need to issue an update. MongoDB has great support - I'm not sure why you're saying no support. MongoDB has embraced Realm and has incorporated it into the larger developer data platform for device sync, further rounding out the solution. For more information please visit www.mongodb.com/docs/atlas/app-services/