https://github.com/alpacatechjp/sqs_ws
SQS to WebSocket server
https://github.com/alpacatechjp/sqs_ws
Last synced: about 2 months ago
JSON representation
SQS to WebSocket server
- Host: GitHub
- URL: https://github.com/alpacatechjp/sqs_ws
- Owner: AlpacaTechJP
- Created: 2018-09-09T07:36:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T07:36:45.000Z (almost 8 years ago)
- Last Synced: 2025-02-25T05:43:57.640Z (over 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQS WS
This software receives a message from SQS and serve to WebSocket clients.
# How to use
```
$ dep ensure
$ go build
$ ./sqs_ws -c config.yml
```
# Config file
```
---
source_queue: queue1
ws_endpoint: "/ws"
ws_port: 8080
sampling_rate: 1 # log sampling rate
region: ap-northeast-1
endpoint: http://localhost:9324
```
# License
Apache 2