https://github.com/bearddan2000/python-cli-cockroachdb-single-node-without-ssl-to-multi-node-elasticsearch-client-pop
Reads a multi node cluster for data in `pop-demo` document.
https://github.com/bearddan2000/python-cli-cockroachdb-single-node-without-ssl-to-multi-node-elasticsearch-client-pop
cli client cockroach cockroachdb elasticsearch kibana multi node pop python single sqlalchemy ssl to without
Last synced: 11 months ago
JSON representation
Reads a multi node cluster for data in `pop-demo` document.
- Host: GitHub
- URL: https://github.com/bearddan2000/python-cli-cockroachdb-single-node-without-ssl-to-multi-node-elasticsearch-client-pop
- Owner: bearddan2000
- Created: 2023-03-19T04:01:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T04:01:17.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T16:42:09.391Z (about 1 year ago)
- Topics: cli, client, cockroach, cockroachdb, elasticsearch, kibana, multi, node, pop, python, single, sqlalchemy, ssl, to, without
- Language: Python
- Homepage: https://github.com/bearddan2000/python-cli-cockroachdb-single-node-without-ssl-to-multi-node-elasticsearch-client-pop
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-cli-cockroachdb-single-node-without-ssl-to-multi-node-elasticsearch-client-pop
## Description
Reads a multi node cluster for data in `pop-demo` document.
Uses `pop` table then covverts it to json for
elasticsearch to use.
## Tech stack
- python
- sqlalchemy
- elasticsearch
- kibana
- cockroach
## Docker stack
- python
- elasticsearch
- kibana
- cockroachdb/cockroach:v19.2.4
## 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)