"Keep elasticsearch threads out of your web facing app, kids" -- W. Churchill
Copy default settings
cp .sbtops.example .sbtoptsStart sbt:
sbtStart server:
app/runRun tests:
testRun code format and auto code refactor with scalafmt & scalafix:
prepareStart ingestor service:
ingestor-app/runStart ingestor cli tool
ingestor-cli/run --help# index all documents for specific index
sbt 'ingestor-cli/run index --index team --since 0'
# index all documents for all indexes
sbt 'ingestor-cli/run index --all --since 0'sbt release with-defaults