Want to create an interactive transcript for this episode?
Podcast: Web3 Galaxy Brain šš§
Episode: Decentralized Databases with GUN founder Mark Nadal
Description: In this episode Iām joined by GUN founder Mark Nadal to discuss GUN.
GUN, also known as GUNDB, is a real-time, decentralized, offline-first, graph database. In practice, GUN provides a Javascript API that allows webapps to sync data between peers with no centralized server dependency. GUN peers use WebRTC and similar transport protocols to sync data to localStorage and IndexedDB in the client. GUN also provides access controls, which allow developers to store encrypted data on the network. The API can be used in browser tabs, on mobile apps, or run as a relay peer in a...