Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ttyobiwan/leshy
Message queue powered by Golang, SQLite and gRPC, focused on DX, simplicity and performance
https://github.com/ttyobiwan/leshy
go grpc mq sqlite
Last synced: 6 days ago
JSON representation
Message queue powered by Golang, SQLite and gRPC, focused on DX, simplicity and performance
- Host: GitHub
- URL: https://github.com/ttyobiwan/leshy
- Owner: ttyobiwan
- License: apache-2.0
- Created: 2024-05-09T10:07:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-24T07:05:37.000Z (6 months ago)
- Last Synced: 2024-06-17T17:30:02.694Z (5 months ago)
- Topics: go, grpc, mq, sqlite
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leshy
DX-focused message queue, powered by Golang, SQLite and gRPC.
## Setting up
Generating protobuffs:
```bash
protoc --go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
proto/*.proto
```