Highstorm
Open Source Event Monitoring
Install / Use
npx skills add chronark/highstormInstalls into whichever agent you are using.
README
Contributing
Thank you for considering contributing to our open source project! We appreciate your interest and are excited to have you on board. This document outlines the steps you need to follow to contribute to the project effectively. Please read the guidelines carefully and feel free to reach out if you have any questions.
Services
Before getting started, please ensure that you have the following third-party services set up:
- planetscale: Database
- tinybird: Time series database
- upstash: Optional, only required for reports
- clerk: Authentication
Installation
To install the project and its dependencies, follow these steps:
-
Ensure you have
pnpminstalled on your system. If not, you can install it by running:npm install -g pnpm -
Run the following command to install the project dependencies:
pnpm install
Environment Variables
After setting up the required services, you need to set the corresponding environment variables in the /apps/web/.env file. To do this, follow these steps:
- Make a copy of the
.env.examplefile:cp apps/web/.env.example apps/web/.env - Open the
/apps/web/.envfile in a text editor and populate the values for the services mentioned above.
Database Preparation
Prisma
To prepare the Prisma database, follow these steps:
- Navigate to the
/apps/webdirectory:cd apps/web - Run the following command to push the database schema and generate Prisma Client:
npx prisma db push
Tinybird
To prepare the Tinybird database, follow these steps:
- Download the Tinybird CLI from here and install it on your system.
- After authenticating with the Tinybird CLI, navigate to the
/apps/web/lib/tinybirddirectory:cd apps/web/lib/tinybird - Push the necessary datasources using the following command:
tb push datasources/ tb push
Note: If the CLERK_WEBHOOK_SECRET env variable is not set, pass an empty string, and make sure to visit /onboarding after signing up.
Build
To build the project, execute the following command:
pnpm build
Run
To run the project locally, use the following command:
pnpm turbo run dev --filter=web
Related Skills
dbx
13.7k20 MB lightweight cross-platform database client for 70+ databases, including MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, SQL Server, and Dameng. Built-in AI, MCP Server, CLI, desktop and Docker.
product
Cloud-agnostic Kubernetes infrastructure with Terraform & Helm for homelabs, edge, and production clusters.
ghidra-mcp
3.2kGhidra MCP Server — 200+ MCP tools for AI-powered reverse engineering. GUI plugin + headless server, lazy tool loading, convention enforcement, batch operations, Ghidra Server integration, and Docker deployment.
radar
2.8kThe missing open-source Kubernetes UI with a built-in MCP server for AI agents. See what's broken, why, and what changed. Issues, Topology, event timeline, Helm, GitOps, live service traffic, and cluster audits - all in one Go binary.
