Introducing the MongoDB Data API

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2021
  • The MongoDB Data API lets you read and modify data in MongoDB Atlas over HTTP. You don't need any additional MongoDB drivers, libraries, or connection strings; just a standard HTTP client and a valid API key.
    The Data API's endpoints expose actions that are similar to the standard query methods available in MongoDB drivers. You can call them to create, read, update, delete, or aggregate documents in your cluster.
    The Data API was covered in Episode 92 of the MongoDB Podcast with Sumedha Mehta, Product Manager at MongoDB. mongodb.libsyn.com/ep-92-intr...
    Documentation: docs.atlas.mongodb.com/api/da...
  • НаукаНаука

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

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

    This will be a Game Changer! Keep going MongoDB Team!

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

    Thank you

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

    Awesome, that is so fast to set up. Thanks Michael.

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

    Thanks for the brief introduction about mongoDB Data API

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

      You're very welcome - thanks for watching!

  • @user-xo2bd3pu9r
    @user-xo2bd3pu9r 10 месяцев назад

    Interesting, would like to see two apps, ReactJS and SwiftUI and view their transactions from the api like Realm Studio, thank you, James

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

    Thanks, would you advise against using this on the client side? What is the main advantage of the data api vs the sdk?
    Realm has the advantage as you can use Realm-web on the client side to query your database securely, in this case you would not need the server, am I right?
    I thought the data-api would be for the client side as well (similar o realm-web)

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

    Can I use this with Mongo compass? I want to use this for webhook

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

    Having $numberInt, $numberLong etc in json is not very convenient. Wish it would take plain json without mongo specific $** tags and insert data types properly.