Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 839 Bytes

File metadata and controls

18 lines (12 loc) · 839 Bytes

BabelQueue — examples

Runnable, cross-language demos that prove the BabelQueue promise: a message produced in one language is consumed natively in another, over the broker you already run, using one strict JSON envelope.

Example Producer → Consumer Broker What it shows
redis-orders/ Python · PHP → Go Redis Same canonical envelope across languages on a shared Redis queue (URN routing, trace_id, meta.lang) — swap in either producer, the Go consumer is unchanged

Each example uses the published SDKs (pip install "babelqueue[redis]", go get github.com/babelqueue/babelqueue-go/redis, …) — nothing vendored.

The full standard is documented at babelqueue.com.

License

MIT © Muhammet Şafak