It provide the CD functions for PingCAP, Welcome bros!
- trigger Dev-build runs for custom requirement.
- publish/deliver artifacts.
- Backend:
- Golang & GOA(for design)
- Database: ENT with TiDB/MySQL.
- Frontend:
- Deployments: Docker & Kubernetes
- Some core dependencies:
go to internal/service/design/design.go and update it.
go to internal/database/schema/ and update them.
we need the goa tool
run:
go generate -x ./...Please prepare a
config.yamlfile before start or you can passing the--configoption when run the server.
go run ./cmd/serverAfter waiting a few seconds, application is available and can be visited in the browser:localhost:8080
WIP