Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tellery/tellery
Tellery lets you build metrics using SQL and bring them to your team. As easy as using a document. As powerful as a data modeling tool.
https://github.com/tellery/tellery
analytics bigquery business-intelligence collaboration dashboard data-analytics data-modeling data-science data-visualization database dbt notebook self-hosted sql
Last synced: 7 days ago
JSON representation
Tellery lets you build metrics using SQL and bring them to your team. As easy as using a document. As powerful as a data modeling tool.
- Host: GitHub
- URL: https://github.com/tellery/tellery
- Owner: tellery
- License: apache-2.0
- Created: 2021-06-17T03:27:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T20:04:38.000Z (29 days ago)
- Last Synced: 2024-10-13T01:40:59.242Z (24 days ago)
- Topics: analytics, bigquery, business-intelligence, collaboration, dashboard, data-analytics, data-modeling, data-science, data-visualization, database, dbt, notebook, self-hosted, sql
- Language: TypeScript
- Homepage:
- Size: 6.18 MB
- Stars: 354
- Watchers: 2
- Forks: 26
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tellery/tellery - Tellery lets you build metrics using SQL and bring them to your team. As easy as using a document. As powerful as a data modeling tool. (TypeScript)
README
Website |
Demo |
Docs |
Changelog |
Tellery lets you build metrics using SQL and bring them to your team. Metrics are defined consistently and constantly updated, no longer scattered across tools, and recreated with no oversight.
## Features
- Let business users get answers in just a few clicks. No longer communicate in tables and columns.
- Build beautiful documents & dashboards visually with drag-and-drop ease
- An editor with rich text styling features, slash commands, and markdown support
- A modern SQL editor with multi-tabs and auto-complete
- Model your data with just SQL and reference like CTEs
- Review work and collaborate in real-time with multiplayer
- Import dbt models and sources and inspect their metadata while editing SQL## Supported databases
- [Officially supported connectors](https://tellery.io/docs/available-connectors)
- [Community-supported connectors](https://github.com/tellery/community-supported-connectors)## Recording
![Tellery Product Usage Recording](https://tellery.io/img/home/tellery-usage-recording.gif)
## Getting started
### Try demo
Try this [online demo](https://demo.tellery.io) where you can click around and see Tellery in action - no installation required!
### Run the demo project with docker
Open your terminal, and run:
```bash
# 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`.
### Production setup
- [Running your own Tellery with Kubernetes](https://tellery.io/docs/getting-started/production-setup)
### Next step
Learn how to start analysis with Tellery:
- [Configure a database](https://tellery.io/docs/how-to-use/configure-database/) to connect to your own dataset
- [Create a new story](https://tellery.io/docs/how-to-use/create-story)
- [Create a Data asset](https://demo.tellery.io/story/vtkequmHGz5QBD9WjVflU)## Community support
- Looking to get answers to questions? Join the chat on [Discord](https://discord.gg/gAxqpvQUZV)
- Want to report a bug or request a feature? Open an [issue](/issues/new).
- Read all the latest news on [Twitter](https://twitter.com/telleryhq)## Contributing
Contributions of any kind welcome! If you’re looking for ways to get started, here's a list of ways to help us improve Tellery:
- Add a new database support in [community-supported connectors](https://github.com/tellery/community-supported-connectors)
- [Translation](https://crowdin.com/project/tellery) into other languages
- Issues with [good first issue](https://github.com/tellery/tellery/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) label
- Bugs and issues listed on GitHub