Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

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

Merged
merged 1 commit into from
Feb 10, 2023
Merged

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

merged 1 commit into from
Feb 10, 2023

Conversation

bjpirt
Copy link
Contributor

@bjpirt bjpirt commented Feb 8, 2023

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes (Please run ./gradlew generateLock saveLock to refresh dependencies)
  • WHOSUSING.md
  • Other (please describe):

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.

@v1r3n v1r3n merged commit 63c7101 into Netflix:main Feb 10, 2023
@bjpirt bjpirt deleted the postgres-index branch February 14, 2023 09:27
SimonMisencik pushed a commit to SimonMisencik/conductor-community that referenced this pull request Feb 17, 2023
JumasJM pushed a commit to FRINXio/conductor-community that referenced this pull request Oct 23, 2023
JumasJM pushed a commit to FRINXio/conductor-community that referenced this pull request Nov 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants