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

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

Awesome Lists containing this project

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)