SlideShare a Scribd company logo
1 of 46
Download to read offline
Links to Videos, Slides, Bibliography & Twitter Handles @ http://bit.ly/CMbcDB
Blockchains and Databases:
A New Era in Distributed Computing
C. Mohan
IBM Fellow
IBM Almaden Research Center, San Jose, USA
Distinguished Visiting Professor
Tsinghua University, Beijing, China
http://bit.ly/CMwIkP
Twitter, WeChat: seemohan
InfinIT, Aalborg University
Aalborg, Denmark, 25 April 2018
@seemohan2C. Mohan, InfinIT Aalborg, 2018-04-25
Agenda
Goal: Introduce practically relevant private/permissioned blockchains (BCs) to
non-techies AND techies; Also, get into details of many private blockchain systems.
• Origin of Blockchains (BCs)
• Related Distributed Systems/Databases Topics
• Evolution: Smart Contracts, Private BCs, …
• Consortia Approach to Development of Systems
• Applications: Production, PoCs, …
• Market Scene
• Benchmarks
• Architectural Choices and Relationship to DB Replication
• Technical Details of Representative Systems:
Enterprise Ethereum, Hyperledger Fabric & Composer, R3 Corda, Coco Framework,
BigchainDB, Sawtooth, Ripple
• Futuristic Topics
@seemohan3C. Mohan, InfinIT Aalborg, 2018-04-25
Blockchain (BC)
• Origin in digital currencies, in particular Bitcoin (Satoshi Nakamoto, 2008) – anonymity, open/public/permissionless environment
– awful performance (7 TPS, 10 minutes response time)
• Numerous organizations across the world working on various aspects of it:
security, consensus, database, benchmarks, verification, …
• Banks, regulators, universities, startups, big technology companies, services companies, governments, … individually or as part of
consortia
• February 2017: First production deployment of BC technology by IBM & Northern Trust in Guernsey for administration of private equity fund
managed by Unigestion – Hyperledger Fabric 0.6
• 4/2017: China’s Tencent announces TrustSQL
• July 2017: Hyperledger Fabric 1.0 Released
• Hyperledger Fabric on IBM Cloud - IBM Blockchain Platform (formerly HSBN) on highly secure Linux on mainframes (System Z) with security
hardware – announced August 2017 – available in Dallas, London, Frankfurt, Sao Paolo, Tokyo, Toronto
• 8/2017: Microsoft published Coco Framework
• 10/2017: Oracle announced Blockchain Cloud Service (BCS) - Fabric 1.0 based
• 10/2017: China’s Baidu joined Hyperledger as a Premium Member & 1/2018: Announces BaaS offering
• 3/2018: Hyperledger Caliper Benchmarking Project initiated
• 4/2018: China’s Huawei announces Blockchain Cloud Service for China
• Grand View Research: Global BC Tech Market $7.74B by 2024
• My focus: Private/Permissioned BC Systems!
@seemohan6C. Mohan, InfinIT Aalborg, 2018-04-25
Bitcoin Blockchain
@seemohan7C. Mohan, InfinIT Aalborg, 2018-04-25
Bitcoin’s Academic Pedigree
Arvind Narayanan, Jeremy Clark
ACM Queue, August 2017
@seemohan8C. Mohan, InfinIT Aalborg, 2018-04-25
Distributed Systems
• Distributed operating systems
• Distributed virtual memory
• Message passing in distributed computations and distributed checkpoints
• Clock synchronization and event ordering (e.g., Lamport clocks)
• Byzantine agreement and distributed consensus
• Two phase commit optimizations (e.g., Presumed Abort)
• (Transactional) RPCs and distributed file/object systems
• Asynchronous computation via message queues and pub-sub
• Distributed event-based systems
• Client-server, mobile computing and caching, WWW
• Workflow or business process management systems
• Service Oriented Architecture (SOA)
• Public cloud and hybrid cloud
• …
@seemohan9C. Mohan, InfinIT Aalborg, 2018-04-25
Data Systems
• Relational DBMSs (e.g., System R) and SQL
• Data consistency, degrees of isolation and fault tolerance
• Distributed databases (e.g., R*) and distributed transactions/queries
• Synchronous and asynchronous replication with primary copy
• Update anywhere (multi-master) replication and eventual consistency
• Stored procedures, user-defined types/functions, data provenance, …
• Data warehousing and parallel DBMSs – OLTP vs OLAP
• Shared Nothing Vs Shared Disks
• Object-oriented databases, XML, schema chaos, data integration, …
• Web2.0-inspired NoSQL, sharding & massive scaling (e.g., Spanner), JSON, …
• Big Data: Map-Reduce, Hadoop, Spark, …
• Data privacy, multitenancy and trans-border data flow restrictions
• Multi data centers and disaster recovery
• …
@seemohan10C. Mohan, InfinIT Aalborg, 2018-04-25
Port’s
records
Bank’s
records
Airline’s
records
Ocean
Carrier’s
records
Authority's
records
Airport’s
records
… Inefficient, expensive, vulnerable, lack of transparency
Recording of events is becoming much more complex…
Problem Being Solved
@seemohan11C. Mohan, InfinIT Aalborg, 2018-04-2511
Party A’s
records
Bank’s
records
Auditor’s
records
Party B’s
records
Digitally signed,
encrypted
transactions &
ledger
All parties have
same replica
of the ledger
Party A
Bank
Auditor
Party B
Traditional Way Blockchain Way
Clearing
House
… Inefficient, expensive, vulnerable … Consensus, provenance, immutability, finality
Basic Change to Business Processes
@seemohan14C. Mohan, InfinIT Aalborg, 2018-04-25
http://ibm.biz/Platform_Demo
IBM Blockchain Platform is a fully integrated enterprise-ready
blockchain platform designed to accelerate the development,
governance, and operation of a multi-institution business network
– Developer tools that make use of Hyperledger Composer to
quickly build your blockchain application
– Hyperledger Fabric provides the ledger; managed through a set of
intuitive operational tools
– Governance tools for democratic management of the business
network
– Flexible deployment options, including a highly secure and
performant IBM Cloud environment
IBM Blockchain Platform
Hyperledger Composer
DeveloperTools
IBM Cloud
OperationalTools
GovernanceTools
Blockchain application
Hyperledger Fabric
@seemohan15C. Mohan, InfinIT Aalborg, 2018-04-25
Actors in a Blockchain Solution
@seemohan17C. Mohan, InfinIT Aalborg, 2018-04-25
Composer: Workflow of Building a Model
@seemohan18C. Mohan, InfinIT Aalborg, 2018-04-25
Building Communities in Blockchain Networks
Member Member
Community Based Network
Member Member
Member Member
Founder Directed Network
Member Member
Founder
Member
Member
Consortium Based Network
Member
Founder
Founder
Founder
Examples: Examples:
Founders are equal among other
participants, may include a joint legal entity
among the founders (e.g. – JV)
Examples:
Individual founder in a
position to provide strong
direction
Driven by industry standards
bodies or existing non-
blockchain network owners
IBM Food
Trust
@seemohanC. Mohan, InfinIT Aalborg, 2018-04-25 19
19
19
• Developers create application and smart
contracts (chaincodes)
– Chaincodes are deployed on the network and
control the state of the ledger
– Application handles user interface and
submits transactions to the network which call
chaincodes
• Network emits events on block of
transactions allowing applications to
integrate with other systemscached state,
history, tx
Blockchain
block
txn txn txn txn …
Blockchain
developer
Smart
Contract
Invokes/queriesdevelops
develops
Application
Accesses
event
emits
emits
D
Ledger
‘get’ ‘put, ‘delete’
SDK
Peer
Overview of Application Flow
Database
@seemohan20C. Mohan, InfinIT Aalborg, 2018-04-25
Blockchain: Distributed Ledger Technology Everest Group
@seemohan23C. Mohan, InfinIT Aalborg, 2018-04-25
Blockchain Applications
• Track provenance, ownership, relationships & lineage of assets
• Supply Chain – Food Safety (Walmart), Logistics (Maersk)
• Health Data Exchange (FDA)
• Know Your Customer
• Derivatives Processing
• Trade/Channel Finance (IGF)
• Trade Information Warehouse (DTCC)
• Post-Trade Reconciliation/Settlement
• Private Equity Fund Management (Unigestion)
• Syndicated Loans
• Diamond/Valuables Tracking and Protection – Provenance Management (Everledger)
• Cross-Border Payment, Payments for/by Unbanked Populations
• Low volume stock trading (JPX)
“Blockchain Revolution: How the Technology Behind Bitcoin Is Changing Money, Business, and the World”
Don Tapscott, Alex Tapscott, ISBN 978-1101980132.
@seemohan26C. Mohan, InfinIT Aalborg, 2018-04-25
What?
• Provide trusted source of information and traceability to
improve transparency and efficiency across food network
How?
• Shared ledger for storing digital compliance documentation,
test results and audit certificates network
Benefits
• Reduce impact of food recalls through instant access to
end-to-end traceability data to verify history in food network
& supply chain
• Help address 1 in 10 people sickened and 400K fatalities
worldwide which occur every year from food-born illnesses
Food Trust/Safety
@seemohan27C. Mohan, InfinIT Aalborg, 2018-04-25
What?
• An open, extensible platform for sharing shipping
events, messages, and documents across all the
actors and systems in the supply chain ecosystem.
How?
• Providing Shared Visibility and Shared State for
Container Shipments
Benefits
• Increase speed and transparency for cross border
transactions through real time access to container
events.
• Reduced cost and increased efficiency through
paperless trade
Provider of interface:
value-add partners
Event publishers
& subscribers
GTD
Platform
Customs
Dashboard
Logistic actors
internal systems
Supply Chain
Visibility systems
Port community
systems
Transportation
management
Shippers
Authorities
Trade Associations
Carriers
Supply Chain
Actors
Terminals
Supply Chain
Management
Global Trade Digitization (GTD)
@seemohan30C. Mohan, InfinIT Aalborg, 2018-04-25
Dubai Blockchain Strategy
Source: Saeed Al Dhaheri, Etisalat Academy 3/2017
@seemohan32C. Mohan, InfinIT Aalborg, 2018-04-25
What?
• Create and promote secure, efficient and scalable
exchange of health data using blockchains
How?
• Create an electronic ledger of where and how data is
transferred and exchanged
• Initial trial focus on oncology data
Benefits
• Creating an audit trail through the ledger, healthcare
professionals will be able to:
– hold information leakers accountable
– maintain transparency in what data is going where
– secure weak spots in sharing process
IBM-FDA Partnership
@seemohan35C. Mohan, InfinIT Aalborg, 2018-04-25
Blockchain Companies/Consortia & Banks
Source: American Banker 2-2017
@seemohan39C. Mohan, InfinIT Aalborg, 2018-04-25
Global Bitcoin/Blockchain Companies 3/2017
Source: https://www.cbinsights.com/blog/bitcoin-blockchain-startup-global-map/
@seemohan40C. Mohan, InfinIT Aalborg, 2018-04-25
ICOs and Equity Deals
CB Insights: 2017 saw over 5x more capital deployed in ICOs than in equity financings to
blockchain startups. In total, ICOs raised over $5B across nearly 800 deals in 2017. To put
those numbers into context, equity investors deployed $1B in 215 deals to the sector.
@seemohan41C. Mohan, InfinIT Aalborg, 2018-04-25
BC Software Stack
Source: Anh Dinh, et al., SIGMOD 2017
Consensus Layer (PBFT, PoW, PoS, POA, etc.)
Smart Contract Execution Engine
(Virtual Machine, Docker, etc.)
Data Model Layer
(LevelDB, RocksDB, etc.)
@seemohan42C. Mohan, InfinIT Aalborg, 2018-04-25
Blockchain Architecture/Feature Choices
• Cryptocurrencies Vs Generalized Assets
• Permissionless/Public Vs Permissioned/Private
• Byzantine Vs Non-Byzantine fault model
• Consensus approach: PoW, PoA, PoET, PBFT, …
• SQL Vs NoSQL data stores
• Transactional stores Vs Non-transactional stores
• Versioned/Unversioned state database
• On-Chain Vs Off-Chain data
• Parallelism exploitation during different phases of transaction execution
• Pluggable features: consensus protocol, state DB, smart contract language, …
Good Survey Paper: Untangling Blockchain: A Data Processing View of Blockchain Systems, A. Dinh et al.
@seemohan43C. Mohan, InfinIT Aalborg, 2018-04-25
Database Replication
• Primary log replay at replica – homogeneous systems with full DB replicas,
typically done for disaster recovery (DR) backup
• Log capture generates DML statements from what is logged and apply executes
those statements (e.g., IBM Q Replication)
• Can handle non-determinism and partial replicas
• Requires dependency analysis to leverage parallelism at apply time
• https://www.ibm.com/developerworks/data/roadmaps/qrepl-roadmap.html
• Capture DML statements as issued by application and re-execute them at replica
(e.g., H-Store/VoltDB)
• Cannot handle non-determinism
• Typically, serial execution of transactions
Upfront (fairly random, unoptimized) ordering of transactions in blockchain
systems – leads to all sorts of issues!
@seemohan44C. Mohan, InfinIT Aalborg, 2018-04-25
Benchmark Framework: BLOCKBENCH (NUS)
• OLTP & OLAP load measured
• Metrics: throughput, latency, scalability, fault
tolerance, security
• Consensus methods: Ethereum (PoW), Fabric
(PBFT), Parity (PoA)
• Old version of Fabric (pre-V1)
• Fabric performs better
• Fabric scales well up to 16 nodes
Source: Anh Dinh, et al., SIGMOD 2017
@seemohan45C. Mohan, InfinIT Aalborg, 2018-04-25
Hyperledger Caliper
• Allows users to measure performance of a specific blockchain implementation
with a set of predefined use cases
• Will produce reports containing a number of performance indicators, such as
TPS (Transactions Per Second), transaction latency, resource utilization, …
• Intent is for Caliper results to be used by other Hyperledger projects as they
build out their frameworks, and as a reference in supporting the choice of a
blockchain implementation suitable for a user’s specific needs
• Initial contributors: Developers from Huawei, Hyperchain, Oracle, Bitwise,
Soramitsu, IBM and Budapest University of Technology and Economics
• https://www.hyperledger.org/projects/caliper
@seemohan47C. Mohan, InfinIT Aalborg, 2018-04-25
Ethereum
• Public blockchain system like Bitcoin
• Extends it with Smart Contracts
• Uses PoW for consensus
• Own machine lang & VM
• gas charging!
• Most apps relate to its currency Ether
• Enterprise Ethereum Alliance (EEA): JPMorgan Chase, Microsoft, Intel, Accenture, Banco Santander,
BNY Mellon, ConsenSys, Credit Suisse, ING, Thomson Reuters, UBS, Wipro
• EEA will add confidentiality (Quorum), scalability (pluggable consensus) and
permissioning to Ethereum
• Focus on specification, EntEth 1.0 with Python reference client, benchmarking,
compliance testing and tools
• Develop standards for Ethereum: best practices, security, privacy, scalability,
interoperability
• Quorum from JPMorgan; Support for PBFT added in 7/2017 by AMIS
@seemohan49C. Mohan, InfinIT Aalborg, 2018-04-25
Quorum Network J.P. Morgan
@seemohan51C. Mohan, InfinIT Aalborg, 2018-04-25
Hyperledger: A Linux Foundation project
• A collaborative effort created to advance cross-
industry blockchain technologies for business
• Founded February 2016; now more than 230
member organizations
• Open source, open standards, open governance
• Five frameworks and five tools projects
• IBM is a premier member of Hyperledger
www.hyperledger.org
@seemohan52C. Mohan, InfinIT Aalborg, 2018-04-25
Hyperledger Fabric Project
• Initiated by IBM with IBM open source ledger contribution (Feb 2016)
http://hyperledger-fabric.readthedocs.io/en/latest/
• Significant change in architecture from V0.6 to V1
• Chaincode trust flexibility
• Channel concept for Scalability & Confidentiality enhancement
• Consensus modularity
• Pluggable State DB APIs
• 2 types of peer nodes: Endorsing, non-endorsing/committing
• Used PBFT for consensus before V1
• Other Hyperledger Projects: Iroha, Sawtooth, Composer, Quilt, …
Hyperledger Premier members include: Accenture, Airbus, American Express, Baidu, Change Healthcare, Cisco, CME Group, Deutsche
Borse Group, Daimler, Digital Asset, DTCC, Fujitsu, Hitachi, IBM, Intel, J.P. Morgan, NEC, R3, SAP, Tradeshift and Wanda FFan Technology
Hyperledger Fabric V1 Contributors - Engineers from: Arxan, Cloudsoft, CLS, d20 Technical Services, Depository Trust & Clearing
Corporation (DTCC), Digital Asset, Fujitsu, GE, Gemalto, HACERA, Hitachi, Huawei Technologies, Hyperchain, ImpactChoice, IT People,
Knoldus, Linux Foundation, Netease, Passkit, State Street Bank, SecureKey, IBM, SAP, Thoughtworks and Wanda Group. There were also
contributions from 35 unaffiliated individuals. In total, 159 developers have contributed.
@seemohan53C. Mohan, InfinIT Aalborg, 2018-04-25
Fabric V1 Architecture
• Elements of the Architecture
• Chaincode (in Go): System and regular ones. Deploy/Invoke latter.
• Assets represented as Key-value pairs in binary and/or JSON form
• State: Versioned KV model - stored in Level DB or CouchDB
• Ledger data: Blockchain has full state, including history
• Transactions
• Kafka for Ordering:
• No Byzantine fault handling
• Done to improve performance
• Pluggable consensus permits other methods
IBM Blockchain Platform and Oracle Blockchain Cloud Service based on it
@seemohanC. Mohan, InfinIT Aalborg, 2018-04-25 54
54
54
Latest written key/values for
use in transaction simulation
Supports keyed queries,
composite key queries, key
range queries
TX
Reads[]
Writes[]
TX
Reads[]
Writes[]
TX
Reads[]
Writes[]
TX
Reads[]
Writes[]
State Database
Transaction Log
Last written key/value
CouchDB (external option)
supports keyed queries,
composite key queries, key
range queries, plus full data
rich queries (beta in 1.0)
blockHash à SegNo + offset
blockNum à SegNo + offset
txId à SegNo + offset
Block index
block
tx array
File System Level DB
Replaceable
tracking history of a key
Key History index
Fabric V1 Ledger
@seemohan57C. Mohan, InfinIT Aalborg, 2018-04-25
Transaction Execution Overview Fabric V1
• Transaction is sent to the counter-parties
represented by Endorsing Peers on their Channel
• Each Peer simulates transaction execution by
calling specified Chaincode function(s) and signs
result (Read-Write Sets)
• Each Peer may participate in multiple channels
allowing concurrent execution
• Ordering Service accepts endorsed transactions
and orders them according to the plug-in
consensus algorithm then delivers them on the
channel
• All (Committing) peers on channel receive
transactions: on successful validation, commit to
ledger. No chaincode execution.
3 Stage Execution: Endorsement, Ordering, Validation/Commit
Client
• Invoke
Chaincode
• Receive
Read and
Write Sets
• Send tran
to Ordering
Service
• Hear back
final
outcome
Endorsing
Peer
Endorsing
Peer
Committing
Peer
chaincode
chaincode
Ordering
Service
Channel
1
2
3
1 3
3
Channel.SendTransactionProposal (Step 1) and channel.SendTransaction (Step 2)
@seemohan58C. Mohan, InfinIT Aalborg, 2018-04-25
Architectural Differences
http://bit.ly/HFpapr
@seemohan61C. Mohan, InfinIT Aalborg, 2018-04-25
DBMS Implications
• Simulation concept requires layer between chaincode and State DB having to
take on analysis of DBMS calls
• Update statements split into two: read part and write part
• Read alone sent to DBMS with modifications to retrieve version #s for items read
• Writes not sent to DBMS but processed and cached locally – doesn’t allow for read
your own write by chaincode transaction
• During Commit phase, read sets validated by retrieving each item’s version #
individually and then, if validation succeeds, writes also done one at a time
• Dealing with phantoms requires reexecution of query during commit phase to be
sure simulation read set same as read set at Commit time
• Chaincode portability across different State DBMSs hard to do
• Lots of open questions and research issues in this area
@seemohan62C. Mohan, InfinIT Aalborg, 2018-04-25
IBM Blockchain Engagements
Making blockchain real for business with more than 400 engagements and multiple active networks
Trade Finance Pre and Post Trade Complex Risk Coverage
Identity/ Know your customer (KYC) Unlisted Securities/ Private Equity Funds Loyalty Program
Medicated Health Data Exchange Fraud/ Compliance Registry Distributed Energy/ Carbon Credit
Supply Chain Food Safety Provenance/ Traceability
@seemohan64C. Mohan, InfinIT Aalborg, 2018-04-25
R3 Alliance & Corda
• Barclays, BBVA, Commonwealth Bank of Australia (CBA), Credit Suisse, J.P. Morgan,
State Street, Royal Bank of Scotland, UBS
• Special features for JVM to guarantee deterministic behavior
• Hearn, M. Corda: A distributed ledger, Version 0.5, November 2016.
https://docs.corda.net/_static/corda-technical-whitepaper.pdf
• Nodes backed by RDBMS, ledger data SQL queryable and joinable with private tables
• Corda written in Kotlin (simpler Scala with much better Java interoperability) from
JetBrains – contracts in Kotlin/Java
• Contract execution is deterministic and its acceptance of a transaction is based on the
transaction’s contents alone. A transaction is only valid if the contract of every input
state and every output state considers it to be valid
@seemohan65C. Mohan, InfinIT Aalborg, 2018-04-25
R3 Corda Vault
@seemohan73C. Mohan, InfinIT Aalborg, 2018-04-25
Sawtooth (Intel)
• Project of Hyperledger; 1.0 release announced in 1/2018
• Proof of Elapsed Time (PoET) – Consensus Protocol
• Every validator requests a wait time from a trusted function
• Validator with shortest wait time for a particular transaction block is elected leader
• Guaranteed wait time
• Randomness in leader election (~ to lottery algorithm)
• Intended to run in a Trusted Execution Environment (TEE), e.g., Intel’s Software
Guard Extensions (SGX)
• Concept of Transaction Family and Transaction Dependencies
• Transaction Scheduling: Serial or Parallel
• Same block can contain multiple transactions which modify same value!
• https://sawtooth.hyperledger.org/docs/core/releases/latest/contents.html
@seemohan78C. Mohan, InfinIT Aalborg, 2018-04-25
Microsoft Coco Framework/System
Designed to be open and compatible with any blockchain protocol
@seemohan79C. Mohan, InfinIT Aalborg, 2018-04-25
Huawei Blockchain Cloud Service
• Announced April 2018
• BaaS offering based on Hyperledger Fabric V1
• An off-chain channel trading system for the Hyperledger Fabric platform, which is highly
efficient and secure
• Achieves a single-channel 2,000+ TPS transaction performance between users
• Initial offering only in China?
• News Articles
https://cryptovest.com/news/huawei-brings-out-blockchain-as-a-service-offering
https://www.coindesk.com/huawei-unveils-hyperledger-based-blockchain-service-platform/
• Whitepaper: https://static.huaweicloud.com/upload/files/pdf/20180411/20180411144924_27164.pdf
Zhu Peiying, Liao Heng, Wu Shuang, William Michael Genovese et al.
@seemohan81C. Mohan, InfinIT Aalborg, 2018-04-25
Application Flow with RDBMS (In Progress)
• Developers create application
and smart contracts (chaincodes)
– Chaincodes are deployed on the
network and control the state of the
ledger
– Application handles user interface
and submits transactions to the
network which call chaincodes
• Network emits events on block of
transactions allowing applications
to integrate with other systems
Cached State
Blockchain
block
txn txn txn txn …
Blockchain
Developer
Smart
Contract
Invokes/queriesDevelops
Develops
Application
Accesses
Event
Emits
Emits
D
Ledger
‘SELECT’
‘INSERT’, ‘DELETE’, ‘UPDATE’
‘CREATE’, ‘ALTER’, “CALL’
SDK
Peer
RDBMS
@seemohan82C. Mohan, InfinIT Aalborg, 2018-04-25
Futuristic Topics
• Chaincode portability and power of data APIs
• DBMS enhancements to add BC features
• Standards across BC systems
• Cross channel transactions
• Non-deterministic actions
• Analytics on chaincode data
• Many app design issues
• Design tools for endorsement decisions
• NL contracts -> formal contracts ->
executable contracts
Numerous research possibilities for database and distributed systems
people in this new era of distributed computing!
@seemohan83C. Mohan, InfinIT Aalborg, 2018-04-25
More Information
Links to Videos, Slides, Bibliography, Twitter Handles
http://bit.ly/CMbcDB
Follow me on
Twitter, WeChat, Instagram: @seemohan
Facebook: http://www.facebook.com/cmohan
LinkedIn: http://www.linkedin.com/in/seemohan/

