X Monitor
Cached mirror of @elonmusk via a public syndication endpoint. It may be incomplete or stale. Always verify on x.com.
Not ingested yet
No X data ingested yet
To ingest tweets into Postgres, run the X worker. This keeps the website fast and avoids fetching X on every page render.
Quick start
- Run the dev DB:
docker compose -f docker-compose.dev.yml up -d - Apply schema:
DATABASE_URL=... npm run db:apply-schema - Ingest tweets:
DATABASE_URL=... npm run worker:x