{"id":13596135,"url":"https://github.com/chronark/highstorm","last_synced_at":"2025-04-12T20:40:45.296Z","repository":{"id":152776637,"uuid":"623053447","full_name":"chronark/highstorm","owner":"chronark","description":"Open Source Event Monitoring","archived":false,"fork":false,"pushed_at":"2023-12-13T14:31:27.000Z","size":12862,"stargazers_count":3306,"open_issues_count":13,"forks_count":354,"subscribers_count":29,"default_branch":"main","last_synced_at":"2025-04-05T19:08:32.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://highstorm.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chronark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-03T15:45:32.000Z","updated_at":"2025-04-02T09:18:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"cb5bc494-b155-4d47-8cb8-6ef255f05c9d","html_url":"https://github.com/chronark/highstorm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronark%2Fhighstorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronark%2Fhighstorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronark%2Fhighstorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronark%2Fhighstorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chronark","download_url":"https://codeload.github.com/chronark/highstorm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631670,"owners_count":21136554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T16:02:09.358Z","updated_at":"2025-04-12T20:40:45.269Z","avatar_url":"https://github.com/chronark.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Open-source Projects 🔓","**Awesome Codebases** [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n \u003ch1 align=\"center\"\u003eSadly I don't have the time to maintain this project. I'm building \u003ca href=\"https://unkey.dev?utm_source=highstorm\"\u003eunkey.dev\u003c/a\u003e to solve API authentication and authorization with DX in mind. It's also \u003ca href=\"https://github.com/unkeyed/unkey\"\u003e100% open source\u003c/a\u003e!\n\u003c/h1\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\u003cbr/\u003e\u003cbr/\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003ch1 align=\"center\"\u003eHighstorm\u003c/h1\u003e\n    \u003ch5\u003eOpen Source Event Monitoring\u003c/h5\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://highstorm.app?ref=github\"\u003ehighstorm.app\u003c/a\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\n## Contributing\n\nThank 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.\n\n### Services\n\nBefore getting started, please ensure that you have the following third-party services set up:\n\n- [planetscale](https://planetscale.com?ref=highstorm): Database\n- [tinybird](https://www.tinybird.co?ref=highstorm): Time series database\n- [upstash](https://upstash.com/qstash?ref=highstorm): Optional, only required for reports\n- [clerk](https://clerk.com?ref=highstorm): Authentication\n\n## Installation\n\nTo install the project and its dependencies, follow these steps:\n\n1.  Ensure you have `pnpm` installed on your system. If not, you can install it by running:\n\n    ```sh-session\n    npm install -g pnpm\n    ```\n\n2.  Run the following command to install the project dependencies:\n    ```sh-session\n    pnpm install\n    ```\n\n### Environment Variables\n\nAfter 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:\n\n1.  Make a copy of the `.env.example` file:\n    ```sh-session\n    cp apps/web/.env.example apps/web/.env\n    ```\n2.  Open the `/apps/web/.env` file in a text editor and populate the values for the services mentioned above.\n\n## Database Preparation\n\n### Prisma\n\nTo prepare the Prisma database, follow these steps:\n\n1.  Navigate to the `/apps/web` directory:\n    ```sh-session\n    cd apps/web\n    ```\n2.  Run the following command to push the database schema and generate Prisma Client:\n    ```sh-session\n    npx prisma db push\n    ```\n\n### Tinybird\n\nTo prepare the Tinybird database, follow these steps:\n\n1.  Download the Tinybird CLI from [here](https://www.tinybird.co/docs/cli.html) and install it on your system.\n2.  After authenticating with the Tinybird CLI, navigate to the `/apps/web/lib/tinybird` directory:\n    ```sh-session\n    cd apps/web/lib/tinybird\n    ```\n3.  Push the necessary datasources using the following command:\n    ```sh-session\n    tb push datasources/\n    tb push\n    ```\n\n**Note: If the CLERK_WEBHOOK_SECRET env variable is not set, pass an empty string, and make sure to visit `/onboarding` after signing up.**\n\n## Build\n\nTo build the project, execute the following command:\n\n```sh-session\npnpm build\n```\n\n## Run\n\nTo run the project locally, use the following command:\n\n```sh-session\npnpm turbo run dev --filter=web\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchronark%2Fhighstorm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchronark%2Fhighstorm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchronark%2Fhighstorm/lists"}