matryer / vice

Go channels at horizontal scale (powered by message queues)
https://medium.com/@matryer/introducing-vice-go-channels-across-many-machines-bcac1147d7e2
Apache License 2.0
1.54k stars 79 forks source link

ipfs pubsub as a queue type #41

Open joeblew99 opened 7 years ago

joeblew99 commented 7 years ago

If anyone is interested i am experimenting with adding this.

https://ipfs.io/blog/25-pubsub/

I know its a bit unusual but its inherently has storage that is redundant because its backed by IPFS. See like its worth trying out. I expect perf to be terrible...

matryer commented 6 years ago

Go for it - what the hell. Would be fun. @joeblew99

dc0d commented 6 years ago

Any updates on this?

matryer commented 6 years ago

I don’t think anyone has started it.

dc0d commented 6 years ago

Thanks! It would be study the output.

(I am not that familiar/fluent with ipfs APIs)

BTW, I use NATS currently - pretty much for everything microservices - and I got super excited when learnt vice supports NATS.