Saman is a growth platform
.
├── LICENSE
├── README.md
├── backend
│ ├── api ------------ # api server source code
│ └── master --------- # master server source code, read es and write influxdb
├── docs --------------- # documents
├── plugin ------------- # plugin for master
├── res ---------------- # resource file
├── util --------------- # util package
├── conf --------------- # default config
└── web ---------------- # front web site
-
Install govendor
go get -u github.com/kardianos/govendor
-
Get Source Code
go get github.com/bragfoo/saman
-
Install deps
cd $GOPATH/src/github.com/bragfoo/saman govendor sync
-
start backend
go run api/main.go
-
start fron