https://github.com/mmontes11/bankroach
Simple CRUD application using CockroachDB and Go
https://github.com/mmontes11/bankroach
cockroach cockroachdb go golang helm kubernetes
Last synced: 2 months ago
JSON representation
Simple CRUD application using CockroachDB and Go
- Host: GitHub
- URL: https://github.com/mmontes11/bankroach
- Owner: mmontes11
- License: mit
- Created: 2021-09-18T09:05:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T19:08:51.000Z (over 3 years ago)
- Last Synced: 2024-12-31T04:12:31.485Z (over 1 year ago)
- Topics: cockroach, cockroachdb, go, golang, helm, kubernetes
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bankroach
Simple CRUD application using CockroachDB and Go
### Getting started
##### Run locally
```bash
docker compose up -d
make run
```
##### Kubernetes
```bash
helm repo add mmontes https://mmontes11.github.io/charts
helm install cockroachdb-operator mmontes/cockroachdb-operator
helm install bankroach mmontes/bankroach
```