Build a Totally Serverless REST API with MongoDB Atlas

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024

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

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

    ✅ Sign-up for a free cluster at: mdb.link/free-FkD_tf8vkfg
    ✅ Get help on our Community Forums: mdb.link/community-FkD_tf8vkfg

  • @Pareshbpatel
    @Pareshbpatel Год назад +2

    An excellent introduction to building a Serverless REST API with MongoDB Atlas. Thanks, Nic
    {2022-11-15}

  • @DeffQ
    @DeffQ 9 месяцев назад +2

    Nice and clear tutorial. Exactly what I was searching for. Thanks!

    • @MongoDB
      @MongoDB  9 месяцев назад

      You're welcome!

  • @unrealdoc8191
    @unrealdoc8191 8 месяцев назад +1

    Gr8 guide, easy to understand.
    How to get a specific person from a url like "...person/1" ?
    What would the route and function look like ?

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

    Nicely explained. more and more developer will use Mongodb.

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

    Oh my !
    It's perfect for my stupid project! 😍

  • @ElTebe
    @ElTebe 4 месяца назад

    Its freakin awesome, thanks!

  • @fabiotrevezane
    @fabiotrevezane 9 месяцев назад

    Parabens primeiro conteudo que me ajudou realmente utilizar a api do mongo db

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

    Thanks for this video it really helps me

  • @mykalimba
    @mykalimba Год назад +3

    As a beginner/hobbyist web developer, I find the pay-as-you-go benefit that serverless offers to be a strong argument to switch from running dedicated Atlas clusters. BUT... I -- and many other developers, I'm sure -- don't want to have to manually enter code into a web page portal. That's a nonstarter. Is there some sort of API + process that allows me to deploy my serverless code from git?

    • @mongodb_nraboy
      @mongodb_nraboy Год назад +2

      Yes, you can use the CLI and make it part of your pipeline. I only did the web version to get everyone started :-)

  • @brokercl
    @brokercl 3 месяца назад

    cant access from flutter to endpoints, and I dont know why, the web is launch from url_launcher packaged

  • @wil9861
    @wil9861 4 месяца назад

    What about caching , configuring domain names e.t.c Are there examples of projects using Atlas serverless, configuring environments/ stages , IaC e.t.c

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

    thank you for the video. where can I find the other endpoints and functions like put for update and get one object?

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

    I need to create a endpoint or it's not necessary because we have a default endpoint?

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

    I am new to all of this, I wanted to ask how do you update or delete a specific item in the collection? Thanks

  • @poornatejakonatham03
    @poornatejakonatham03 8 месяцев назад

    Are these endpoints accessible to any HTTP client? For my next.js app, browser always throws CORS error even though my domain is whitelisted under App Settings. Postman works fine. What's the purpose of these endpoints?

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

    Thanks a lot for the vid! i joined a project which this serverless structure is used. İs there a way to run and test is locally? Or do i have to deploy in every change and test it with postman ?

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

    Thanks very much Nic. I’ve gone serverless with App Services on my current project and have been testing the limits of what I can do. So far, so good. One thing that I’m trying to do now is to use a function to upload media to an AWS S3 bucket. I know there was third party integrations like that back when it was Stitch but they are no longer available. Is there plans to bring that back or is there a way to achieve this with a single function?

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

      have you tried for uploading using pre-signed URL?

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

    Does this Mongo UI have a place to use Docker Image for deployment?

  • @MA-br6jf
    @MA-br6jf 11 месяцев назад

    Thxxx :)

  • @user-nr7ot6gn7q
    @user-nr7ot6gn7q 5 месяцев назад

    REST API with MongoDB Atlas CURD Operations please, in this tutorial (Get- Create), (Put- Update), (Post-Read), (Delete)........
    how to create HTTPS Endpoints this one (PUT, Patch, delete)

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

    Does anyone know how to do a delete or a put/edit function?

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

    how to find by id? please answer my question

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

    Does anyone know how can I add some images via Postman?

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

    I'm currently experimenting with the MongoDB App Services and as these HTTPS endpoints/serverless functions are a paid service. How can someone insulate themselves from an influx of traffic that is excessive, perhaps nefarious? Any insulation from DDoS attacks? Any way to set rate limiting for authenticated users?

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

      Hi Justin! Thanks for reaching out. Atlas App Services has a default rate limit of 5k ops/s. Users can set an alert on the request rate in their Atlas alerts if they want notification of any thresholds.
      Within AWS, we have standard DDoS protection enabled. App Services also support IP Access Lists and is looking into more rate limiting/throttling features in the future.

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

      @@MongoDB Awesome! Thanks for the info. It helps a lot.

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

      Happy to help! 💚

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

    Does autocomplete and search feature also available on serverless?

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

      Hi there! Currently Atlas Search is not available on Serverless instances so the autocomplete feature is also unavailable. You can view all limitations of Serverless instances in our docs: www.mongodb.com/docs/atlas/reference/serverless-instance-limitations/

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

    How to optimise fetch to loop and get 6mb data when the data exceeds the 6mb limit?

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

      👋 Hi Aravind! Can you please provide more information on your question?

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

    Where is the authorization video?

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

      Hi there! Can you please explain your request?

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

    This tutorial is out of date. There is no such thing as the Atlas tab

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

      Thanks for sharing the feedback, Ryan!