Splitstreamportfolio demo

Status

This is a portfolio demonstration, not a hosted service. The status panel exists for transparency about what's actually live versus what's still being provisioned.

splitstream.philiprehberger.com
Docs + marketing + live demo (this site)
Online
api.splitstream.philiprehberger.com
API surface — /v1/assign, /v1/events, /v1/experiments, …
Provisioning (Phase 10)
analysis worker
splitstream:run-analysis — recomputes posteriors every 4h
Provisioning (Phase 10)
ingest worker
splitstream:drain-ingest — Redis → PostgreSQL COPY batches
Provisioning (Phase 10)

What "Provisioning (Phase 10)" means

The API + workers exist as code (every controller, every migration, every Pest test passes locally against PostgreSQL 16 + Redis 7), but haven't been deployed to the EC2 box yet. Phase 10 of the build plan covers the deploy: DNS, certbot, PgBouncer install, Octane (RoadRunner), supervisord wiring, Sentry + BetterStack hookup, nightly pg_dump to S3, monthly restore-test. That work is being done in user-supervised mode rather than autonomously.

In the meantime — every aspect of the platform that can be read or run locally is shippable. Clone the repo, see /sdks for the install incantations, and the math-engine corpus runs on its own.