Skip to content

Commit aae609b

Browse files
committed
Update README feature summary
1 parent f03771d commit aae609b

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
<img src="hog.png" alt="Hogflare" width="300">
44

5-
Hogflare is a Cloudflare Workers service that accepts PostHog ingestion requests and forwards them into Cloudflare Pipelines (HTTP stream). It gives you PostHog-compatible ingestion with data landing in R2 as Iceberg/Parquet.
5+
Hogflare is a Cloudflare Workers ingestion layer for PostHog SDKs. It supports PostHog-style ingestion, stateful persons/groups, and SDK feature flags, then streams events into Cloudflare Pipelines so data lands in R2 as Iceberg/Parquet.
6+
7+
**What works today**
8+
9+
- Ingestion endpoints: `/capture`, `/identify`, `/alias`, `/batch`, `/e`, `/engage`, `/groups`
10+
- Persons and groups: `$set`, `$set_once`, `$unset`, aliasing, and group properties
11+
- Feature flags: `/flags` and `/decide` are evaluated in the Worker (used by PostHog SDKs)
12+
- Request enrichment: Cloudflare IP/geo fields added when missing
613

714
## Architecture
815

0 commit comments

Comments
 (0)