What to read to get started on the application
What should one know to get started
Agregat application is split in 2 parts: DataPreparation and DataApplication each with their own components and environment scheduling. All application sources are stored on with the following group layout:

You will be able to find any get started documentation at the root of any components.
For instance :
All you need to know to start working on a new feature / bug fix / security fix
Developing workflow may vary depending on the component technology.
Dataiku development take place in the web application Data Science Studio (aka: DSS).
In a standalone python project, you will use your favorite IDE (like ) to develop and write your tests.
In any case, we use a common versioning tool to store component source in a centralized place.
Any development should testable automatically.
List of repositories holding the application source code
All application components are stored on :
(standalone python project)
(Dataiku project)
(Dataiku project)
To know more about developing using Gitlab and Dataiku, check .