Skip to content

popstk/olddriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

前端

  • vue
  • webpack

后端

  • 存储系统 - mongodb
  • 爬虫 - colly
  • 查询服务 - grpc

build

ProtoBuf 生成

安装protoc

生成go相关文件

go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway
go get -u github.com/golang/protobuf/protoc-gen-go
protoc backend\backend.proto --go_out=plugins=grpc:.

爬虫

make taohua

后端:网关 & grpc服务

grpc-gateway

go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway