Configuration¶
DP³ configuration folder consists of these files and folders:
ð db_entities- Database entities configuration folder. This is your data model.ð modules- Modules configuration folder.ð api.yml- API configuration file.ð control.yml- Configuration file controlling allowed/controlendpoint actions.ð database.yml- Connection to the DB.ð event_logging.yml- Tracking the app operation using Redis.ð garbage_collector.yml- Removing entities with expired lifetimes.ð history_manager.yml- How often is history management performed.ð processing_core.yml- Settings of main application workers.ð snapshots.yml- How often are entity snapshots taken.ð updater.yml- Periodic updates of all entities over a longer time frame.
The details of their meaning and usage is explained in their relative pages.
Example configuration¶
Example configuration is included config/ folder in DP³ repository.