ecosistema-social-decentral.../README.md

115 lines
3.6 KiB
Markdown
Raw Permalink Normal View History

2020-02-25 09:17:09 +01:00
# Ecosystem Overview
This overview of the decentralized social ecosystem is structured by protocols, applications, and topics. The protocols and applications directories contain summaries of existing projects. The topics section compares how decentralized protocols handle key topics, and includes relevant projects not covered elsewhere.
2020-02-25 09:17:09 +01:00
### Protocols:
2020-02-25 09:17:09 +01:00
- [ActivityPub](protocols/activitypub.md)
- [Gun](protocols/gun.md)
- [Hypercore Protocol (DAT)](protocols/hypercore.md)
- [IPFS](protocols/ipfs.md)
- [Matrix](protocols/matrix.md)
- [Peergos](protocols/peergos.md)
- [Solid](protocols/solid.md)
- [XMPP](protocols/xmpp.md)
2020-02-25 09:17:09 +01:00
### Applications:
2020-02-25 09:17:09 +01:00
- [Aether](applications/aether.md)
- [Blockchain social networks](applications/blockchain-social.md)
- [Diaspora](applications/diaspora.md)
- [Mastodon](applications/mastodon.md)
2021-08-03 10:50:10 +02:00
- [Ssb social networks](applications/ssb-social.md)
2020-02-25 09:17:09 +01:00
In the p2p ecosystem, there is sometimes not a clear distinction between protocols and applications, making it unclear what a project encompasses. This diagram attempts to clarify which layer of the stack these p2p projects operate at.
2020-02-25 09:17:09 +01:00
![P2p ecosystem](P2P.png)
2020-02-25 09:17:09 +01:00
The distinction between protocols and applications is clearer in the federated social ecosystem, where applications follow a familiar client-server model. Diaspora is both the name of the social application as well as the protocol, and Solid does not yet have a social network application.
2020-02-25 09:17:09 +01:00
![Federated ecosystem](Federated.png)
### Topics:
[Network structure](topics/network-structure.md)
- Federated networks
- Passing messages between systems
- Replicating data between systems
- P2p networks
2020-02-28 23:00:52 +01:00
- Hybrid
2020-02-25 09:17:09 +01:00
[Identity](topics/identity.md)
2020-02-25 09:17:09 +01:00
- Decentralized identity
- In federated applications
- In p2p applications
2020-07-09 07:46:49 +02:00
- Blockchain identity systems
- DIDs
2020-07-09 07:46:49 +02:00
- Key management
2020-02-25 09:17:09 +01:00
- Reputation, Trust
- Failure modes:
- Sybils & spam
- Impersonation
2020-02-25 09:17:09 +01:00
[Data](topics/data.md)
2020-02-25 09:17:09 +01:00
- Data models
- Mutability
2020-02-25 09:17:09 +01:00
[Discovery](topics/discovery.md)
2020-02-25 09:17:09 +01:00
- Curation
2020-07-09 07:46:49 +02:00
- Search
[Moderation](topics/moderation.md)
- Community-based
- User-driven
- Experimental
[Privacy](topics/privacy.md)
- User metadata
- Private accounts
2020-07-09 07:46:49 +02:00
- Direct messages
2020-02-25 09:17:09 +01:00
[Monetization](topics/monetization.md)
2020-02-25 09:17:09 +01:00
- Application level
- Provider level
2020-02-25 09:17:09 +01:00
- Protocol level
[Governance](topics/governance.md)
2020-02-25 09:17:09 +01:00
- Overview of existing models
2020-06-16 02:01:25 +02:00
## Contributions
2020-08-08 02:14:50 +02:00
Written by Jay Graber ([@arcalinea](https://twitter.com/arcalinea))
Contributions from:
- Andre Staltz ([@andrestaltz](https://twitter.com/andrestaltz))
- Burak Nehbit ([@nehbit](https://twitter.com/nehbit))
- Christopher Lemmer Webber ([@dustyweb](https://twitter.com/dustyweb))
- Danny Zuckerman ([@dazuck](https://twitter.com/dazuck))
- Eugen Rochko ([@Gargron@mastodon.social](https://mastodon.social/@Gargron))
- Golda Velez ([@gvelez17](https://twitter.com/gvelez17))
- Ian Preston ([@Ianopolous](https://twitter.com/Ianopolous))
- Jeromy Johnson ([@whyrusleeping](https://twitter.com/whyrusleeping))
- Molly MacKinley ([@momack28](https://twitter.com/momack28))
- Matthew Hodgson ([@ara4n](https://twitter.com/ara4n))
- Mark Nadal ([@marknadal](https://twitter.com/marknadal))
- Paul Frazee ([@pfrazee](https://twitter.com/pfrazee))
- Rahul Kothari ([@BlockchainRahul](https://twitter.com/BlockchainRahul))
2021-03-26 13:39:35 +01:00
- Sarven Capadisli ([@csarven](https://csarven.ca/#i))
2020-07-08 01:26:35 +02:00
## Further Reading
More extensive lists of decentralized web projects:
- [Redecentralize](https://github.com/redecentralize/alternative-internet)
- [Decentralized Web projects by gdamdam](https://github.com/gdamdam/awesome-decentralized-web)
2020-07-16 21:12:57 +02:00
- [A list of p2p resources by kgryte](https://github.com/kgryte/awesome-peer-to-peer)