Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 386 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 386 Bytes

This is coinmarketcap distributed spider and webserver Golang edition.

Environment

mysql
rabbitmq
go

Usage:

You need a rabbitmq as the broker. Web server itself run as a publisher and spider run infinitly as consumer.

# To run spider
go run dspider.go spider.go sqlutil.go
# To run server
go run main.go router.go sqlutil.go encrypt.go