Skip to content
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

Elastic Search Source #95

Merged
merged 40 commits into from
Nov 7, 2024
Merged

Elastic Search Source #95

merged 40 commits into from
Nov 7, 2024

Conversation

parikshitg
Copy link
Contributor

@parikshitg parikshitg commented Oct 10, 2024

Description

This PR implements the ElasticSearch Source connector. It uses the Elasticsearch search API to pull data from multiple indexes.

Fixes ConduitIO/conduit#1578.

Quick checks:

  • I have followed the Code Guidelines.
  • There is no other pull request for the same update/change.
  • I have written unit tests.
  • I have made sure that the PR is of reasonable size and can be easily reviewed.

README.md Outdated Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
source/config.go Show resolved Hide resolved
source/position.go Outdated Show resolved Hide resolved
source/position.go Show resolved Hide resolved
source/worker.go Outdated Show resolved Hide resolved
internal/elasticsearch/v8/search.go Outdated Show resolved Hide resolved
@parikshitg
Copy link
Contributor Author

I am working on using the search_after API as suggested #95 (comment).

@parikshitg parikshitg marked this pull request as ready for review October 17, 2024 18:19
@parikshitg parikshitg requested a review from a team as a code owner October 17, 2024 18:19
@parikshitg
Copy link
Contributor Author

Working on adding safety to the config as mentioned here. conduitio-labs/conduit-connector-redshift#97 (comment)

README.md Show resolved Hide resolved
source/worker.go Outdated Show resolved Hide resolved
source/worker.go Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@parikshitg
Copy link
Contributor Author

Thanks for your review @hariso, I will merge this request and work on other versions in a separate PR.

@parikshitg parikshitg merged commit 3a577cb into main Nov 7, 2024
3 checks passed
@parikshitg parikshitg deleted the feature/source branch November 7, 2024 04:37
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.

Connector: Elasticsearch [Source]
2 participants