文件名称:aioes:用于Elasticsearch的asyncio兼容驱动程序
文件大小:78KB
文件格式:ZIP
更新时间:2024-03-21 12:58:29
Python
用于Elasticsearch的asyncio客户端库 aioes是一个与一起使用的兼容库 该项目被放弃 不再支持aioes。 请使用官方客户端: : 或更具有特色的替代方法。 文献资料 阅读“阅读文档”上的aioes文档: : //aioes.readthedocs.io/ 例子 import asyncio from aioes import Elasticsearch @asyncio.coroutine def go(): es = Elasticsearch(['localhost:9200']) ret = yield from es.create(index="my-index", doc_type="test-type", id=
【文件预览】:
aioes-master
----MANIFEST.in(139B)
----.travis.yml(1KB)
----README.rst(2KB)
----requirements-dev.txt(240B)
----CHANGES.txt(1KB)
----docs()
--------reference.rst(117KB)
--------spelling_wordlist.txt(252B)
--------conf.py(9KB)
--------make.bat(7KB)
--------glossary.rst(3KB)
--------Makefile(7KB)
--------index.rst(2KB)
----aioes()
--------client()
--------pool.py(5KB)
--------__init__.py(1KB)
--------connection.py(2KB)
--------log.py(57B)
--------transport.py(11KB)
--------exception.py(2KB)
----tests()
--------test_indices.py(20KB)
--------test_transport.py(6KB)
--------conftest.py(5KB)
--------test_pool.py(5KB)
--------test_snapshot.py(4KB)
--------test_cat.py(3KB)
--------test_cluster.py(3KB)
--------test_connection.py(4KB)
--------test_nodes.py(1KB)
--------repo()
--------test_client.py(35KB)
----cmp.py(3KB)
----setup.cfg(111B)
----setup.py(2KB)
----.gitignore(107B)
----Makefile(809B)
----THANKS.txt(120B)
----LICENSE.txt(11KB)