https://github.com/bellemanwesley/elasticdb
Would you like to start using Elasticsearch as a database? This Python library will make it easy for you.
https://github.com/bellemanwesley/elasticdb
database elasticsearch
Last synced: 6 months ago
JSON representation
Would you like to start using Elasticsearch as a database? This Python library will make it easy for you.
- Host: GitHub
- URL: https://github.com/bellemanwesley/elasticdb
- Owner: bellemanwesley
- License: mit
- Created: 2021-02-22T17:18:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-22T10:28:36.000Z (almost 5 years ago)
- Last Synced: 2025-09-25T11:54:35.716Z (10 months ago)
- Topics: database, elasticsearch
- Language: Python
- Homepage: https://pypi.org/project/elasticdb/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
elasticdb
========
[](https://opensource.org/licenses/MIT)
##### Table of Contents
1. [Overview](#overview)
2. [Classes](#classes)
3. [Configure](#configure)
4. [Connect](#connect)
5. [Create](#create)
6. [Retrieve](#retrieve)
7. [Update](#update)
8. [Delete](#delete)
## Overview
elasticdb is a Python library for which allows you to more easily work with Elasticsearch as a database. The documentation below should help you understand which functions you can use to interact with your Elasticsearch cluster.
Installation instructions
-------------------------
python3 -m pip install --upgrade pip
python3 -m pip install elasticdb
## Functions
The statebasedml library has six classes:
- `configure` : adjust settings and configuration of your Elasticsearch cluster
- `connect`: initiate a secure connection to your Elasticsearch cluster
- `create`: create indeces or items in your Elasticsearch cluster
- `retrieve`: get items from your Elasticsearch cluster through query or search
- `update`: update indeces or items in your Elasticsearch cluster
- `delete`: delete indeces or items in your Elasticsearch cluster
## Configure
## Connect
## Create
## Retrieve
## Update
## Delete