Upcoming presentations
No upcoming presentations...
Past presentations
Building a Blockchain Inside PostgreSQL
Applying advanced consensus mechanisms to PostgreSQL data.
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 ...