HumanSignal / HumanSignal/label-studio
Support annotating data in ElasticSearch
Open
backend
export
feature
import
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
**Is your feature request related to a problem? Please describe.**
It would be nice if I could import from and export to ElasticSearch indices.
**Describe the solution you'd like**
An `ElasticSearchStorage` class that specifies the index from which to pull and write data would be a relatively simple solution.
**Describe alternatives you've considered**
An alternative is to export JSON out of band, use `JSONStorage`, and then import out of band. Removing manual steps would facilitate annotation of data in these stores, though.
**Additional context**
N/A
Contributor guide
Assessment
This issue has not been assessed yet.