Sign inSign up

taleshape/shaper

By taleshape

Updated 5 days ago

Open Source, SQL-driven Data Dashboards powered by DuckDB

Image
Data science
Databases & storage
Web analytics
0

50K+

taleshape/shaper repository overview

Shaper

Open Source, SQL-driven Data Dashboards powered by DuckDB.

Learn more:

https://taleshape.com/shaper/docs/


Run the image directly with the Docker CLI:

docker run --rm -it -p5454:5454 taleshape/shaper

To persist data and changes you made, you need to mount a volume to the container.

Shaper stores data in the /data directory inside the container.

Mount a local directory to this path using the -v option in Docker:

docker run --rm -it -p5454:5454 -v ./mydata:/data taleshape/shaper

Find more detailed installation and usage instructions in the documentation:

https://taleshape.com/shaper/docs/installing-shaper/

Shaper is licensed under the Mozilla Public License 2.0.

Copyright © 2024-2025 Taleshape OÜ

Tag summary

Content type

Image

Digest

sha256:bd1604b16

Size

186.3 MB

Last updated

5 days ago

docker pull taleshape/shaper