https://github.com/popstk/olddriver
https://github.com/popstk/olddriver
golang grpc magnet-link
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/popstk/olddriver
- Owner: popstk
- Created: 2019-01-11T13:33:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T03:14:34.000Z (over 2 years ago)
- Last Synced: 2025-05-25T13:48:35.513Z (5 months ago)
- Topics: golang, grpc, magnet-link
- Language: Python
- Size: 9.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 前端
- vue
- webpack## 后端
- 存储系统 - mongodb
- 爬虫 - colly
- 查询服务 - grpc## build
#### ProtoBuf 生成
安装[protoc](https://github.com/protocolbuffers/protobuf/releases)生成go相关文件
```bash
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:.
```#### 爬虫
``` bash
make taohua
```#### 后端:网关 & grpc服务
[grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway)
```bashgo get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway
```