Website |
Demo |
Docs |
Changelog |
Twitter
Tellery allows you abstract essential data transformation/business logic, and reuse it in future contexts through metrics. Metrics are maintainable and shareable data models across dashboards and reports. They are defined consistently and always up to date.
To deliver better value of the metrics, Tellery comes with a bucket of building blocks and rich text styling features. Want a real-time dashboard? A feature-specific analysis? An anomalies investigation? You can tailor it to your need to unlock the value of data.
- Declare data transformation/metrics using SQL and reuse them everywhere
- Familiar notebook interface where you can organize charts and texts with drag-and-drop ease
- A modern SQL editor with multi-tabs and auto-complete
- Write analytical narratives using Markdown syntax
- Capture exploratory analyses and associate them with bi-directional links
- Collaborate and review work in real-time with multiplayer
Try this online demo where you can click around and see Tellery in action - no installation required!
Open your terminal, and run:
# Clone the Tellery repo
git clone https://github.com/tellery/tellery.git
# Change directories into the demo directory
cd tellery/deploy/compose
# View or edit config file (optional)
# vim .env
# Run docker compose
docker-compose up
You can now access it on http://localhost:8000.
The default account is [email protected]
and password is tellery
.
Learn how to start analysis with Tellery:
- Configure a database to connect to your own dataset
- Create a new story
- Want to report a bug or request a feature? Open an issue.