Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 618 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 618 Bytes

dcrextdata

Get the required Golang packages.

go get -u github.com/vattle/sqlboiler/boil
go get github.com/spf13/viper
go get github.com/vevsatechnologies/External_Data_Feed_Processor/models
go get github.com/lib/pq
go get gopkg.in/inconshreveable/log15.v2

Set the configration settings for database in config.json file

Create database data_feed_processor

psql -U postgres data_feed_processor < data_feed_processor.sql
go generate
sqlboiler postgres

Run the project

go run main.go bittrex.go poloniex.go POS.go POW.go