More Related Content

What's hot

IoT and Blockchain Challenges and Risks
IoT and Blockchain Challenges and RisksIoT and Blockchain Challenges and Risks
IoT and Blockchain Challenges and RisksAhmed Banafa
 
Blockchain in Healthcare
Blockchain in HealthcareBlockchain in Healthcare
Blockchain in HealthcareSusan Dart
 
01 - Introduction to Hyperledger : A Blockchain Technology for Business
01 - Introduction to Hyperledger : A Blockchain Technology for Business01 - Introduction to Hyperledger : A Blockchain Technology for Business
01 - Introduction to Hyperledger : A Blockchain Technology for BusinessMerlec Mpyana
 
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...Edureka!
 
Intro to Web3
Intro to Web3Intro to Web3
Intro to Web3asasdasd5
 
Overview of blockchain technology and architecture
Overview of blockchain technology and   architectureOverview of blockchain technology and   architecture
Overview of blockchain technology and architectureEY
 
Understanding private blockchains
Understanding private blockchainsUnderstanding private blockchains
Understanding private blockchainsCoin Sciences Ltd
 
An introduction to block chain technology
An introduction to block chain technologyAn introduction to block chain technology
An introduction to block chain technologyyaminisindhurabandar
 
Blockchain and Cybersecurity
Blockchain and Cybersecurity Blockchain and Cybersecurity
Blockchain and Cybersecurity gppcpa
 
