CogStack/CogStack-NiFi

Integration tests for supported workflows

Closed this issue · 0 comments

lrog commented

We need to provide integration tests for supported workflows - these include for now:

  • 1. documents ingestion: DB -> ES
  • 2. documents ingestion with text extraction from BLOBs: DB -> Tika -> ES
  • 3. documents ingestion with NLP annotations extraction: DB -> NLP -> ES
  • 4. combined 2 and 3: DB -> Tika -> NLP -> ES