Skip to content

Building a Blockchain inside PostgreSQL

Photo of Joshua Drake
Hosted By
Joshua D.
Building a Blockchain inside PostgreSQL

Details

Building a Blockchain inside PostgreSQL

Applying advanced consensus mechanisms to PostgreSQL data.

presented by Philip Schlump

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.

Photo of Philly Postgres group
Philly Postgres
See more events