A Secure Model of IoT Using Blockchain
A Secure Model of IoT Using BlockchainA Secure Model of IoT Using Blockchain
A Secure Model of IoT Using BlockchainAltoros
 
what is bitcoin, its history and detail
what is bitcoin, its history and detailwhat is bitcoin, its history and detail
what is bitcoin, its history and detailSelf-employed
 
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...Edureka!
 
Ppt on blockchain technology
Ppt on blockchain technologyPpt on blockchain technology
Ppt on blockchain technologyRATAN AGARWALA
 
Blockchain in healthcare sector
Blockchain in healthcare sectorBlockchain in healthcare sector
Blockchain in healthcare sectorBalaji Naik
 
Overview of Blockchain Consensus Mechanisms
Overview of Blockchain Consensus MechanismsOverview of Blockchain Consensus Mechanisms
Overview of Blockchain Consensus MechanismsJohannes Ahlmann
 
Blockchain in Banking, Business and Beyond
Blockchain in Banking, Business and BeyondBlockchain in Banking, Business and Beyond
Blockchain in Banking, Business and BeyondMichael Novak
 
Ethereum Tutorial - Ethereum Explained | What is Ethereum? | Ethereum Explain...
Ethereum Tutorial - Ethereum Explained | What is Ethereum? | Ethereum Explain...Ethereum Tutorial - Ethereum Explained | What is Ethereum? | Ethereum Explain...
Ethereum Tutorial - Ethereum Explained | What is Ethereum? | Ethereum Explain...Simplilearn
 

