Oracle Blockchain Platform tutorial, Part 2 of 3: The Rich History Database

The Rich History Database This is the second in a three part series on Oracle's blockchain as a service cloud offering. In the first article I walked through Oracle's blockchain platform and how to build and deploy a Hyperledger Fabric network on OBP. In this second article I'm going to focus on the OBP Rich History Database and why I think this is an important feature. I will describe how to configure the RHDB to stream data from the Hyperledger Fabric network created in the first post. If you haven't read part one , I recommend taking a look before reading this post so the examples will make sense. The rich history database is external to Oracle Blockchain Platform and contains data about the blockchain ledger’s transactions on the channels you select. You can use this database to create analytics, reports, and visualizations about your ledger’s activities. It can also be useful for audit and archive needs. Internally, Oracle Blockchain Platform uses the Hyper...