Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khanguslee/mdb-world-22-dashboard-embedding-tutorial
Dashboard Embedding tutorial for MongoDB World 2022
https://github.com/khanguslee/mdb-world-22-dashboard-embedding-tutorial
Last synced: 18 days ago
JSON representation
Dashboard Embedding tutorial for MongoDB World 2022
- Host: GitHub
- URL: https://github.com/khanguslee/mdb-world-22-dashboard-embedding-tutorial
- Owner: khanguslee
- Created: 2022-04-06T01:02:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T14:32:10.000Z (over 2 years ago)
- Last Synced: 2024-10-02T11:41:10.201Z (about 1 month ago)
- Language: HTML
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MongoDB World 2022 - MongoDB Charts
Dashboard Embedding tutorial for MongoDB World 2022.
## Getting Started
### Quick Start Guide
If you want to quickly get started without installing anything on your machine, just click on the code sandbox link below.
*[Click here for Code Sandbox project](https://codesandbox.io/s/github/khanguslee/mdb-world-22-dashboard-embedding-tutorial)*
### Installation Guide
Install dependencies.
```bash
npm install
```Run local development server in browser.
```bash
npm start
```Head to [http://localhost:1234](http://localhost:1234) to view the generated web application.
## Documentation
For more information about Atlas Charts, you can visit the following links:
- [MongoDB Charts Docs](https://www.mongodb.com/docs/charts/)
- [Embedding Dashboards](https://www.mongodb.com/docs/charts/embedding-dashboards/)
- [Embedding SDK](https://www.mongodb.com/docs/charts/embedding-charts-sdk/)
- [Embedding Error Codes](https://www.mongodb.com/docs/charts/embedded-chart-error-codes/)