https://github.com/1ambda/domain-driven-design-go
domain driven design in Go
https://github.com/1ambda/domain-driven-design-go
Last synced: 2 months ago
JSON representation
domain driven design in Go
- Host: GitHub
- URL: https://github.com/1ambda/domain-driven-design-go
- Owner: 1ambda
- Created: 2018-08-05T04:48:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T05:09:31.000Z (almost 5 years ago)
- Last Synced: 2025-04-01T09:01:35.974Z (3 months ago)
- Language: Go
- Size: 9.03 MB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Domain Driven Design in Go
[](https://travis-ci.com/1ambda/domain-driven-design-go) [](https://goreportcard.com/report/github.com/1ambda/domain-driven-design-go)

## Features
- Reproducible Infra using Terraform on Google Cloud Platform
* GKE (Kubernetes Engine)
* Cloud SQL (HA-RR MySQL)
* GCE Ingress (GLBC)
* cert-manager on GKE
* Cloud Build
* Spinnaker on GKE
- Containerized Applications
* E-commerce Domain (Simplified)
* Swagger Codegen for Server (Golang)
* Swagger Codegen for Client (Vue, TypeScript)
* Automated CI / CD Pipeline (GCB -> GCR -> Spinnaker -> GKE)
## Running All Services| name | version | description |
|---|---|---|
| [go](https://github.com/golang/go) | 1.10+ | use [gvm](https://github.com/moovweb/gvm) |
| [nodejs](https://nodejs.org/) | 8.10.0+ | use [nvm](https://github.com/creationix/nvm) |```bash
$ go get -g github.com/1ambda/domain-driven-design-go
$ cd $GOPATH/src/github.com/1ambda/domain-driven-design-go$ go get github.com/ahmetb/govvv
$ make compose.all# visit http://localhost:8080
```