Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paoliniluis/metabase-full-app-m1
Metabase full app embedding demo for M1
https://github.com/paoliniluis/metabase-full-app-m1
Last synced: 7 days ago
JSON representation
Metabase full app embedding demo for M1
- Host: GitHub
- URL: https://github.com/paoliniluis/metabase-full-app-m1
- Owner: paoliniluis
- Created: 2022-10-03T22:51:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T23:00:16.000Z (over 2 years ago)
- Last Synced: 2024-11-07T06:47:35.562Z (about 2 months ago)
- Language: JavaScript
- Size: 371 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Embedding the Entire Metabase Application in your application
This app is an example of how to embed the Metabase application into your own application.
# Running the example
The easiest way to run the example is using Docker and `docker-compose`:
1. Enter the key you received from metabase in the `MB_PREMIUM_EMBEDDING_TOKEN` environment variable in the docker-compose.yml
2. Run `docker-compose up`
3. Open `https://localhost:3000/` (Metabase itself), you can use `[email protected]` as the user and `metabot1` as the password
4. Open `https://localhost:8080/` (the demo application)