Skip to content

Latest commit

 

History

History
executable file
·
34 lines (26 loc) · 731 Bytes

File metadata and controls

executable file
·
34 lines (26 loc) · 731 Bytes

python-cli-sqlserver-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
    • pymssql
    • sqlalchemy
  • elasticsearch
  • kibana
  • mssql

Docker stack

  • python
  • elasticsearch
  • kibana
  • mcr.microsoft.com/mssql/server:2017-CU17-ubuntu

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit