Skip to main content

Flask-ESClient is a Flask extension for ESClient (elasticsearch client).

Here is an example:

from flask import Flask
from flask_esclient import ESClient

app = Flask(__name__)
app.config['ELASTICSEARCH_URL'] = 'http://localhost:9200/'
esclient = ESClient(app)

@app.route('/add_document')
def add_document():
    # Construct the data dynamically
    data = {
      "title": "Some Title",
      "content": "Some content",
      }
    esclient.connection.index("app1",
                              "something",
                              body=data,
                              docid=1) # docid should be dynamically changed

Release files for Flask-ESClient 0.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for Flask-ESClient 0.1.1
File Size Uploaded
Flask-ESClient-0.1.1.tar.gz 3.1 kB Details

Release files / Flask-ESClient-0.1.1.tar.gz

Download URL Flask-ESClient-0.1.1.tar.gz
Size 3.1 kB
Tags Source
SHA-256 checksum
How to use checksums
b3651a4f2d77cff6a472c3f1058c174b346949b61456946d86a419c49be66d8d
BLAKE2b-256 checksum
How to use checksums
eae9a21213f8aea7db2807cecaceb4c45c78c65adf2ab4b1b6babdb6779301b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.1.1 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page