https://github.com/tsmith023/stox-analysis
A microservice cluster for event-driven portfolio analysis over JSON HTTP
https://github.com/tsmith023/stox-analysis
event-driven microservices portfolio-optimization
Last synced: 11 months ago
JSON representation
A microservice cluster for event-driven portfolio analysis over JSON HTTP
- Host: GitHub
- URL: https://github.com/tsmith023/stox-analysis
- Owner: tsmith023
- License: gpl-3.0
- Created: 2023-02-22T17:38:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T11:28:29.000Z (over 3 years ago)
- Last Synced: 2025-04-01T11:44:01.773Z (about 1 year ago)
- Topics: event-driven, microservices, portfolio-optimization
- Language: Python
- Homepage:
- Size: 4.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stox-analysis
A cluster of Go and Python microservices backed by Mongo and Redis storage and plugged into the [IeX Cloud API](https://iexcloud.io/) for performing investment portfolio analysis & optimisation over JSON HTTP.
You will need to provide an IeX Cloud API key to the `iex` service in order for the entire analysis pipeline to operate successfully. However, provided you have this, simply bring up the stack using [Docker Compose](https://docs.docker.com/compose/) and inspect the OpenAPI specification for the stack, which is auto-generated by FastAPI, at `http://localhost:9000/docs`.