A python package that provides graph API for elasticsearch and makes it easier to query data from elasticsearch without writing any queries.
Project description
esq
A python package that provides GraphQL API for Elasticsearch and makes it easier to query data from without writing complex queries.
Quick Install
pip install esq
Usage
from esq import Esq
from elasticsearch import Elasticsearch
# init your Elasticsearch client object here
es_client = Elasticsearch()
# init your Esq object here
esq = Esq(es_client)
# now you can start making queries
History
1.0.1 (2022-08-30)
- Fix Docs and add content README.
1.0.0 (2022-08-30)
- First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
esq-1.0.1.tar.gz
(8.8 kB
view details)
Built Distribution
File details
Details for the file esq-1.0.1.tar.gz
.
File metadata
- Download URL: esq-1.0.1.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 242043d517f9a840b6d9cb287ed0a4814dfa105dde2de8fedb2e19468ab241e3 |
|
MD5 | eda456423941a2aeec33074c7a7eaf37 |
|
BLAKE2b-256 | 75b4bc31981fa7375550794b20b6d0eae9e50b45cba17166da1b2ebc751193c8 |
File details
Details for the file esq-1.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: esq-1.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92bdb4708c024dc437f568faa03a34cf6f5dd55d49d0ae35730b81add10d8c4a |
|
MD5 | efa0503e842327fe257b89f92e748856 |
|
BLAKE2b-256 | a1c575e2a0b9eaf131f6cd1fdd600ec2d90b6376598513fc730674881e8ab624 |