An open-source api-first status page aggregator.
If your looking for the official hosted version, head here.
Architecture
Statusphere is made up of 3 main components:
- The scrapers
- The database
- The api servers
They're orchestrated in the following way:
Usage
Scraper
The scrapers need to be started with the following environment variables:
STATUSPHERE_POSTGRES_HOST=...
STATUSPHERE_POSTGRES_PORT=...
STATUSPHERE_POSTGRES_USER=...
STATUSPHERE_POSTGRES_PASSWORD=...
STATUSPHERE_POSTGRES_DATABASE=...
API
The api needs to be started with the following environment variables:
STATUSPHERE_POSTGRES_HOST=...
STATUSPHERE_POSTGRES_PORT=...
STATUSPHERE_POSTGRES_USER=...
STATUSPHERE_POSTGRES_PASSWORD=...
STATUSPHERE_POSTGRES_DATABASE=...