What's hot (20)

IoT and Blockchain Challenges and Risks
IoT and Blockchain Challenges and RisksIoT and Blockchain Challenges and Risks
IoT and Blockchain Challenges and Risks
 
Blockchain in Healthcare
Blockchain in HealthcareBlockchain in Healthcare
Blockchain in Healthcare
 
01 - Introduction to Hyperledger : A Blockchain Technology for Business
01 - Introduction to Hyperledger : A Blockchain Technology for Business01 - Introduction to Hyperledger : A Blockchain Technology for Business
01 - Introduction to Hyperledger : A Blockchain Technology for Business
 
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
 
Intro to Web3
Intro to Web3Intro to Web3
Intro to Web3
 
Overview of blockchain technology and architecture
Overview of blockchain technology and   architectureOverview of blockchain technology and   architecture
Overview of blockchain technology and architecture
 
Understanding private blockchains
Understanding private blockchainsUnderstanding private blockchains
Understanding private blockchains
 
Web3 Fundamentals
Web3 FundamentalsWeb3 Fundamentals
Web3 Fundamentals
 
An introduction to block chain technology
An introduction to block chain technologyAn introduction to block chain technology
An introduction to block chain technology
 
Blockchain and Cybersecurity
Blockchain and Cybersecurity Blockchain and Cybersecurity
Blockchain and Cybersecurity
 
A Secure Model of IoT Using Blockchain
A Secure Model of IoT Using BlockchainA Secure Model of IoT Using Blockchain
A Secure Model of IoT Using Blockchain
 
what is bitcoin, its history and detail
what is bitcoin, its history and detailwhat is bitcoin, its history and detail
what is bitcoin, its history and detail
 
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
 
Ppt on blockchain technology
Ppt on blockchain technologyPpt on blockchain technology
Ppt on blockchain technology
 
Blockchain in healthcare sector
Blockchain in healthcare sectorBlockchain in healthcare sector
Blockchain in healthcare sector
 
Blockchain
BlockchainBlockchain
Blockchain
 
Overview of Blockchain Consensus Mechanisms
Overview of Blockchain Consensus MechanismsOverview of Blockchain Consensus Mechanisms
Overview of Blockchain Consensus Mechanisms
 
Blockchain in Banking, Business and Beyond
Blockchain in Banking, Business and BeyondBlockchain in Banking, Business and Beyond
Blockchain in Banking, Business and Beyond
 
Blockchain
BlockchainBlockchain
Blockchain
 
Ethereum Tutorial - Ethereum Explained | What is Ethereum? | Ethereum Explain...
Ethereum Tutorial - Ethereum Explained | What is Ethereum? | Ethereum Explain...Ethereum Tutorial - Ethereum Explained | What is Ethereum? | Ethereum Explain...
Ethereum Tutorial - Ethereum Explained | What is Ethereum? | Ethereum Explain...
 

Similar to Blockchains and databases a new era in distributed computing

Building a modern in-house analytics pipeline
Building a modern in-house analytics pipelineBuilding a modern in-house analytics pipeline
Building a modern in-house analytics pipelineSergey Burkov
 
02_07_2018_«El valor de blockchain en el registro de la actividad académica: ...
02_07_2018_«El valor de blockchain en el registro de la actividad académica: ...02_07_2018_«El valor de blockchain en el registro de la actividad académica: ...
02_07_2018_«El valor de blockchain en el registro de la actividad académica: ...eMadrid network
 
Globalizing the world supply chain and the ibm blockchain platform v.2
Globalizing the world  supply chain and the ibm blockchain platform v.2Globalizing the world  supply chain and the ibm blockchain platform v.2
Globalizing the world supply chain and the ibm blockchain platform v.2LennartF
 
Network of Networks Share Group Spring Update
Network of Networks Share Group Spring UpdateNetwork of Networks Share Group Spring Update
Network of Networks Share Group Spring UpdateLora Cecere
 
Blockchain and Internet of Things
Blockchain and Internet of ThingsBlockchain and Internet of Things
Blockchain and Internet of ThingsValerie Lampkin
 
Web 3 and IP: Cryptocurrencies, Blockchain, and NFTs
Web 3 and IP: Cryptocurrencies, Blockchain, and NFTsWeb 3 and IP: Cryptocurrencies, Blockchain, and NFTs
Web 3 and IP: Cryptocurrencies, Blockchain, and NFTsAurora Consulting
 
Building blockchain applications using Java
Building blockchain applications using JavaBuilding blockchain applications using Java
Building blockchain applications using JavaSimon Stone
 
Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked .
 
Apache Flink: Real-World Use Cases for Streaming Analytics
Apache Flink: Real-World Use Cases for Streaming AnalyticsApache Flink: Real-World Use Cases for Streaming Analytics
Apache Flink: Real-World Use Cases for Streaming AnalyticsSlim Baltagi
 
Research in Intelligent Systems and Data Science at the Knowledge Media Insti...
Research in Intelligent Systems and Data Science at the Knowledge Media Insti...Research in Intelligent Systems and Data Science at the Knowledge Media Insti...
Research in Intelligent Systems and Data Science at the Knowledge Media Insti...Enrico Motta
 
