Netflix / conductor-community

Apache License 2.0
61 stars 72 forks source link

Add support for indexing to postgres persistence (Postgres indexDAO) #181

Closed bjpirt closed 1 year ago

bjpirt commented 1 year ago

Pull Request type

Changes in this PR

Describe the new behavior from this PR, and why it's needed This PR provides a Postgres IndexDAO so that when running purely on Postgres (without ElasticSearch) all of the executions and tasks can still be searched for in the UI. It uses columns for searching on specific fields and also enables full text (strucutred and unstructured) searching of the underlying JSON document.