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

Introduction to Corda Blockchain for Developers
Introduction to Corda Blockchain for DevelopersIntroduction to Corda Blockchain for Developers
Introduction to Corda Blockchain for DevelopersR3
 
An Introduction to Blockchain Technology
An Introduction to Blockchain Technology An Introduction to Blockchain Technology
An Introduction to Blockchain Technology Niuversity
 
blockchain .technology.pptx
blockchain .technology.pptxblockchain .technology.pptx
blockchain .technology.pptxAmit Kumar
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to BlockchainMalak Abu Hammad
 
Polygon Encode Club_deck
Polygon Encode Club_deckPolygon Encode Club_deck
Polygon Encode Club_deckVanessa Lošić
 
Blockchain Technology Fundamentals
Blockchain Technology FundamentalsBlockchain Technology Fundamentals
Blockchain Technology FundamentalsExperfy
 
Understanding Blockchain: Distributed Ledger Technology
Understanding Blockchain: Distributed Ledger TechnologyUnderstanding Blockchain: Distributed Ledger Technology
Understanding Blockchain: Distributed Ledger TechnologySuraj Kumar Jana
 
Blockchain & the IoT
Blockchain & the IoTBlockchain & the IoT
Blockchain & the IoTMat Keep
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain workShishir Aryal
 
Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...
Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...
Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...SlideTeam
 
Blockchain Consensus Protocols
Blockchain Consensus ProtocolsBlockchain Consensus Protocols
Blockchain Consensus ProtocolsMelanie Swan
 
Blockchain Technology And Cryptocurrency
Blockchain Technology And CryptocurrencyBlockchain Technology And Cryptocurrency
Blockchain Technology And CryptocurrencyEno Bassey
 
How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance
How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance
How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance Kellton Tech Solutions Ltd
 
Everything Blockchain Presentation - Feb 2022
Everything Blockchain Presentation -  Feb 2022Everything Blockchain Presentation -  Feb 2022
Everything Blockchain Presentation - Feb 2022RedChip Companies, Inc.
 
Blockchain, working [blockchain vs bitcoin] pros and cons
Blockchain, working [blockchain vs bitcoin] pros and consBlockchain, working [blockchain vs bitcoin] pros and cons
Blockchain, working [blockchain vs bitcoin] pros and consJerin Sebastian
 

What's hot (20)

Understanding Blockchain
Understanding BlockchainUnderstanding Blockchain
Understanding Blockchain
 
Introduction to Corda Blockchain for Developers
Introduction to Corda Blockchain for DevelopersIntroduction to Corda Blockchain for Developers
Introduction to Corda Blockchain for Developers
 
An Introduction to Blockchain Technology
An Introduction to Blockchain Technology An Introduction to Blockchain Technology
An Introduction to Blockchain Technology
 
Blockchain (1).pptx
Blockchain (1).pptxBlockchain (1).pptx
Blockchain (1).pptx
 
blockchain .technology.pptx
blockchain .technology.pptxblockchain .technology.pptx
blockchain .technology.pptx
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Polygon Encode Club_deck
Polygon Encode Club_deckPolygon Encode Club_deck
Polygon Encode Club_deck
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain Technology Fundamentals
Blockchain Technology FundamentalsBlockchain Technology Fundamentals
Blockchain Technology Fundamentals
 
Understanding Blockchain: Distributed Ledger Technology
Understanding Blockchain: Distributed Ledger TechnologyUnderstanding Blockchain: Distributed Ledger Technology
Understanding Blockchain: Distributed Ledger Technology
 
Blockchain & the IoT
Blockchain & the IoTBlockchain & the IoT
Blockchain & the IoT
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...
Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...
Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...
 
Blockchain Consensus Protocols
Blockchain Consensus ProtocolsBlockchain Consensus Protocols
Blockchain Consensus Protocols
 
Blockchain Technology And Cryptocurrency
Blockchain Technology And CryptocurrencyBlockchain Technology And Cryptocurrency
Blockchain Technology And Cryptocurrency
 
How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance
How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance
How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance
 
Everything Blockchain Presentation - Feb 2022
Everything Blockchain Presentation -  Feb 2022Everything Blockchain Presentation -  Feb 2022
Everything Blockchain Presentation - Feb 2022
 
Blockchain for dummies
Blockchain for dummiesBlockchain for dummies
Blockchain for dummies
 
Blockchain, working [blockchain vs bitcoin] pros and cons
Blockchain, working [blockchain vs bitcoin] pros and consBlockchain, working [blockchain vs bitcoin] pros and cons
Blockchain, working [blockchain vs bitcoin] pros and cons
 

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

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 

Recently uploaded (20)

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 

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/