Serverless
Sign in to follow topics
Featured
Quickstart
MongoDB Atlas Serverless Instances: Quick Start
MongoDB Atlas serverless instances are now generally available! What is a serverless instance you might ask? In short, it’s an on-demand serverless database. In this article, we'll deploy a MongoDB Atlas serverless instance and perform some basic CRUD operations.Jun 28, 2022
Jesse Hall
All Serverless Content
- Newest
- Highest Rated
- Closest Upcoming
Tutorial
Getting Started with MongoDB Atlas and Azure Functions using .NET and C#
Learn how to build scalable serverless functions on Azure that communicate with MongoDB Atlas using C# and .NET.Feb 14, 2023
Nic Raboy
Tutorial
Interact with MongoDB in an AWS Lambda Function Using Go
In this tutorial, we'll see how to create a serverless function using the Go programming language and that function will connect to and query MongoDB Atlas in an efficient manner.Jan 19, 2023
Nic Raboy
Video
How to use Azure Functions with the MongoDB Node.js Drivers
Learn how to setup and deploy serverless functions with Azure Functions that interact with MongoDB in this video tutorial featuring Nic Raboy. You'll see how to configure Microsoft Azure, build and test a local functions project, deploy to the cloud, and interact with MongoDB. Resources: https://trymongodb.com/3FxsGdk Connect with Nic on Twitter: https://twitter.com/nraboy ⏱️ Timestamps ⏱️ 00:00 - Intro 00:28 - The Prerequisites 02:05 - Create New Azure Project 06:20 - Create New Azure Function 19:03 - Run and Test an Azure Function Locally 20:07 - Link the Remote and Local Azure Projects 22:24 - Creating Environment Variables in Azure 24:45 - Push the Local Function to the Cloud 26:51 - A Review of the Azure Functions with MongoDB Development Process — ✅ Sign-up for a free cluster at: https://bit.ly/mongodb-free ✅ Get help on our Community Forums: https://bit.ly/mongodb-community Subscribe to MongoDB ➡️ https://bit.ly/3bpg1Z1 #mongodb #azure #nodejs #databaseDec 15, 2022
Video
Build a Totally Serverless REST API with MongoDB Atlas
✅ Sign-up for a free cluster at: https://bit.ly/mongodb-free ✅ Get help on our Community Forums: https://bit.ly/mongodb-community Want to go totally serverless in your application development? I’m talking serverless database and serverless application for maximum scalability. In this tutorial, Nic Raboy demonstrates how to launch a serverless database instance of MongoDB, create a serverless function with JavaScript, and make everything accessible with HTTPS endpoints. Connect with Nic on Twitter: https://twitter.com/nraboy ⏱️ Timestamps ⏱️ 00:00:00 - Intro 00:00:43 - Create a MongoDB Serverless Instance 00:02:19 - Create a Serverless Application with Atlas App Services 00:03:36 - Create HTTPS Endpoints 00:06:38 - Adding Serverless Function Logic to an HTTPS Endpoint 00:10:29 - Testing your HTTPS Endpoint and Function 00:12:03 - More HTTPS Endpoints and Functions 00:15:27 - A Review of the Development Process 00:16:30 - A Quick Note on MongoDB Atlas Serverless Security 00:18:47 - Outro — Subscribe to MongoDB ➡️ https://bit.ly/3bpg1Z1 #mongodb #database #serverlessNov 15, 2022
Tutorial
Build a Totally Serverless REST API with MongoDB Atlas
Learn how to go totally serverless in both the database and application by using MongoDB Atlas serverless instances and the MongoDB Atlas App Services.Nov 04, 2022
Nic Raboy
Tutorial
Developing Your Applications More Efficiently with MongoDB Atlas Serverless Instances
In this short and sweet tutorial, we'll see how easy it is to get started with a MongoDB Atlas serverless instance and how to begin to develop an application against it.Oct 17, 2022
Nic Raboy
Video
Create a Twitter Clone using Next.js, MongoDB, Auth0, & Deploy to Vercel
✅ Sign-up for a free cluster at: https://bit.ly/mongodb-free ✅ Get help on our Community Forums: https://bit.ly/mongodb-community In this video, we'll create a Twitter clone Jamstack application using the MongoDB Atlas Data API, @Auth0, Next.js, and @Vercel. This workshop will walk you through each step and will help you easily follow along step by step. 📚 RESOURCES 📚 GitHub Repo: https://github.com/mongodb-developer/social-app-demo MongoDB Atlas: https://bit.ly/mongodb-free MongoDB VS Code extension: https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode MongoDB Compass: https://www.mongodb.com/try/download/compass Auth0: https://auth0.com/signup Vercel: https://vercel.com/signup Connect with Jesse: Twitter: https://bit.ly/tweet-codeSTACKr ⏱️ Timestamps ⏱️ 00:00:00 - Intro 00:00:33 - Agenda 00:00:59 - Exercise Overview 00:02:18 - Prerequisites 00:03:04 - What is the Jamstack? 00:06:00 - Reduce Complexity & Increase Portability 00:06:10 - What is Serverless? 00:07:13 - Serverless Instances 00:08:16 - Atlas Serverless Functions & HTTPS Endpoints 00:09:18 - Atlas Data API 00:10:26 - Consider the Alternatives 00:11:27 - Workshop GitHub Repo 00:11:59 - Lesson 1 - Fork & Clone the Workshop Repo 00:13:31 - Lesson 2 - Create Atlas Cluster 00:18:35 - Lesson 3 - Load Sample Data 00:19:22 - Option 1: MongoDB VS Code Extension 00:23:26 - Option 2: MongoDB Compass 00:26:12 - Lesson 4 - Test Data API 00:31:55 - Lesson 5 - Set Up Local App 00:48:23 - Lesson 6 - Atlas Functions & HTTPS Endpoints 00:50:38 - Lesson 7 - Configure User Auth 01:07:04 - Lesson 8 - Add Like Functionality 01:13:27 - Lesson 9 - Create Search Index & Route 01:20:06 - Lesson 10 - Deploy your Application! --- Subscribe to MongoDB ➡️ https://bit.ly/3bpg1Z1 #mongodb #database #tutorialSep 27, 2022
Video
How to Deploy your Serverless Full-Stack App with Google Cloud Run and MongoDB Atlas
✅ Subscribe to MongoDB Atlas on Google Cloud: https://bit.ly/3KOx4H9 In this video, you'll learn what is serverless, how to deploy a serverless MEAN stack application on Google Cloud Run, and how to create a MongoDB Atlas serverless instance. 📚 RESOURCES 📚 Learn more about Google Cloud Run and MongoDB Atlas serverless instances - https://bit.ly/mongodb-google-cloud ⏱️ Timestamps ⏱️ 0:00 Introduction 0:14 Autoscaling 1:18 Improved developer productivity 1:50 Better billing model 2:16 Serverless considerations 3:03 Google Cloud Run 3:47 MongoDB Atlas serverless instances 5:18 Serverless MEAN stack 6:11 Deploying to Cloud Run 8:42 Node.js API service configuration 10:14 Angular client service configuration 11:21 Angular Firebase deployment 11:32 Cloud Run command-line deployment --- Subscribe to MongoDB ➡️ https://bit.ly/3bpg1Z1 #mongodb #google-cloud #serverlessSep 06, 2022
Article
Keeping Your Costs Down with MongoDB Atlas Serverless Instances
A guide to the things you need to think about when using the new MongoDB Atlas serverless instances to keep your usage costs down.Aug 25, 2022
Mark Smith
Video
How to Integrate Vercel & MongoDB Step-by-Step
✅ Create a new Vercel project: https://bit.ly/vercel-mdb ✅ Sign-up for a free cluster at: https://bit.ly/mongodb-free ✅ Get help on our Community Forums: https://bit.ly/mongodb-community Getting a MongoDB Atlas database created and linked to your Vercel project has never been easier. In this video, we’ll get everything set up—including a starter Next.js application—in just minutes and show you how to properly connect to your database using a serverless function. 📚 For readers, here are written versions: - https://www.mongodb.com/developer/products/atlas/how-to-connect-mongodb-atlas-to-vercel-using-the-new-integration/ - https://www.mongodb.com/developer/languages/javascript/integrate-mongodb-vercel-functions-serverless-experience/ 📚 RESOURCES 📚 Vercel: https://bit.ly/vercel-mdb Atlas: https://bit.ly/mongodb-free Node.js: https://bit.ly/node-mdb Atlas CLI: https://bit.ly/atlascli Connect with Jesse: Twitter: https://bit.ly/tweet-codeSTACKr ⏱️ Timestamps ⏱️ 0:00 Intro 0:16 Prerequisites 0:27 What is Vercel? 0:52 Create a starter project 1:56 Create a Vercel project and integrate MongoDB 4:27 Sync Vercel settings to local environment 6:30 Working with Vercel serverless functions 7:28 Configuring a database cluster in MongoDB Atlas 8:28 Connect to MongoDB and cache connections for a performance optimized experience 13:35 Querying MongoDB from a Vercel function in the Next.js application 15:23 Manage connection using JavaScript modules 17:15 Adding our data to the frontend --- Subscribe to MongoDB ➡️ https://bit.ly/3bpg1Z1 #mongodb #serverless #nextjsAug 02, 2022