The elastic database system. A database designed for P2P-like scenarios, where potentially millions of computers send database updates around.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Anonymous 7f1a5eaffa had nothing in it anyway 1 year ago
discovery dispersy 1 year ago
tests dispersy 1 year ago
tool dispersy 1 year ago
tracker dispersy 1 year ago
utils dispersy 1 year ago
README.md degithubbing 1 year ago
__init__.py dispersy 1 year ago
authentication.py dispersy 1 year ago
bloomfilter.py dispersy 1 year ago
candidate.py dispersy 1 year ago
community.py dispersy 1 year ago
conversion.py dispersy 1 year ago
crypto.py dispersy 1 year ago
database.py dispersy 1 year ago
destination.py dispersy 1 year ago
dispersy.py dispersy 1 year ago
dispersydatabase.py dispersy 1 year ago
distribution.py dispersy 1 year ago
endpoint.py dispersy 1 year ago
exception.py dispersy 1 year ago
member.py dispersy 1 year ago
message.py dispersy 1 year ago
meta.py dispersy 1 year ago
payload.py dispersy 1 year ago
requestcache.py dispersy 1 year ago
resolution.py dispersy 1 year ago
statistics.py dispersy 1 year ago
taskmanager.py dispersy 1 year ago
timeline.py dispersy 1 year ago
util.py dispersy 1 year ago

README.md

== Dispersy

The DIStributed PERmission SYstem, or Dispersy, is a platform to simplify the design of distributed communities. At the heart of Dispersy lies a simple identity and message handling system where each community and each user is uniquely and securely identified using elliptic curve cryptography.

Dispersy used to be maintained by the University of Tribler at Delft, but unfortunately when NSA/Microsoft captured Github while @teamtribler@birdsite liberated the broader Tribler project, they did not liberate it...so here we are.

== Integrated NAT Puncturing

Nowadays almost all devices have a network connection, with a lot of them running in challenged network environments. Challenging conditions can be found in a wide range of networks, i.e. Peer-to-Peer networks (P2P), and delay tolerant networks (DTNs). These networks have several limitations, like having long communication delays, very low data rates, and unstable links.

P2P networks are particularly challenging due to nodes not always being online, NAT-firewall constrained Internet connections, and frequent interaction with potentially malicious nodes. Smartphones pose another challenge due to their limited processing capability and battery lifetime.

Dispersy was designed to be capable of running in challenged network environments. It does this by minimizing the needed resources by using optimized algorithms and protocols.

== Decentralized

Dispersy is fully decentralized. It does not require any server infrastructure and can run on systems consisting of a large number of nodes. Each node runs the same algorithm and performs the same tasks. All nodes are equally important, resulting in increased robustness. Dispersy offers distributed system developers both one-to-many and many-to-many data dissemination capabilities. Data is forwarded between nodes. All injected data will eventually reach all nodes, overcoming challenging network conditions.

Dispersy uses elliptic curve cryptography to identify the different nodes in a secure and anonymous way.

Dispersy is spartacus - this is an attempt at a fully decentralized project

== Goal

Dispersy is designed as a building block for implementing fully decentralized versions of, for instance Facebook, Wikipedia, Twitter, or Youtube. These Web 2.0 applications often require on a direct Internet connection to their central servers, but can now be implemented in a distributed way

== Key Features

Key features of Dispersy are:

  • stateless synchronization using Bloomfilters
  • decentralized NAT traversal
  • performance that can scale to over 100,000 bundles

Dispersy is intergated in the BitTorrent client Tribler and show that it is performing very well in various real-time challenged network scenarios (3G and WIFI).

== Documentation

Old documentation for this project can be found at ReadTheDocs: https://dispersy.readthedocs.io_