Skip to content

Stocker backend service for high frequency data

License

Notifications You must be signed in to change notification settings

Rezztech/cykuo-stocker-hf-data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stocker Quant

Description

Project Stcoker Quant is aiming to build a quantative analysiss in Taiwan stock market.

Migration

Requirement

Related commands

  • MySQL localhost server
    sudo service mysql start
    sudo service mysql status
    sudo service mysql stop
  • MySQL connection
    mysql -h {host} -P {port} -u {username} -p{password} {database}
  • Create migrations:
migrate create -ext sql -dir web/migrate/data -seq init
  • Perform migrate
// MYSQL_URL:
// mysql://{username}:{password}@tcp{{host}:{port})/{database_name}
migrate -database "${MYSQL_URL}" -path web/migrate/data up
migrate -database "${MYSQL_URL}" -path web/migrate/data down

About

Stocker backend service for high frequency data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%