You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add new page for Data API alternative
* Fix code block formatting
* Update guide with additional methods and corresponding example commands
* Fix code indents
* Apply feedback
- `Tutorial: Building a REST API with Express, Node, and MongoDB <https://www.mongodb.com/resources/languages/express-mongodb-rest-api-tutorial>`__
48
+
- :ref:`Guide: Implement an Express.js Alternative to the Atlas Data API <data-api-custom-express-alternative>`
49
+
50
+
Refer to the official `Express Documentation <https://expressjs.com/>`__ to
51
+
learn more.
43
52
44
53
Java and SpringBoot
45
54
~~~~~~~~~~~~~~~~~~~
46
55
47
56
Java Spring Boot is a framework that streamlines the creation of
48
57
production-ready Spring-based applications with minimal configuration.
49
58
50
-
- `Getting Started with MongoDB and SpringBoot <https://www.mongodb.com/resources/products/compatibilities/spring-boot#getting-started-with-mongodb-and-spring-boot>`__
- `Tutorial: Getting Started with MongoDB and SpringBoot <https://www.mongodb.com/resources/products/compatibilities/spring-boot#getting-started-with-mongodb-and-spring-boot>`__
60
+
- SpringBoot's `Accessing Data with MongoDB <https://spring.io/guides/gs/accessing-data-mongodb>`__
53
61
62
+
Refer to the official `SpringBoot Documentation <https://docs.spring.io/spring-data/mongodb/reference/>`__ to
63
+
learn more.
54
64
55
65
Python and FastAPI
56
66
~~~~~~~~~~~~~~~~~~~
57
67
58
68
FastAPI is a modern, easy-to-learn, Python 3.6+ framework for building APIs
59
69
based on standard Python type hints.
60
70
61
-
- `Getting Started With MongoDB and FastAPI <https://www.mongodb.com/developer/languages/python/python-quickstart-fastapi/>`__
- `Integrate MongoDB Atlas with AWS Lambda using the Node.js Driver <https://www.mongodb.com/developer/products/atlas/serverless-development-lambda-atlas/>`__
90
-
- `Serverless Development with Lambda and the MDB Java Driver <https://www.mongodb.com/developer/products/atlas/serverless-development-aws-lambda-mongodb-atlas-using-java/>`__
91
-
- `How to use PyMongo to Connect MongoDB Atlas with AWS Lambda <https://www.mongodb.com/developer/products/atlas/awslambda-pymongo/>`__
101
+
- `Tutorial: Integrate MongoDB Atlas with AWS Lambda using the Node.js Driver <https://www.mongodb.com/developer/products/atlas/serverless-development-lambda-atlas/>`__
102
+
- `Tutorial: Serverless Development with AWS Lambda and the MDB Java Driver <https://www.mongodb.com/developer/products/atlas/serverless-development-aws-lambda-mongodb-atlas-using-java/>`__
103
+
- `Tutorial: How to use PyMongo to Connect MongoDB Atlas with AWS Lambda <https://www.mongodb.com/developer/products/atlas/awslambda-pymongo/>`__
104
+
105
+
Refer to the official `AWS Lambda Documentation
106
+
<https://aws.amazon.com/lambda/>`__ to
107
+
learn more.
92
108
93
109
Azure Functions
94
110
~~~~~~~~~~~~~~~
@@ -98,29 +114,37 @@ maintain less infrastructure, and save on costs. Instead of worrying about
98
114
deploying and maintaining servers, the cloud infrastructure provides all the
99
115
up-to-date resources needed to keep your applications running.
- `Integrate Atlas with Azure Functions Tutorial with the .Net Driver for CRUD Operations <https://www.mongodb.com/blog/post/how-to-integrate-azure-functions-with-mongodb>`__
103
-
- `Getting Started with MongoDB Atlas and Azure Functions using .Net and C# <https://techcommunity.microsoft.com/t5/apps-on-azure-blog/getting-started-with-mongodb-atlas-and-azure-functions-using-net/ba-p/3741751>`__
117
+
- `Tutorial: How to Integrate Azure Functions with MongoDB using the .Net Driver <https://www.mongodb.com/blog/post/how-to-integrate-azure-functions-with-mongodb>`__
118
+
- Azure's `Getting Started with MongoDB Atlas and Azure Functions using .Net and C# <https://techcommunity.microsoft.com/t5/apps-on-azure-blog/getting-started-with-mongodb-atlas-and-azure-functions-using-net/ba-p/3741751>`__
104
119
120
+
Refer to the official `Azure Functions Documentation
0 commit comments