This is a project I am creating to learn the Go language
The aim of this project is to:
- Ingest stock data from a JSON API
- Save data into a relational database
- Run various analysis on the stock data
- Mail a user with periodic updates on selected stocks
- Mail a user with periodic updates of analysis on stock data
Planned:
- Extend notification system
- Extend analysis systems
- Web frontend
- User accounts
Clone this project.
Copy config.json.sample
to config.json
and replace all relevant values.
Run all files in the sql/
directory on the database.
MIT License