Skip to content

Go api that parses json format stock data to postgres. Stocks can be found from https://www.alphavantage.co/

License

Notifications You must be signed in to change notification settings

JoonasPit/reloading-golang-api

Repository files navigation

reloading-golang-api

A reloading go api parses input Stock Data to a format and stores it to a postgres database

Most solutions are not optional and have been done for learning/personal interest

Will expand later to fetch daily stock data and present it

Fun things the code contains

  • Multi insert values to postgres with go
  • Air live reloading for ease of development