Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        




Test
Report
License

# 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
```