Skip to content

Data ingestion of minute bar prices for cryptocurrency pairs from Binance.

License

Notifications You must be signed in to change notification settings

bilou12/crypto-prices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto-prices

  • Build the project
go build
  • Define the service file
[Unit]
Description=binance rt 1h

[Service]
Type=simple
Restart=always
RestartSec=5s
ExecStart=/mnt/data/crypto-prices/crypto-prices

[Install]
WantedBy=multi-user.target
  • Interact with the service
vi /lib/systemd/system/binance_rt_1h.service
service binance_rt_1h status
service binance_rt_1h start
service binance_rt_1h stop
systemctl daemon-reload
journalctl -u binance_rt_1h.service

About

Data ingestion of minute bar prices for cryptocurrency pairs from Binance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages