Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.27 KB

File metadata and controls

53 lines (36 loc) · 1.27 KB

TiBuild

It provide the CD functions for PingCAP, Welcome bros!

  • trigger Dev-build runs for custom requirement.
  • publish/deliver artifacts.

Technologies

Quick Start

Design the backend server

go to internal/service/design/design.go and update it.

Design the database

go to internal/database/schema/ and update them.

Generate code from design

we need the goa tool

run:

go generate -x ./...

Run it

Please prepare a config.yaml file before start or you can passing the --config option when run the server.

go run ./cmd/server

After waiting a few seconds, application is available and can be visited in the browser:localhost:8080

File Structure

WIP