atoti / atoti

Notebook gallery and issue tracking for Atoti
Apache License 2.0
219 stars 23 forks source link
charts cube data-visualization multidimensional-analysis olap pivot-tables what-if-analysis

atoti-logo

github github Hits gha GitHub Discussion

linkedin linkedin

### πŸ” Overview Atoti is a Data Analytics platform with a best-in-class calculation engine, a visualization suite, and a real-time OLAP cube β€” all rolled into one. Atoti is made by [ActiveViam](https://www.activeviam.com/), which includes a free Community Edition.

youtube

Check out [atoti.io](https://www.atoti.io/) for more info. For enterprise solutions, reach out to [ActiveViam](https://www.activeviam.com/). ### πŸ”­ Highlights - Analyze a billion rows on your laptop and up to 10 terabytes in the cloud - Create multiple what-if scenarios without duplicating your data - Integrate data in real time from multiple sources with continuous queries - Explore across hundreds of dimensions in a responsive OLAP cube - Visualize data in interactive widgets without coding, from Jupyter notebook - Share results with peers and partners with Atoti’s dashboarding web application or Excel ### 🎭 Showcase Welcome! This repository has some neat things to get you up and running with Atoti. Stay here to find out: * Atoti Academy  β€” Get started with Atoti using our introductory notebooks. * Technical Guides  β€” Learn specific technical operations in Atoti. * Use Cases  β€” Adapt Atoti to a specific business use case. Moving to production? Navigate to our Project Template repository to learn how to implement Atoti projects: * Project Template  ### 🧰 Installation We recommend using [poetry](https://github.com/python-poetry/poetry) for better dependency management and virtual environment setup. However, if desired, we also support alternative methods of installation. > **Note:** Start `jupyter-lab` at the root of this repository. #### Poetry ```bash pip install poetry poetry install poetry run jupyter-lab ``` #### Python ```bash pip install "atoti[jupyterlab]" jupyter-lab ``` #### Conda ```bash conda install atoti atoti-jupyterlab python -c conda-forge -c https://conda.atoti.io jupyter-lab ``` ### πŸ’¬ Discussions and issues You can use: - [Discussions](https://github.com/atoti/atoti/discussions) to ask questions or suggest new features - [Issues](https://github.com/atoti/atoti/issues) to report problems. By starting a discussion or opening an issue, you agree with Atoti's [terms of use](https://www.atoti.io/terms) and [privacy policy](https://www.atoti.io/privacy-policy). ### πŸ“š Other resources - [Documentation](https://docs.atoti.io/latest/index.html) - [Tutorial](https://docs.atoti.io/latest/getting_started/tutorial/tutorial.html) - [Guides](https://www.atoti.io/guides/) - [Articles](https://www.atoti.io/articles/) - [Videos](https://www.atoti.io/resources/videos/)

Reach out to ActiveViam for more information.