An open API service indexing awesome lists of open source software.

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

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
```