Using SQL Data Integration

If you need to implement data integration from or to an SQL database, we provide a library with a configurable SQL datasource and a configurable SQL datasource consumer.

The SQLDataSource, SQLDataSourceConsumer and their related configuration classes are all available in the Maven artifact com.decisionbrain. gene:data-integration-sql. You simply need to add this dependency to the gradle build file of the module where you want to implement your data integration feature (likely in your application backend extension or in an Optimization Server worker).