# Persistence If communications must be persisted, options (non-exhaustive) are available: 1. [Distributed Databases](#distributed-databases) 1. [Distributed Storage](#distributed-storage) 1. [File Synchronisation](#file-synchronisation) ## Distributed Databases We list here some distributed databases with synchronisation capabilities. - - - - - - - ## Distributed Storage Although not purely a RTC aspect, `Distributed Storage` systems often use some RTC under-the-hood, or can be used as underlying solution for RTC. We list here a few of those storages with useful links. ### DAT - - Hypercore is a secure, distributed append-only log. - - HyperSwarm / Beaker - - - - - - - - - JupyterLab Extension - ### IPFS IPFS is a A peer-to-peer hypermedia protocol designed to make the web faster, safer, and more open. - - - Peerpad to write, collaborate and export markdown documents directly in your browser. - - ### Swarm - - - - RON (Replicated Object Notation), a distributed live data format - - ## File Synchronisation [File Synchronisation](https://en.wikipedia.org/wiki/Comparison_of_file_synchronization_software) is a way to share content, but not really RTC.