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

Better datasource abstraction #30

Open
richard-jones opened this issue Mar 28, 2024 · 0 comments
Open

Better datasource abstraction #30

richard-jones opened this issue Mar 28, 2024 · 0 comments

Comments

@richard-jones
Copy link
Member

  • PR: [when the PR is created, put a link to it here. DO NOT use the "linked PR" feature]

We want to be able to support multiple data sources, including:

  • Multiple ES versions
  • OpenSearch
  • SOLR
  • Static CSVs

Right now the code is capable of this to some degree, but a more coherent abstraction between the internal state and the queries to the datasources and back again with their result lists would be sensible.

Also, to be able to support multiple datasources in parallel.

Acceptance Criteria

  • It's easy to integrate new datasources
  • Be able to integrate two or more datasources at the same time
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

No branches or pull requests

1 participant