Examples

We provide a couple of examples of application services and , Jupyter Notebooks and configuration files for getting started quickly:

Configuration Files

Upon startup of the platform, we automatically copy all files within the /store folder of the GitHub repo to the data store.

These files include general configuration files, like scheduler specifications, access control lists and Jupyter Notebooks.

Jupyter Notebooks

We provide simple Jupyter Notebooks inside /store/notebooks which are evaluated by the [notebook executor](architecture.md#Notebook Executor).

The evaluation of these notebooks is usually triggered by the scheduler whenever new sample data has been added to the sore by the [sample recorder](architecture.md#Sample Recorder) or at regular intervals (e.g. daily).

Application Services

Application services are the primary approach to implement business logic in the platform. They allow you to integrate third-party tools.

Two examples for such services are shipped as standalone Docker images in images/examples.

Job Worker

Note

ToDo: This section still needs to be written.

Streaming Worker

Note

ToDo: This section still needs to be written.