Configuration of Datagen

To let know Datagen how to connect to the various services where data will be generated, it requires some input configuration.

Note: By default, Datagen will only be able to generate data to local file system, unless models contains information on where to push data or if user provides information during generation of data

Application.properties file

All services are configured in one file called application.properties.

Note: This file can be changed when launching application by changing the parameter –spring.config.location=file: in launch.sh

There is one section foreach type of service where to load data, they can be empty with no risks.

This section deeps dive on each service’s configuration (and also general configuration related to Datagen itself), and it lists all configurations available.


Table of contents