University of Borås-full talk-2023-12-09.pptx
University of Borås-full talk-2023-12-09.pptxUniversity of Borås-full talk-2023-12-09.pptx
University of Borås-full talk-2023-12-09.pptxMahdi_Fahmideh
 
IBM Bluemix Nice Meetup #4-20170302 6 Meetup @INRIA - BlockChain
IBM Bluemix Nice Meetup #4-20170302 6 Meetup @INRIA - BlockChainIBM Bluemix Nice Meetup #4-20170302 6 Meetup @INRIA - BlockChain
IBM Bluemix Nice Meetup #4-20170302 6 Meetup @INRIA - BlockChainIBM France Lab
 
Oracle Blockchain Experience Day
Oracle Blockchain Experience DayOracle Blockchain Experience Day
Oracle Blockchain Experience DayJuarez Junior
 
Blockchain explained cata
Blockchain explained   cataBlockchain explained   cata
Blockchain explained cataMogul Marketing
 
Qo Introduction V2
Qo Introduction V2Qo Introduction V2
Qo Introduction V2Joe_F
 
Combating Mobile Device Theft with Blockchain
Combating Mobile Device Theft with BlockchainCombating Mobile Device Theft with Blockchain
Combating Mobile Device Theft with BlockchainNagesh Caparthy
 
IoT with the Best: Watson IoT Bluemix and Blockchain
IoT with the Best: Watson IoT Bluemix and BlockchainIoT with the Best: Watson IoT Bluemix and Blockchain
IoT with the Best: Watson IoT Bluemix and BlockchainValerie Lampkin
 

Similar to Blockchains and databases a new era in distributed computing (20)

Building a modern in-house analytics pipeline
Building a modern in-house analytics pipelineBuilding a modern in-house analytics pipeline
Building a modern in-house analytics pipeline
 
02_07_2018_«El valor de blockchain en el registro de la actividad académica: ...
02_07_2018_«El valor de blockchain en el registro de la actividad académica: ...02_07_2018_«El valor de blockchain en el registro de la actividad académica: ...
02_07_2018_«El valor de blockchain en el registro de la actividad académica: ...
 
Globalizing the world supply chain and the ibm blockchain platform v.2
Globalizing the world  supply chain and the ibm blockchain platform v.2Globalizing the world  supply chain and the ibm blockchain platform v.2
Globalizing the world supply chain and the ibm blockchain platform v.2
 
Network of Networks Share Group Spring Update
Network of Networks Share Group Spring UpdateNetwork of Networks Share Group Spring Update
Network of Networks Share Group Spring Update
 
Blockchain and Internet of Things
Blockchain and Internet of ThingsBlockchain and Internet of Things
Blockchain and Internet of Things
 
Web 3 and IP: Cryptocurrencies, Blockchain, and NFTs
Web 3 and IP: Cryptocurrencies, Blockchain, and NFTsWeb 3 and IP: Cryptocurrencies, Blockchain, and NFTs
Web 3 and IP: Cryptocurrencies, Blockchain, and NFTs
 
Building blockchain applications using Java
Building blockchain applications using JavaBuilding blockchain applications using Java
Building blockchain applications using Java
 
Emerging Applications of Blockchain for Supply Chains
Emerging Applications of Blockchain for Supply ChainsEmerging Applications of Blockchain for Supply Chains
Emerging Applications of Blockchain for Supply Chains
 
Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011
 
Apache Flink: Real-World Use Cases for Streaming Analytics
Apache Flink: Real-World Use Cases for Streaming AnalyticsApache Flink: Real-World Use Cases for Streaming Analytics
Apache Flink: Real-World Use Cases for Streaming Analytics
 
Research in Intelligent Systems and Data Science at the Knowledge Media Insti...
Research in Intelligent Systems and Data Science at the Knowledge Media Insti...Research in Intelligent Systems and Data Science at the Knowledge Media Insti...
Research in Intelligent Systems and Data Science at the Knowledge Media Insti...
 
University of Borås-full talk-2023-12-09.pptx
University of Borås-full talk-2023-12-09.pptxUniversity of Borås-full talk-2023-12-09.pptx
University of Borås-full talk-2023-12-09.pptx
 
IBM Bluemix Nice Meetup #4-20170302 6 Meetup @INRIA - BlockChain
IBM Bluemix Nice Meetup #4-20170302 6 Meetup @INRIA - BlockChainIBM Bluemix Nice Meetup #4-20170302 6 Meetup @INRIA - BlockChain
IBM Bluemix Nice Meetup #4-20170302 6 Meetup @INRIA - BlockChain
 
Oracle Blockchain Experience Day
Oracle Blockchain Experience DayOracle Blockchain Experience Day
Oracle Blockchain Experience Day
 
Oracle OpenWorld 2017 Review (31st October 2017 - 250 slides)
Oracle OpenWorld 2017 Review (31st October 2017 - 250 slides)Oracle OpenWorld 2017 Review (31st October 2017 - 250 slides)
Oracle OpenWorld 2017 Review (31st October 2017 - 250 slides)
 
IBM Blockchain 101
IBM Blockchain 101IBM Blockchain 101
IBM Blockchain 101
 
Blockchain explained cata
Blockchain explained   cataBlockchain explained   cata
Blockchain explained cata
 
Qo Introduction V2
Qo Introduction V2Qo Introduction V2
Qo Introduction V2
 
Combating Mobile Device Theft with Blockchain
Combating Mobile Device Theft with BlockchainCombating Mobile Device Theft with Blockchain
Combating Mobile Device Theft with Blockchain
 
IoT with the Best: Watson IoT Bluemix and Blockchain
IoT with the Best: Watson IoT Bluemix and BlockchainIoT with the Best: Watson IoT Bluemix and Blockchain
IoT with the Best: Watson IoT Bluemix and Blockchain
 

More from InfinIT - Innovationsnetværket for it

More from InfinIT - Innovationsnetværket for it (20)

Erfaringer med-c kurt-noermark
Erfaringer med-c kurt-noermarkErfaringer med-c kurt-noermark
Erfaringer med-c kurt-noermark
 
Object orientering, test driven development og c
Object orientering, test driven development og cObject orientering, test driven development og c
Object orientering, test driven development og c
 
Embedded softwaredevelopment hcs
Embedded softwaredevelopment hcsEmbedded softwaredevelopment hcs
Embedded softwaredevelopment hcs
 
C og c++-jens lund jensen
C og c++-jens lund jensenC og c++-jens lund jensen
C og c++-jens lund jensen
 
201811xx foredrag c_cpp
201811xx foredrag c_cpp201811xx foredrag c_cpp
201811xx foredrag c_cpp
 
C som-programmeringssprog-bt
C som-programmeringssprog-btC som-programmeringssprog-bt
C som-programmeringssprog-bt
 
Infinit seminar 060918
Infinit seminar 060918Infinit seminar 060918
Infinit seminar 060918
 
DCR solutions
DCR solutionsDCR solutions
DCR solutions
 
Not your grandfathers BPM
Not your grandfathers BPMNot your grandfathers BPM
Not your grandfathers BPM
 
Kmd workzone - an evolutionary approach to revolution
Kmd workzone - an evolutionary approach to revolutionKmd workzone - an evolutionary approach to revolution
Kmd workzone - an evolutionary approach to revolution
 
EcoKnow - oplæg
EcoKnow - oplægEcoKnow - oplæg
EcoKnow - oplæg
 
Martin Wickins Chatbots i fronten
Martin Wickins Chatbots i frontenMartin Wickins Chatbots i fronten
Martin Wickins Chatbots i fronten
 
Marie Fenger ai kundeservice
Marie Fenger ai kundeserviceMarie Fenger ai kundeservice
Marie Fenger ai kundeservice
 
Mads Kaysen SupWiz
Mads Kaysen SupWizMads Kaysen SupWiz
Mads Kaysen SupWiz
 
Leif Howalt NNIT Service Support Center
Leif Howalt NNIT Service Support CenterLeif Howalt NNIT Service Support Center
Leif Howalt NNIT Service Support Center
 
Jan Neerbek NLP og Chatbots
Jan Neerbek NLP og ChatbotsJan Neerbek NLP og Chatbots
Jan Neerbek NLP og Chatbots
 
Anders Soegaard NLP for Customer Support
Anders Soegaard NLP for Customer SupportAnders Soegaard NLP for Customer Support
Anders Soegaard NLP for Customer Support
 
