Skip to content

samwang0723/jarvis

Repository files navigation

jarvis

Taiwan Stock Analysis and Buy Selection Core System.

Setup project

./bin/setup.sh

Setup Docker Environment

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

Execute SQL Migration

make db-pg-init-main
make db-pg-migrate

Start Application

$ docker-compose -p jarvis -f build/docker/app/docker-compose.yml up

Generate Protobuf

This project is using protobuf with grpc-gatway to have both grpc & http served. https://github.com/grpc-ecosystem/grpc-gateway

make proto

About

Machine Learning Stock Analysis and Buy Selection

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published