https://github.com/metabase/metabase-static-embedding-samples
Code samples demonstrating how to use Metabase static embedding
https://github.com/metabase/metabase-static-embedding-samples
Last synced: 4 months ago
JSON representation
Code samples demonstrating how to use Metabase static embedding
- Host: GitHub
- URL: https://github.com/metabase/metabase-static-embedding-samples
- Owner: metabase
- License: mit
- Created: 2023-12-29T18:27:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T12:23:24.000Z (6 months ago)
- Last Synced: 2024-12-27T12:09:17.406Z (6 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-metabase - (WIP) Static Embedding Samples
- awesome-metabase - (WIP) Static Embedding Samples
README
# Metabase static embedding sample apps
This repo contains code samples demonstrating how embed Metabase dashboards in an app using [static embedding](https://www.metabase.com/docs/latest/embedding/static-embedding).
For [interactive embedding](https://www.metabase.com/docs/latest/embedding/interactive-embedding), check out the following resources:
* [Interactive embedding quick start](https://www.metabase.com/learn/customer-facing-analytics/interactive-embedding-quick-start)
* [Sample repo for the quick start](https://github.com/metabase/metabase-nodejs-express-interactive-embedding-sample)
* [Sample with React](https://github.com/metabase/sso-examples/tree/master/app-embed-example)If you are unsure about what embedding feature is best for you, check out our [live demos](https://www.metabase.com/embedding-demo).
## Free static embedding
Embedding Metabase charts will always be free, but we include a "Powered by Metabase" graphic when using the open source version.
If you'd like to remove the "Powered by Metabase" attribution, check out our [paid plans](https://www.metabase.com/pricing/). In addition to removing the banner, you can also customize the fonts and hide the download buttons for questions.
## Samples
* [Node.js Express](/node)
* [Python Flask](/python)
* [Ruby Sinatra](/ruby)