No video

Build a Totally Serverless REST API with MongoDB Atlas

  Рет қаралды 22,169

MongoDB

MongoDB

Күн бұрын

Пікірлер: 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 Жыл бұрын
An excellent introduction to building a Serverless REST API with MongoDB Atlas. Thanks, Nic {2022-11-15}
@mongodb_nraboy
@mongodb_nraboy Жыл бұрын
No problem!
@DeffQ
@DeffQ 9 ай бұрын
Nice and clear tutorial. Exactly what I was searching for. Thanks!
@MongoDB
@MongoDB 9 ай бұрын
You're welcome!
@unrealdoc8191
@unrealdoc8191 8 ай бұрын
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 ?
@boutiflet
@boutiflet Жыл бұрын
Oh my ! It's perfect for my stupid project! 😍
@tushardeshmukh7740
@tushardeshmukh7740 Жыл бұрын
Nicely explained. more and more developer will use Mongodb.
@fabiotrevezane
@fabiotrevezane 9 ай бұрын
Parabens primeiro conteudo que me ajudou realmente utilizar a api do mongo db
@mykalimba
@mykalimba Жыл бұрын
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 Жыл бұрын
Yes, you can use the CLI and make it part of your pipeline. I only did the web version to get everyone started :-)
@ElTebe
@ElTebe 4 ай бұрын
Its freakin awesome, thanks!
@joeloush6759
@joeloush6759 8 ай бұрын
Thanks for this video it really helps me
@FarshadMahmoudifar
@FarshadMahmoudifar Жыл бұрын
thank you for the video. where can I find the other endpoints and functions like put for update and get one object?
@brokercl
@brokercl 4 ай бұрын
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
@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 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 11 ай бұрын
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?
@joeloush6759
@joeloush6759 8 ай бұрын
Does anyone know how to do a delete or a put/edit function?
@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
@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)
@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! 💚
@amdphreak
@amdphreak Жыл бұрын
This tutorial is out of date. There is no such thing as the Atlas tab
@MongoDB
@MongoDB Жыл бұрын
Thanks for sharing the feedback, Ryan!
@heyoung548
@heyoung548 Жыл бұрын
Where is the authorization video?
@MongoDB
@MongoDB Жыл бұрын
Hi there! Can you please explain your request?
what will you choose? #tiktok
00:14
Анастасия Тарасова
Рет қаралды 5 МЛН
When you discover a family secret
00:59
im_siowei
Рет қаралды 20 МЛН
WILL IT BURST?
00:31
Natan por Aí
Рет қаралды 28 МЛН
Kids' Guide to Fire Safety: Essential Lessons #shorts
00:34
Fabiosa Animated
Рет қаралды 17 МЛН
Spring Boot Tutorial - Build a Rest Api with MongoDB
1:12:30
Amigoscode
Рет қаралды 226 М.
MongoDB Crash Course 2022
27:22
Traversy Media
Рет қаралды 199 М.
How to build a REST API with TypeScript & MongoDB
21:17
Tom Shaw
Рет қаралды 14 М.
REST API Crash Course - Introduction + Full Python API Tutorial
51:57
DHH discusses SQLite (and Stoicism)
54:00
Aaron Francis
Рет қаралды 59 М.
what will you choose? #tiktok
00:14
Анастасия Тарасова
Рет қаралды 5 МЛН