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
583 B
Desktop File
26 lines
583 B
Desktop File
[Unit]
|
|
Description=Corporate Memory Knowledge Collector
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
Group=data-ops
|
|
WorkingDirectory=/opt/data-analyst/repo
|
|
ExecStart=/usr/local/bin/collect-knowledge
|
|
|
|
# Environment
|
|
EnvironmentFile=/opt/data-analyst/.env
|
|
EnvironmentFile=/opt/data-analyst/repo/.env
|
|
|
|
# Security hardening - root needed to read /home/*/CLAUDE.local.md
|
|
ProtectSystem=strict
|
|
ReadWritePaths=/data/corporate-memory
|
|
PrivateTmp=true
|
|
|
|
# Timeout for long-running HAIKU calls
|
|
TimeoutStartSec=600
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|