Share your atoti use case with our community If you haven’t heard of atoti, it is time to check it out! atoti is a free Python BI analytics platform that allows users to translate their data into business KPIs and collaborate easily with others through the use of dashboards. Check...
atoti: Guide to implementing lookup in a multidimensional cube
A simple example of converting your analytics into any referenced currency Today we are going to look at an exciting new function in atoti v0.7.1 called lookup! What’s a lookup? We look up words we don’t know in a dictionary, and we look up news on the internet, etc. So,...
Integrating an External Portfolio Optimizer with atoti
Given a portfolio and an optimizer, can we find a ‘better’ portfolio using atoti? It’s a classic situation: you versus a benchmark portfolio. Maybe you’ve built your own portfolio optimizer or maybe you found an optimizer online. Either way, once you have your optimized portfolio output (or outputs!), you still...
Access control with Atoti+
Restrict viewing rights up to data level In this article, we explore the topic of access control for the atoti web application as part of a series explaining how we can implement secured and managed access in atoti v0.7.0 through the Atoti+ plugin. Check out our other pieces from the...
Different authentication mechanisms to secure your atoti session
Leverage your existing authentication provider with Atoti+ This article is part of a series that explains how we can implement secured and managed access in atoti through the Atoti+ plugin. In this article, we introduce various supported authentication mechanisms in atoti such as: Basic authentication Lightweight Directory Access Protocol (LDAP)...
Guide to Auth0 setup for Security implementation with Atoti+
Add user roles to the ID token with custom action I have always presented different use cases for the atoti Community Edition. After experiencing and being satisfied with the Python BI analytics platform, some users ask for authentication and access management. This can easily be accomplished with the use of...
atoti: Your license has expired
Simply upgrade your atoti library to continue using This article will address how to continue using atoti Community Edition when you get an error message saying your license has expired. This is something you may experience soon after atoti has a new release. Skip the license background to go straight...
atoti v0.6.5: Make way for more intuitive programming
Comes with concise functional calls to improve your coding experience I remember when I first learned to program, I didn’t have a clue about classes, functions and variables, etc (in the case of Java back then). Silly old me thought variables must be named alphabetically, ranging from a to z...
Secure dashboards with access control on the data: atoti to Atoti+
Going beyond multidimensional analysis with Python While many data scientists or analysts are excited about doing their analysis, the analysis itself constitutes only a portion of a full solution. Securing the system, for instance, is critical for most, if not all projects, especially those that involve sensitive data. atoti -...