Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 653 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 653 Bytes

ClickHouse UDP ingestion

Written in go.

Installation

  1. Modify deploy.sh script with your ssh credentials.

  2. Run deploy command:

./deploy.sh
  1. Create systemd service for autostart (optional):
sudo nano /etc/systemd/system/clickhouse-udp.service

Paste contents of the file clickhouse-udp.service and replace user, group and executable path

sudo systemctl daemon-reload
sudo systemctl enable clickhouse-udp.service
sudo systemctl start clickhouse-udp.service

To check status

sudo systemctl status clickhouse-udp.service -l

To read logs

journalctl -u clickhouse-udp.service