Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mongodb-developer/workshop
MongoDB Developer Workshops
https://github.com/mongodb-developer/workshop
database-as-a-service mongodb mongodb-atlas python tutorial workshop
Last synced: 10 days ago
JSON representation
MongoDB Developer Workshops
- Host: GitHub
- URL: https://github.com/mongodb-developer/workshop
- Owner: mongodb-developer
- Created: 2019-05-31T16:07:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T03:59:27.000Z (over 1 year ago)
- Last Synced: 2023-08-23T22:50:37.971Z (about 1 year ago)
- Topics: database-as-a-service, mongodb, mongodb-atlas, python, tutorial, workshop
- Size: 13.3 MB
- Stars: 9
- Watchers: 9
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notice: Repository Deprecation
This repository is deprecated and no longer actively maintained. It contains outdated code examples or practices that do not align with current MongoDB best practices. While the repository remains accessible for reference purposes, we strongly discourage its use in production environments.
Users should be aware that this repository will not receive any further updates, bug fixes, or security patches. This code may expose you to security vulnerabilities, compatibility issues with current MongoDB versions, and potential performance problems. Any implementation based on this repository is at the user's own risk.
For up-to-date resources, please refer to the [MongoDB Developer Center](https://mongodb.com/developer).# MongoDB Developer Workshops
This repository contains MongoDB Workshop modules. Each of them lives in a branch in this repository.
In this README, you will find information about each workshop.
Always start with the [Atlas Workshop](https://github.com/mongodb-developer/workshop/tree/atlas). Then you can do any of the other workshop.
## Modules
To navigate from one branch to another, you can use the `branch` button in this Github repository.
![Github branch navigation](images/branches.png)
- The [atlas](https://github.com/mongodb-developer/workshop/tree/atlas) workshop will teach you
- how to set up a [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/) free tier cluster,
- how to set up the security to access your cluster,
- how to import the sample data sets.
- The [realm-web-sdk](https://github.com/mongodb-developer/workshop/tree/realm-web-sdk) workshop will teach you
- how to create an application in [Atlas App Services](https://www.mongodb.com/docs/atlas/app-services/),
- how to set up your application to access data in MongoDB Atlas using the Realm Web SDK in a website.
- The [rest-graphql](https://github.com/mongodb-developer/workshop/tree/rest-graphql) workshop will teach you
- How to use the [Atlas Data API](https://www.mongodb.com/docs/atlas/api/data-api/),
- How to create [custom HTTPS endpoints](https://www.mongodb.com/docs/atlas/app-services/data-api/custom-endpoints/),
- How to set up a [GraphQL API](https://www.mongodb.com/docs/atlas/app-services/graphql/).
- The [compass](https://github.com/mongodb-developer/workshop/tree/compass) workshop will teach you
- how to set up [MongoDB Compass](https://www.mongodb.com/docs/compass/current/),
- how to create a [geo-spatial query](https://www.mongodb.com/docs/manual/geospatial-queries/),
- how to use the [aggregation pipeline builder](https://www.mongodb.com/docs/compass/current/aggregation-pipeline-builder/).
- The [charts](https://github.com/mongodb-developer/workshop/tree/charts) workshop will teach you
- How to create a [MongoDB Charts](https://www.mongodb.com/products/charts) dashboard,
- Share publicly a dashboard,
- Embed individual charts in a website.
- Any other workshop you might see is a WIP.