https://github.com/bearddan2000/python-cli-dolt-to-elasticsearch-client-simple
Reads a single node for data in `animal-demo` document.
https://github.com/bearddan2000/python-cli-dolt-to-elasticsearch-client-simple
cli client dolt elasticsearch kibana pymysql python simple sqlalchemy to
Last synced: about 1 month ago
JSON representation
Reads a single node for data in `animal-demo` document.
- Host: GitHub
- URL: https://github.com/bearddan2000/python-cli-dolt-to-elasticsearch-client-simple
- Owner: bearddan2000
- Created: 2023-11-04T12:10:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T12:10:22.000Z (over 2 years ago)
- Last Synced: 2025-03-24T11:26:14.496Z (about 1 year ago)
- Topics: cli, client, dolt, elasticsearch, kibana, pymysql, python, simple, sqlalchemy, to
- Language: Python
- Homepage: https://github.com/bearddan2000/python-cli-dolt-to-elasticsearch-client-simple
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-cli-dolt-to-elasticsearch-client-simple
## Description
Reads a single node for data in `animal-demo` document.
Uses `dog` table then covverts it to json for
elasticsearch to use.
## Tech stack
- python
- pymysql
- sqlalchemy
- elasticsearch
- kibana
- dolt
## Docker stack
- python
- elasticsearch
- kibana
- dolthub/dolt-sql-server
## To run
`sudo ./install.sh -u`
## To stop (optional)
`sudo ./install.sh -d`
## For help
`sudo ./install.sh -h`
## Credit
- [Docker setup](https://lynn-kwong.medium.com/all-you-need-to-know-about-using-elasticsearch-in-python-b9ed00e0fdf0)
- [Search setup](https://www.elastic.co/guide/en/elasticsearch/client/python-api/master/examples.html)