mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
This is an adapter for elasticsearch providing a transport layer based on Python's asyncio module. All API calls now return a future wrapping the response. WWW: https://pypi.python.org/pypi/elasticsearch-async WWW: https://github.com/elastic/elasticsearch-py-async
6 lines
266 B
Text
6 lines
266 B
Text
This is an adapter for elasticsearch providing a transport layer based on
|
|
Python's asyncio module. All API calls now return a future wrapping the
|
|
response.
|
|
|
|
WWW: https://pypi.python.org/pypi/elasticsearch-async
|
|
WWW: https://github.com/elastic/elasticsearch-py-async
|