https://github.com/benbjohnson/gha
SQLite load testing application using GitHub Archive data.
https://github.com/benbjohnson/gha
Last synced: 9 months ago
JSON representation
SQLite load testing application using GitHub Archive data.
- Host: GitHub
- URL: https://github.com/benbjohnson/gha
- Owner: benbjohnson
- Created: 2021-01-05T22:49:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-16T13:42:18.000Z (over 3 years ago)
- Last Synced: 2025-04-02T21:05:49.117Z (9 months ago)
- Language: Go
- Size: 54.7 KB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gha
===
SQLite load testing application using GitHub Archive data. This is used as a
long-running testbed for [litestream](https://github.com/benbjohnson/litestream).
## Usage
```
gha -ingest-rate 100
```
## Deploy
To deploy to fly.io, run:
```sh
fly launch --name gha --region ord --no-deploy
fly volumes create --region ord --size 1 data
fly secrets set LITESTREAM_ACCESS_KEY_ID=XXX LITESTREAM_SECRET_ACCESS_KEY=YYY
fly deploy
```