Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1ambda/domain-driven-design-go
domain driven design in Go
https://github.com/1ambda/domain-driven-design-go
Last synced: about 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T05:09:31.000Z (over 4 years ago)
- Last Synced: 2024-06-20T10:45:21.749Z (7 months ago)
- Language: Go
- Size: 9.03 MB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Domain Driven Design in Go
[![Build Status](https://travis-ci.com/1ambda/domain-driven-design-go.svg?branch=master)](https://travis-ci.com/1ambda/domain-driven-design-go) [![Go Report Card](https://goreportcard.com/badge/github.com/1ambda/domain-driven-design-go)](https://goreportcard.com/report/github.com/1ambda/domain-driven-design-go)
![](https://raw.githubusercontent.com/1ambda/domain-driven-design-go/master/screenshots/g-street.png)
## 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
```