Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 786 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 786 Bytes

Lucille Example Project (Maven)

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.

Requirements

  • Java 11

Getting Started

  • Include lucille-core and lucille-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.