0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 09:16:49 +01:00
🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
Go to file
2023-12-11 09:52:27 -07:00
.github/workflows fix: Split up docker compose start up in CI 2023-12-08 11:37:45 +01:00
docker/echo-server feat: Include migrations and echo-server in docker-compose stack 2023-12-08 11:37:45 +01:00
hook-common refactor: Support in pgqueue for consumer 2023-12-08 11:37:45 +01:00
hook-consumer Merge pull request #5 from PostHog/refactor/re-use-client-in-consumer 2023-12-11 09:52:27 -07:00
hook-producer add metrics 2023-12-04 15:09:21 +00:00
migrations feat: Support for retrying 2023-12-01 14:23:03 +01:00
.gitignore Structure 2023-11-27 13:20:47 +00:00
Cargo.lock fix: Re-add Cargo.lock 2023-12-08 11:39:00 +01:00
Cargo.toml add metrics 2023-12-04 15:09:21 +00:00
docker-compose.yml fix: Use depends_on instead of requires 2023-12-08 11:37:45 +01:00
Dockerfile.sqlx feat: Include migrations and echo-server in docker-compose stack 2023-12-08 11:37:45 +01:00
LICENSE Initial commit 2023-11-27 13:10:15 +00:00
README.md feat: Include migrations and echo-server in docker-compose stack 2023-12-08 11:37:45 +01:00

rusty-hook

A reliable and performant webhook system for PostHog

Requirements

  1. Rust.
  2. Docker, or podman and podman-compose: To setup development stack.

Testing

  1. Start development stack:
docker compose -f docker-compose.yml up -d --wait
  1. Test:
cargo test