Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jy8752/runn-connect-streaming-demo
runnでconnectのServer Streamingをテストするためのデモ
https://github.com/jy8752/runn-connect-streaming-demo
buf connect golang grpc redis runn
Last synced: about 1 month ago
JSON representation
runnでconnectのServer Streamingをテストするためのデモ
- Host: GitHub
- URL: https://github.com/jy8752/runn-connect-streaming-demo
- Owner: JY8752
- Created: 2024-07-28T04:43:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T12:48:19.000Z (4 months ago)
- Last Synced: 2024-09-29T15:41:15.678Z (about 2 months ago)
- Topics: buf, connect, golang, grpc, redis, runn
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# runn-connect-streaming-demo
ConnectのServer StreamingとRedisのPubSubで構成したリアルタイム処理をrunnでテストするためのデモです。
## Connectサーバーの起動
```
go run main.go
```## Redisの起動
```
docker run --name runn-demo-redis -d -p 6379:6379 redis:7.2.5
```## ランブックの実行
```
make books
```## リンク
[Protobufモジュール](https://buf.build/jyapp/runndemo)
[zenn記事](https://zenn.dev/jy8752/articles/685f7001e3a351)