package
0.0.0-20220128102243-8e9255fca1b5
Repository: https://github.com/nat2k5us/goprojs.git
Documentation: pkg.go.dev
# README
stock-analytics
prerequisite
cp config/config.sample.json config/config.json
run
make run
check output
make sure you have:
go get github.com/fullstorydev/grpcurl
go install github.com/fullstorydev/grpcurl/cmd/grpcurl
grpcurl -plaintext -d '{"symbol": "0941.HK"}' localhost:8080 StockManager.GetStockPrices > tmp.out