Building a Blockchain inside PostgreSQL


Details
Building a Blockchain inside PostgreSQL
Applying advanced consensus mechanisms to PostgreSQL data.
presented by Philip Schlump
-
RSVP: https://bit.ly/39Z3Tjt
-
Community Chat: https://discord.gg/r23yquEByR
Blockchains provide a number of useful features that a traditional SQL database fails to provide. These include immutable data, consensus and data replication.
In this example a authenticated blockchain is implemented by using a number of features of PostgreSQL and extending PostgreSQL to allow for Peer To Peer (P2P) communication and block consensus.
This also acts as a good example of how to use P2P and a consensus mechanism for reliable data distribution over faulty networks.
By implementing the useful features of a blockchain inside PostgreSQL most of the capabilities of a blockchain are brought into the relational world.

Sponsors
Building a Blockchain inside PostgreSQL