modernice/goes

Std IN / OUT

Opened this issue · 2 comments

gedw99 commented

Is there a syd IN / OUT interface ?

so then “ workers” can just use this to interact with the broker.

Syd in / out is universal across any language but also simple.

the idea is for the bud to be the data plane that picks up the std in / out …

gedw99 commented

So essentially it’s a backend just like nats and memory.

many software can call the backend over std io and the CQRS protos are usable on that context

Mir msybe that the sys backend is more of a proxy and delegates the actual work to a memory or nats backend .

gedw99 commented

https://github.com/modernice/goes/blob/main/backend/nats/bus.go

Shows the usage imports quite well.

The syd io bus would be a lot like this