python-pilosa:Pilosa的Python客户端库

时间:2021-05-09 04:51:36
【文件属性】:
文件名称:python-pilosa:Pilosa的Python客户端库
文件大小:79KB
文件格式:ZIP
更新时间:2021-05-09 04:51:36
Python Pilosa的Python客户端 适用于Pilosa高性能分布式行索引的Python客户端。 什么是新的? 请参阅: 要求 与Pilosa 1.2和Pilosa 1.3兼容 需要Python 2.7及更高版本或Python 3.4及更高版本。 安装 Pilosa客户端在。 您可以使用pip安装该库: pip install pilosa 用法 快速概述 假设服务器在localhost:10101 (默认)下运行: import pilosa # Create the default client client = pilosa . Client () # Retrieve the schema schema = client . schema () # Create an Index object myindex = schema . index ( "myindex" ) #
【文件预览】:
python-pilosa-master
----setup.py(3KB)
----.gitignore(108B)
----integration_tests()
--------test_imports_it.py(0B)
--------__init__.py(1KB)
--------test_client_it.py(30KB)
--------test_version_it.py(2KB)
----pilosa()
--------__init__.py(2KB)
--------imports.py(6KB)
--------client.py(31KB)
--------response.py(8KB)
--------orm.py(33KB)
--------version.py(2KB)
--------validator.py(3KB)
--------internal()
--------exceptions.py(2KB)
----Makefile(544B)
----.travis.yml(942B)
----MANIFEST.in(43B)
----CONTRIBUTING.md(1KB)
----make.cmd(541B)
----LICENSE(1KB)
----doc()
--------Makefile(8KB)
--------index.rst(2KB)
--------conf.py(5KB)
--------pilosa.rst(987B)
----CHANGELOG.md(5KB)
----setup.cfg(276B)
----examples()
--------multicol-csv-import()
----README.md(3KB)
----tests()
--------__init__.py(1KB)
--------test_orm.py(21KB)
--------test_validator.py(5KB)
--------test_imports.py(9KB)
--------test_response.py(2KB)
--------test_client.py(13KB)
----.coveragerc(37B)
----requirements()
--------main.txt(74B)
--------test.txt(48B)
--------release.txt(12B)
--------doc.txt(39B)
----docs()
--------imports.md(2KB)
--------server-interaction.md(6KB)
--------tracing.md(3KB)
--------data-model-queries.md(5KB)

网友评论