An open API service indexing awesome lists of open source software.

https://github.com/popstk/olddriver


https://github.com/popstk/olddriver

golang grpc magnet-link

Last synced: 4 months ago
JSON representation

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)
```bash

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