elasticsearch-dsl-py
elasticsearch-dsl-py copied to clipboard
Add support for async I/O
Depends on: https://github.com/elastic/elasticsearch-py/pull/1203
Should be a fairly similar approach to above.
- [ ] Add an
[async]
extra which will installelasticsearch[async]
. - [ ] Add
AsyncSearch
,AsyncMultiSearch
, andAsyncUpdateByQuery
classes
@sethlarson Any timeframe for implementation?
@zikphil I don't have a timeframe available currently, my guess is in the next few months.
Would be great to have this
Agreed, this is something I'm looking forward to
Yeah It would be great. Looking forward to use this in my projects.
When finish?
https://github.com/elastic/elasticsearch-py/pull/1230 looks like it's all merged?
Update: Still haven't found time to work on this feature, it is on my to-do list. As always, community PRs are welcome if you're willing to take a stab at this large change.
Also #1624 #1672
Done in #1714, will be part of 8.13 soon. Thanks for your patience!