Open Source Event Monitoring https://github.com/chronark/highstorm

天问 94790f6cc8 Update 'README.md' 10 months ago
README.md 94790f6cc8 Update 'README.md' 10 months ago

README.md

highstorm

Open Source Event Monitoring,nodejs系统事件监控系统,tinybird数据库

Usage

pnpm install
cp apps/web/.env.example apps/web/.env

# tinybird数据库
cd apps/web
npx prisma db push
cd apps/web/lib/tinybird
tb push datasources/
tb push

pnpm build
pnpm turbo run dev --filter=web