Skip to content

[FEATURE] Add OpenSearch #338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Dec 20, 2024
Merged

[FEATURE] Add OpenSearch #338

merged 5 commits into from
Dec 20, 2024

Conversation

jpbelval
Copy link
Contributor

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • WHOSUSING.md
  • Other (please describe):

NOTE: Please remember to run ./gradlew spotlessApply to fix any format violations.

Changes in this PR

  • Added a os-persistence package that replicates es7 behavior. It has its own DAO and config.
  • Added docker compose file to orchestrate conductor with Redis and OpenSearch indexing.
  • Added os-persistence tests.

Conductor now has OpenSearch as a supported indexing engine. The os-persistence package uses the same high-level methods as ElasticSearch 6 and 7 that allows an easy swap between versions.

Issue #147
Issue #47

Feel free to discuss any implementation details and suggest changes.

@jpbelval jpbelval changed the title Feature/add opensearch [FEATURE] Add OpenSearch Dec 16, 2024
@v1r3n v1r3n merged commit 20bf7a9 into conductor-oss:main Dec 20, 2024
1 of 2 checks passed
@jpbelval jpbelval mentioned this pull request Dec 20, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants