-
Notifications
You must be signed in to change notification settings - Fork 6
List of other specs to read #3
Comments
IRC: https://tools.ietf.org/html/rfc2812 https://tools.ietf.org/html/rfc2813 At the very least, lots of lessons to be learned of what not to do. (Modes is possibly my least favourite part of the spec.) Also might be interesting to compare to where IRCv3 is headed and what use cases they're prioritizing: http://ircv3.net/ |
http://openpeer.org/ is aligned with the notion of a POST "Chat" Ext or "Social Network" See spec: http://docs.openpeer.org/OpenPeerProtocolSpecificationAnnexRolodex/ |
Thanks! updated. Moar :) |
The decentralized social protocols I follow the most are:
And for the lulz, curious what you think about storing at rest data in unix mbox format 😝 |
@bnvk we're storing at rest data as IPLD |
A nice collection of protocols: http://lov.okfn.org/dataset/lov/ |
http://kafka.apache.org/ - Kafka is a distributed, partitioned, replicated commit log service. It provides the functionality of a messaging system. Cluster based And apparently soundcloud did some work here too Maybe off topic from POST. |
While message brokers (kafka) and event stores (Roshi) are not strictly related to POST (rather CRDTs, see ipfs/notes#40), I'm working on something that essentially works as an event store/commit log/whathavewe. If this gets too offtopic for POST, let's move the discussion to somewhere more approriate. It's not quite ready yet, but I hope to be able to put everything on Github later this week. You can take a look at https://github.com/haadcode/orbit-client for a preview. I just added remove() today and I have an idea how to expand the implementation to a KV-store using same mechanisms, so hopefully can implement that this week. All data is stored in IPFS, but it uses a server atm. Eventually it'll be able to work as fully decentralized system, perhaps even fully distributed. I believe (at least some) CRDTs can be implement in it, too. This, however, requires couple of features in IPFS to be implemented, mainly pubsub. My goal is that orbit-client will provide a transition path from a client-server architecture to decentralized one over time as the required features are available in IPFS. What I see atm, though, is that this could very well be a good starting point for a event store/message broker/kv-store on IPFS. It's based on Orbit (https://github.com/haadcode/anonymous-networks/) and my goal is to make Orbit use the orbit-client in the near future. If you (or anyone else) have comments, ideas or questions I'd be happy to get your feedback. Once there's a working version, contributions would be highly appreciated! I expect there to be a good starting point for more work sometime in Feb. |
im sorry i dont have time to work on POST this month. but please help me merge IPLD. there's important questions to resolve there In fact, would be useful if someone wants to take a stab at a rudimentary On Monday, January 18, 2016, haadcode notifications@github.com wrote:
|
@nginnever Take a look at https://github.com/haadcode/orbit-client now and see if you have any comments or ideas. Contributions would be hugely appreciated, too! |
Let's keep this list updated:
Come on, let's get like 30 more.
The text was updated successfully, but these errors were encountered: