Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openstatushq/external-status
Monitor your external service provider π
https://github.com/openstatushq/external-status
bun cloudflare cloudflare-d1 cloudflare-queues cloudflare-workers honojs
Last synced: 12 days ago
JSON representation
Monitor your external service provider π
- Host: GitHub
- URL: https://github.com/openstatushq/external-status
- Owner: openstatusHQ
- License: agpl-3.0
- Created: 2023-11-18T11:25:02.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-20T19:08:09.000Z (12 months ago)
- Last Synced: 2024-10-04T22:11:07.268Z (about 1 month ago)
- Topics: bun, cloudflare, cloudflare-d1, cloudflare-queues, cloudflare-workers, honojs
- Language: TypeScript
- Homepage: https://www.openstatus.dev
- Size: 107 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π¨ External Status Monitoring Serviceπ¨
Easily monitor your external providers status page.
A service by [OpenStatus](https://www.openstatus.dev)
## π₯ How it works?
It regulary check external status page for updates.
At the moment it only supports [Atlassian StatusPage](https://www.statuspage.com/) but more will come.
## π Why?
We believe the status of your external service should be open and accessible to everyone.
## π₯ The Stack
- [Bun](https://bun.sh/) - Package manager
- [Hono](https://hono.dev/) - API
- Cloudflare Workers
- Cloudflare D1
- Cloudflare Queues
- Cloudflare Cron Scheduler## π§βπ» Development
1. Install dependencies
```
bun install
```
2. Execute database migration
```
wrangler d1 execute status-db --local --file=./drizzle/0000_outstanding_doomsday.sql
```
3. Run it
```
bun dev
```