Build a Totally Serverless REST API with MongoDB Atlas

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ส.ค. 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!

  • @boutiflet
    @boutiflet ปีที่แล้ว +1

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

  • @tushardeshmukh7740
    @tushardeshmukh7740 ปีที่แล้ว

    Nicely explained. more and more developer will use Mongodb.

  • @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 ?

  • @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

  • @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

  • @brokercl
    @brokercl 3 หลายเดือนก่อน

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

  • @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 :-)

  • @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

  • @MA-br6jf
    @MA-br6jf 11 หลายเดือนก่อน

    Thxxx :)

  • @poornatejakonatham03
    @poornatejakonatham03 9 หลายเดือนก่อน

    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 ?

  • @joeloush6759
    @joeloush6759 8 หลายเดือนก่อน

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

  • @timmanning9
    @timmanning9 ปีที่แล้ว

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

  • @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?

  • @joeloush6759
    @joeloush6759 8 หลายเดือนก่อน

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

  • @apaajaapaaja473
    @apaajaapaaja473 ปีที่แล้ว

    how to find by id? please answer my question

  • @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)

  • @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?

  • @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/

  • @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! 💚

  • @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!