Taiwan Stock Analysis and Buy Selection Core System.
./bin/setup.sh
docker-compose -f build/docker/postgresql/docker-compose.yml up
docker-compose -f build/docker/redis/docker-compose.yml up
docker-compose -f build/docker/kafka/docker-compose.yml up
make db-pg-init-main
make db-pg-migrate
$ docker-compose -p jarvis -f build/docker/app/docker-compose.yml up
This project is using protobuf with grpc-gatway to have both grpc & http served. https://github.com/grpc-ecosystem/grpc-gateway
make proto