Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)