Stephen Alstrup infinit august 2018
Stephen Alstrup infinit august 2018Stephen Alstrup infinit august 2018
Stephen Alstrup infinit august 2018
 
Innovation og værdiskabelse i it-projekter
Innovation og værdiskabelse i it-projekterInnovation og værdiskabelse i it-projekter
Innovation og værdiskabelse i it-projekter
 
Rokoko infin it presentation
Rokoko infin it presentation Rokoko infin it presentation
Rokoko infin it presentation
 

Recently uploaded

Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024The Digital Insurer
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 

Recently uploaded (20)

Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 

Blockchains and databases a new era in distributed computing

  • 1. Links to Videos, Slides, Bibliography & Twitter Handles @ http://bit.ly/CMbcDB Blockchains and Databases: A New Era in Distributed Computing C. Mohan IBM Fellow IBM Almaden Research Center, San Jose, USA Distinguished Visiting Professor Tsinghua University, Beijing, China http://bit.ly/CMwIkP Twitter, WeChat: seemohan InfinIT, Aalborg University Aalborg, Denmark, 25 April 2018
  • 2. @seemohan2C. Mohan, InfinIT Aalborg, 2018-04-25 Agenda Goal: Introduce practically relevant private/permissioned blockchains (BCs) to non-techies AND techies; Also, get into details of many private blockchain systems. • Origin of Blockchains (BCs) • Related Distributed Systems/Databases Topics • Evolution: Smart Contracts, Private BCs, … • Consortia Approach to Development of Systems • Applications: Production, PoCs, … • Market Scene • Benchmarks • Architectural Choices and Relationship to DB Replication • Technical Details of Representative Systems: Enterprise Ethereum, Hyperledger Fabric & Composer, R3 Corda, Coco Framework, BigchainDB, Sawtooth, Ripple • Futuristic Topics
  • 3. @seemohan3C. Mohan, InfinIT Aalborg, 2018-04-25 Blockchain (BC) • Origin in digital currencies, in particular Bitcoin (Satoshi Nakamoto, 2008) – anonymity, open/public/permissionless environment – awful performance (7 TPS, 10 minutes response time) • Numerous organizations across the world working on various aspects of it: security, consensus, database, benchmarks, verification, … • Banks, regulators, universities, startups, big technology companies, services companies, governments, … individually or as part of consortia • February 2017: First production deployment of BC technology by IBM & Northern Trust in Guernsey for administration of private equity fund managed by Unigestion – Hyperledger Fabric 0.6 • 4/2017: China’s Tencent announces TrustSQL • July 2017: Hyperledger Fabric 1.0 Released • Hyperledger Fabric on IBM Cloud - IBM Blockchain Platform (formerly HSBN) on highly secure Linux on mainframes (System Z) with security hardware – announced August 2017 – available in Dallas, London, Frankfurt, Sao Paolo, Tokyo, Toronto • 8/2017: Microsoft published Coco Framework • 10/2017: Oracle announced Blockchain Cloud Service (BCS) - Fabric 1.0 based • 10/2017: China’s Baidu joined Hyperledger as a Premium Member & 1/2018: Announces BaaS offering • 3/2018: Hyperledger Caliper Benchmarking Project initiated • 4/2018: China’s Huawei announces Blockchain Cloud Service for China • Grand View Research: Global BC Tech Market $7.74B by 2024 • My focus: Private/Permissioned BC Systems!
  • 4. @seemohan6C. Mohan, InfinIT Aalborg, 2018-04-25 Bitcoin Blockchain
  • 5. @seemohan7C. Mohan, InfinIT Aalborg, 2018-04-25 Bitcoin’s Academic Pedigree Arvind Narayanan, Jeremy Clark ACM Queue, August 2017
  • 6. @seemohan8C. Mohan, InfinIT Aalborg, 2018-04-25 Distributed Systems • Distributed operating systems • Distributed virtual memory • Message passing in distributed computations and distributed checkpoints • Clock synchronization and event ordering (e.g., Lamport clocks) • Byzantine agreement and distributed consensus • Two phase commit optimizations (e.g., Presumed Abort) • (Transactional) RPCs and distributed file/object systems • Asynchronous computation via message queues and pub-sub • Distributed event-based systems • Client-server, mobile computing and caching, WWW • Workflow or business process management systems • Service Oriented Architecture (SOA) • Public cloud and hybrid cloud • …
  • 7. @seemohan9C. Mohan, InfinIT Aalborg, 2018-04-25 Data Systems • Relational DBMSs (e.g., System R) and SQL • Data consistency, degrees of isolation and fault tolerance • Distributed databases (e.g., R*) and distributed transactions/queries • Synchronous and asynchronous replication with primary copy • Update anywhere (multi-master) replication and eventual consistency • Stored procedures, user-defined types/functions, data provenance, … • Data warehousing and parallel DBMSs – OLTP vs OLAP • Shared Nothing Vs Shared Disks • Object-oriented databases, XML, schema chaos, data integration, … • Web2.0-inspired NoSQL, sharding & massive scaling (e.g., Spanner), JSON, … • Big Data: Map-Reduce, Hadoop, Spark, … • Data privacy, multitenancy and trans-border data flow restrictions • Multi data centers and disaster recovery • …
  • 8. @seemohan10C. Mohan, InfinIT Aalborg, 2018-04-25 Port’s records Bank’s records Airline’s records Ocean Carrier’s records Authority's records Airport’s records … Inefficient, expensive, vulnerable, lack of transparency Recording of events is becoming much more complex… Problem Being Solved
  • 9. @seemohan11C. Mohan, InfinIT Aalborg, 2018-04-2511 Party A’s records Bank’s records Auditor’s records Party B’s records Digitally signed, encrypted transactions & ledger All parties have same replica of the ledger Party A Bank Auditor Party B Traditional Way Blockchain Way Clearing House … Inefficient, expensive, vulnerable … Consensus, provenance, immutability, finality Basic Change to Business Processes
  • 10. @seemohan14C. Mohan, InfinIT Aalborg, 2018-04-25 http://ibm.biz/Platform_Demo IBM Blockchain Platform is a fully integrated enterprise-ready blockchain platform designed to accelerate the development, governance, and operation of a multi-institution business network – Developer tools that make use of Hyperledger Composer to quickly build your blockchain application – Hyperledger Fabric provides the ledger; managed through a set of intuitive operational tools – Governance tools for democratic management of the business network – Flexible deployment options, including a highly secure and performant IBM Cloud environment IBM Blockchain Platform Hyperledger Composer DeveloperTools IBM Cloud OperationalTools GovernanceTools Blockchain application Hyperledger Fabric
  • 11. @seemohan15C. Mohan, InfinIT Aalborg, 2018-04-25 Actors in a Blockchain Solution
  • 12. @seemohan17C. Mohan, InfinIT Aalborg, 2018-04-25 Composer: Workflow of Building a Model
  • 13. @seemohan18C. Mohan, InfinIT Aalborg, 2018-04-25 Building Communities in Blockchain Networks Member Member Community Based Network Member Member Member Member Founder Directed Network Member Member Founder Member Member Consortium Based Network Member Founder Founder Founder Examples: Examples: Founders are equal among other participants, may include a joint legal entity among the founders (e.g. – JV) Examples: Individual founder in a position to provide strong direction Driven by industry standards bodies or existing non- blockchain network owners IBM Food Trust
  • 14. @seemohanC. Mohan, InfinIT Aalborg, 2018-04-25 19 19 19 • Developers create application and smart contracts (chaincodes) – Chaincodes are deployed on the network and control the state of the ledger – Application handles user interface and submits transactions to the network which call chaincodes • Network emits events on block of transactions allowing applications to integrate with other systemscached state, history, tx Blockchain block txn txn txn txn … Blockchain developer Smart Contract Invokes/queriesdevelops develops Application Accesses event emits emits D Ledger ‘get’ ‘put, ‘delete’ SDK Peer Overview of Application Flow Database
  • 15. @seemohan20C. Mohan, InfinIT Aalborg, 2018-04-25 Blockchain: Distributed Ledger Technology Everest Group
  • 16. @seemohan23C. Mohan, InfinIT Aalborg, 2018-04-25 Blockchain Applications • Track provenance, ownership, relationships & lineage of assets • Supply Chain – Food Safety (Walmart), Logistics (Maersk) • Health Data Exchange (FDA) • Know Your Customer • Derivatives Processing • Trade/Channel Finance (IGF) • Trade Information Warehouse (DTCC) • Post-Trade Reconciliation/Settlement • Private Equity Fund Management (Unigestion) • Syndicated Loans • Diamond/Valuables Tracking and Protection – Provenance Management (Everledger) • Cross-Border Payment, Payments for/by Unbanked Populations • Low volume stock trading (JPX) “Blockchain Revolution: How the Technology Behind Bitcoin Is Changing Money, Business, and the World” Don Tapscott, Alex Tapscott, ISBN 978-1101980132.
  • 17. @seemohan26C. Mohan, InfinIT Aalborg, 2018-04-25 What? • Provide trusted source of information and traceability to improve transparency and efficiency across food network How? • Shared ledger for storing digital compliance documentation, test results and audit certificates network Benefits • Reduce impact of food recalls through instant access to end-to-end traceability data to verify history in food network & supply chain • Help address 1 in 10 people sickened and 400K fatalities worldwide which occur every year from food-born illnesses Food Trust/Safety
  • 18. @seemohan27C. Mohan, InfinIT Aalborg, 2018-04-25 What? • An open, extensible platform for sharing shipping events, messages, and documents across all the actors and systems in the supply chain ecosystem. How? • Providing Shared Visibility and Shared State for Container Shipments Benefits • Increase speed and transparency for cross border transactions through real time access to container events. • Reduced cost and increased efficiency through paperless trade Provider of interface: value-add partners Event publishers & subscribers GTD Platform Customs Dashboard Logistic actors internal systems Supply Chain Visibility systems Port community systems Transportation management Shippers Authorities Trade Associations Carriers Supply Chain Actors Terminals Supply Chain Management Global Trade Digitization (GTD)
  • 19. @seemohan30C. Mohan, InfinIT Aalborg, 2018-04-25 Dubai Blockchain Strategy Source: Saeed Al Dhaheri, Etisalat Academy 3/2017
  • 20. @seemohan32C. Mohan, InfinIT Aalborg, 2018-04-25 What? • Create and promote secure, efficient and scalable exchange of health data using blockchains How? • Create an electronic ledger of where and how data is transferred and exchanged • Initial trial focus on oncology data Benefits • Creating an audit trail through the ledger, healthcare professionals will be able to: – hold information leakers accountable – maintain transparency in what data is going where – secure weak spots in sharing process IBM-FDA Partnership
  • 21. @seemohan35C. Mohan, InfinIT Aalborg, 2018-04-25 Blockchain Companies/Consortia & Banks Source: American Banker 2-2017
  • 22. @seemohan39C. Mohan, InfinIT Aalborg, 2018-04-25 Global Bitcoin/Blockchain Companies 3/2017 Source: https://www.cbinsights.com/blog/bitcoin-blockchain-startup-global-map/
  • 23. @seemohan40C. Mohan, InfinIT Aalborg, 2018-04-25 ICOs and Equity Deals CB Insights: 2017 saw over 5x more capital deployed in ICOs than in equity financings to blockchain startups. In total, ICOs raised over $5B across nearly 800 deals in 2017. To put those numbers into context, equity investors deployed $1B in 215 deals to the sector.
  • 24. @seemohan41C. Mohan, InfinIT Aalborg, 2018-04-25 BC Software Stack Source: Anh Dinh, et al., SIGMOD 2017 Consensus Layer (PBFT, PoW, PoS, POA, etc.) Smart Contract Execution Engine (Virtual Machine, Docker, etc.) Data Model Layer (LevelDB, RocksDB, etc.)
  • 25. @seemohan42C. Mohan, InfinIT Aalborg, 2018-04-25 Blockchain Architecture/Feature Choices • Cryptocurrencies Vs Generalized Assets • Permissionless/Public Vs Permissioned/Private • Byzantine Vs Non-Byzantine fault model • Consensus approach: PoW, PoA, PoET, PBFT, … • SQL Vs NoSQL data stores • Transactional stores Vs Non-transactional stores • Versioned/Unversioned state database • On-Chain Vs Off-Chain data • Parallelism exploitation during different phases of transaction execution • Pluggable features: consensus protocol, state DB, smart contract language, … Good Survey Paper: Untangling Blockchain: A Data Processing View of Blockchain Systems, A. Dinh et al.
  • 26. @seemohan43C. Mohan, InfinIT Aalborg, 2018-04-25 Database Replication • Primary log replay at replica – homogeneous systems with full DB replicas, typically done for disaster recovery (DR) backup • Log capture generates DML statements from what is logged and apply executes those statements (e.g., IBM Q Replication) • Can handle non-determinism and partial replicas • Requires dependency analysis to leverage parallelism at apply time • https://www.ibm.com/developerworks/data/roadmaps/qrepl-roadmap.html • Capture DML statements as issued by application and re-execute them at replica (e.g., H-Store/VoltDB) • Cannot handle non-determinism • Typically, serial execution of transactions Upfront (fairly random, unoptimized) ordering of transactions in blockchain systems – leads to all sorts of issues!
  • 27. @seemohan44C. Mohan, InfinIT Aalborg, 2018-04-25 Benchmark Framework: BLOCKBENCH (NUS) • OLTP & OLAP load measured • Metrics: throughput, latency, scalability, fault tolerance, security • Consensus methods: Ethereum (PoW), Fabric (PBFT), Parity (PoA) • Old version of Fabric (pre-V1) • Fabric performs better • Fabric scales well up to 16 nodes Source: Anh Dinh, et al., SIGMOD 2017
  • 28. @seemohan45C. Mohan, InfinIT Aalborg, 2018-04-25 Hyperledger Caliper • Allows users to measure performance of a specific blockchain implementation with a set of predefined use cases • Will produce reports containing a number of performance indicators, such as TPS (Transactions Per Second), transaction latency, resource utilization, … • Intent is for Caliper results to be used by other Hyperledger projects as they build out their frameworks, and as a reference in supporting the choice of a blockchain implementation suitable for a user’s specific needs • Initial contributors: Developers from Huawei, Hyperchain, Oracle, Bitwise, Soramitsu, IBM and Budapest University of Technology and Economics • https://www.hyperledger.org/projects/caliper
  • 29. @seemohan47C. Mohan, InfinIT Aalborg, 2018-04-25 Ethereum • Public blockchain system like Bitcoin • Extends it with Smart Contracts • Uses PoW for consensus • Own machine lang & VM • gas charging! • Most apps relate to its currency Ether • Enterprise Ethereum Alliance (EEA): JPMorgan Chase, Microsoft, Intel, Accenture, Banco Santander, BNY Mellon, ConsenSys, Credit Suisse, ING, Thomson Reuters, UBS, Wipro • EEA will add confidentiality (Quorum), scalability (pluggable consensus) and permissioning to Ethereum • Focus on specification, EntEth 1.0 with Python reference client, benchmarking, compliance testing and tools • Develop standards for Ethereum: best practices, security, privacy, scalability, interoperability • Quorum from JPMorgan; Support for PBFT added in 7/2017 by AMIS
  • 30. @seemohan49C. Mohan, InfinIT Aalborg, 2018-04-25 Quorum Network J.P. Morgan
  • 31. @seemohan51C. Mohan, InfinIT Aalborg, 2018-04-25 Hyperledger: A Linux Foundation project • A collaborative effort created to advance cross- industry blockchain technologies for business • Founded February 2016; now more than 230 member organizations • Open source, open standards, open governance • Five frameworks and five tools projects • IBM is a premier member of Hyperledger www.hyperledger.org
  • 32. @seemohan52C. Mohan, InfinIT Aalborg, 2018-04-25 Hyperledger Fabric Project • Initiated by IBM with IBM open source ledger contribution (Feb 2016) http://hyperledger-fabric.readthedocs.io/en/latest/ • Significant change in architecture from V0.6 to V1 • Chaincode trust flexibility • Channel concept for Scalability & Confidentiality enhancement • Consensus modularity • Pluggable State DB APIs • 2 types of peer nodes: Endorsing, non-endorsing/committing • Used PBFT for consensus before V1 • Other Hyperledger Projects: Iroha, Sawtooth, Composer, Quilt, … Hyperledger Premier members include: Accenture, Airbus, American Express, Baidu, Change Healthcare, Cisco, CME Group, Deutsche Borse Group, Daimler, Digital Asset, DTCC, Fujitsu, Hitachi, IBM, Intel, J.P. Morgan, NEC, R3, SAP, Tradeshift and Wanda FFan Technology Hyperledger Fabric V1 Contributors - Engineers from: Arxan, Cloudsoft, CLS, d20 Technical Services, Depository Trust & Clearing Corporation (DTCC), Digital Asset, Fujitsu, GE, Gemalto, HACERA, Hitachi, Huawei Technologies, Hyperchain, ImpactChoice, IT People, Knoldus, Linux Foundation, Netease, Passkit, State Street Bank, SecureKey, IBM, SAP, Thoughtworks and Wanda Group. There were also contributions from 35 unaffiliated individuals. In total, 159 developers have contributed.
  • 33. @seemohan53C. Mohan, InfinIT Aalborg, 2018-04-25 Fabric V1 Architecture • Elements of the Architecture • Chaincode (in Go): System and regular ones. Deploy/Invoke latter. • Assets represented as Key-value pairs in binary and/or JSON form • State: Versioned KV model - stored in Level DB or CouchDB • Ledger data: Blockchain has full state, including history • Transactions • Kafka for Ordering: • No Byzantine fault handling • Done to improve performance • Pluggable consensus permits other methods IBM Blockchain Platform and Oracle Blockchain Cloud Service based on it
  • 34. @seemohanC. Mohan, InfinIT Aalborg, 2018-04-25 54 54 54 Latest written key/values for use in transaction simulation Supports keyed queries, composite key queries, key range queries TX Reads[] Writes[] TX Reads[] Writes[] TX Reads[] Writes[] TX Reads[] Writes[] State Database Transaction Log Last written key/value CouchDB (external option) supports keyed queries, composite key queries, key range queries, plus full data rich queries (beta in 1.0) blockHash à SegNo + offset blockNum à SegNo + offset txId à SegNo + offset Block index block tx array File System Level DB Replaceable tracking history of a key Key History index Fabric V1 Ledger
  • 35. @seemohan57C. Mohan, InfinIT Aalborg, 2018-04-25 Transaction Execution Overview Fabric V1 • Transaction is sent to the counter-parties represented by Endorsing Peers on their Channel • Each Peer simulates transaction execution by calling specified Chaincode function(s) and signs result (Read-Write Sets) • Each Peer may participate in multiple channels allowing concurrent execution • Ordering Service accepts endorsed transactions and orders them according to the plug-in consensus algorithm then delivers them on the channel • All (Committing) peers on channel receive transactions: on successful validation, commit to ledger. No chaincode execution. 3 Stage Execution: Endorsement, Ordering, Validation/Commit Client • Invoke Chaincode • Receive Read and Write Sets • Send tran to Ordering Service • Hear back final outcome Endorsing Peer Endorsing Peer Committing Peer chaincode chaincode Ordering Service Channel 1 2 3 1 3 3 Channel.SendTransactionProposal (Step 1) and channel.SendTransaction (Step 2)
  • 36. @seemohan58C. Mohan, InfinIT Aalborg, 2018-04-25 Architectural Differences http://bit.ly/HFpapr
  • 37. @seemohan61C. Mohan, InfinIT Aalborg, 2018-04-25 DBMS Implications • Simulation concept requires layer between chaincode and State DB having to take on analysis of DBMS calls • Update statements split into two: read part and write part • Read alone sent to DBMS with modifications to retrieve version #s for items read • Writes not sent to DBMS but processed and cached locally – doesn’t allow for read your own write by chaincode transaction • During Commit phase, read sets validated by retrieving each item’s version # individually and then, if validation succeeds, writes also done one at a time • Dealing with phantoms requires reexecution of query during commit phase to be sure simulation read set same as read set at Commit time • Chaincode portability across different State DBMSs hard to do • Lots of open questions and research issues in this area
  • 38. @seemohan62C. Mohan, InfinIT Aalborg, 2018-04-25 IBM Blockchain Engagements Making blockchain real for business with more than 400 engagements and multiple active networks Trade Finance Pre and Post Trade Complex Risk Coverage Identity/ Know your customer (KYC) Unlisted Securities/ Private Equity Funds Loyalty Program Medicated Health Data Exchange Fraud/ Compliance Registry Distributed Energy/ Carbon Credit Supply Chain Food Safety Provenance/ Traceability
  • 39. @seemohan64C. Mohan, InfinIT Aalborg, 2018-04-25 R3 Alliance & Corda • Barclays, BBVA, Commonwealth Bank of Australia (CBA), Credit Suisse, J.P. Morgan, State Street, Royal Bank of Scotland, UBS • Special features for JVM to guarantee deterministic behavior • Hearn, M. Corda: A distributed ledger, Version 0.5, November 2016. https://docs.corda.net/_static/corda-technical-whitepaper.pdf • Nodes backed by RDBMS, ledger data SQL queryable and joinable with private tables • Corda written in Kotlin (simpler Scala with much better Java interoperability) from JetBrains – contracts in Kotlin/Java • Contract execution is deterministic and its acceptance of a transaction is based on the transaction’s contents alone. A transaction is only valid if the contract of every input state and every output state considers it to be valid
  • 40. @seemohan65C. Mohan, InfinIT Aalborg, 2018-04-25 R3 Corda Vault
  • 41. @seemohan73C. Mohan, InfinIT Aalborg, 2018-04-25 Sawtooth (Intel) • Project of Hyperledger; 1.0 release announced in 1/2018 • Proof of Elapsed Time (PoET) – Consensus Protocol • Every validator requests a wait time from a trusted function • Validator with shortest wait time for a particular transaction block is elected leader • Guaranteed wait time • Randomness in leader election (~ to lottery algorithm) • Intended to run in a Trusted Execution Environment (TEE), e.g., Intel’s Software Guard Extensions (SGX) • Concept of Transaction Family and Transaction Dependencies • Transaction Scheduling: Serial or Parallel • Same block can contain multiple transactions which modify same value! • https://sawtooth.hyperledger.org/docs/core/releases/latest/contents.html
  • 42. @seemohan78C. Mohan, InfinIT Aalborg, 2018-04-25 Microsoft Coco Framework/System Designed to be open and compatible with any blockchain protocol
  • 43. @seemohan79C. Mohan, InfinIT Aalborg, 2018-04-25 Huawei Blockchain Cloud Service • Announced April 2018 • BaaS offering based on Hyperledger Fabric V1 • An off-chain channel trading system for the Hyperledger Fabric platform, which is highly efficient and secure • Achieves a single-channel 2,000+ TPS transaction performance between users • Initial offering only in China? • News Articles https://cryptovest.com/news/huawei-brings-out-blockchain-as-a-service-offering https://www.coindesk.com/huawei-unveils-hyperledger-based-blockchain-service-platform/ • Whitepaper: https://static.huaweicloud.com/upload/files/pdf/20180411/20180411144924_27164.pdf Zhu Peiying, Liao Heng, Wu Shuang, William Michael Genovese et al.
  • 44. @seemohan81C. Mohan, InfinIT Aalborg, 2018-04-25 Application Flow with RDBMS (In Progress) • Developers create application and smart contracts (chaincodes) – Chaincodes are deployed on the network and control the state of the ledger – Application handles user interface and submits transactions to the network which call chaincodes • Network emits events on block of transactions allowing applications to integrate with other systems Cached State Blockchain block txn txn txn txn … Blockchain Developer Smart Contract Invokes/queriesDevelops Develops Application Accesses Event Emits Emits D Ledger ‘SELECT’ ‘INSERT’, ‘DELETE’, ‘UPDATE’ ‘CREATE’, ‘ALTER’, “CALL’ SDK Peer RDBMS
  • 45. @seemohan82C. Mohan, InfinIT Aalborg, 2018-04-25 Futuristic Topics • Chaincode portability and power of data APIs • DBMS enhancements to add BC features • Standards across BC systems • Cross channel transactions • Non-deterministic actions • Analytics on chaincode data • Many app design issues • Design tools for endorsement decisions • NL contracts -> formal contracts -> executable contracts Numerous research possibilities for database and distributed systems people in this new era of distributed computing!
  • 46. @seemohan83C. Mohan, InfinIT Aalborg, 2018-04-25 More Information Links to Videos, Slides, Bibliography, Twitter Handles http://bit.ly/CMbcDB Follow me on Twitter, WeChat, Instagram: @seemohan Facebook: http://www.facebook.com/cmohan LinkedIn: http://www.linkedin.com/in/seemohan/