Open-source AI data analyst platform extracted from internal repo. Includes data sync engine, Keboola adapter, Flask web portal, server deployment scripts, and configuration templates.
26 lines
509 B
Desktop File
26 lines
509 B
Desktop File
[Unit]
|
|
Description=WebSocket Gateway for Keboola Data Analyst
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=deploy
|
|
Group=data-ops
|
|
WorkingDirectory=/opt/data-analyst/repo
|
|
ExecStart=/opt/data-analyst/.venv/bin/python -m server.ws_gateway
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
EnvironmentFile=/opt/data-analyst/.env
|
|
EnvironmentFile=/opt/data-analyst/repo/.env
|
|
|
|
RuntimeDirectory=ws-gateway
|
|
RuntimeDirectoryMode=0755
|
|
|
|
ReadWritePaths=/tmp
|
|
|
|
ProtectSystem=strict
|
|
ProtectHome=read-only
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|