This project is an example of how a developer can leverage Lucille, the opensource search ETL solution, for their own use case.
You can find the current release of Lucille on maven central.
- Java 11
- Include
lucille-core
andlucille-bom
as a maven dependency. - Set up the run configurations. You can find
example.conf
. - Compile the code to create the necessary jar files,
mvn clean install
in the top directory. - Run
./lucille.sh
which runs a java process
You can create your own stages, connectors, etc. by adding them to the src code and using them in a configuration file.