Skip to content

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 405 Bytes

README.md

File metadata and controls

executable file
·
17 lines (11 loc) · 405 Bytes

stock-market-sim

Stock streaming and price monitoring system.

Installing libraries

$ python -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt

Setting AWS Access Keys in Environment Variables

$ source set_aws_env.sh "<AWS Access Key ID>" "<AWS Secret Access Key>" "<AWS Region>"

Create a Kinesis stream on AWS named 'stock-stream' using GUI