https://github.com/mgartner/bundlebot
A command line program for analyzing CockroachDB statement bundles built on (and with) OpenAI.
https://github.com/mgartner/bundlebot
Last synced: 6 months ago
JSON representation
A command line program for analyzing CockroachDB statement bundles built on (and with) OpenAI.
- Host: GitHub
- URL: https://github.com/mgartner/bundlebot
- Owner: mgartner
- Created: 2025-06-10T16:01:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-11T13:44:17.000Z (7 months ago)
- Last Synced: 2025-06-19T18:14:52.213Z (7 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bundlebot
A command line program for analyzing CockroachDB statement bundles built on (and
with) OpenAI.
# Usage
1. Clone the repository.
2. Build the binary: `go build .`.
3. Set the environment variable `OPENAI_API_KEY` to your OpenAI API key.
4. Run the bot providing a path to a statement bundle: `./bundlebot stmt-bundle-1234.zip`.