1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-07-01 06:02:12 +02:00
site/_src/features.html

205 lines
11 KiB
HTML
Raw Normal View History

2016-01-07 19:37:20 +01:00
---
layout: page
title: How it works
2016-01-07 19:37:20 +01:00
---
2016-01-14 13:04:44 +01:00
2016-02-08 14:35:02 +01:00
<section class="section section-features-main">
2016-01-14 13:04:44 +01:00
<div class="row">
<header class="section-header">
2016-02-08 14:35:02 +01:00
<h1 class="section-title">Blockchains meet Big Data.</h1>
<p class="section-description">BigchainDB combines the key benefits of distributed DBs and traditional blockchains, with an emphasis on scale.</p>
2016-01-14 13:04:44 +01:00
</header>
2016-02-08 14:35:02 +01:00
<p>We built BigchainDB on top of an enterprise-grade distributed DB, from which BigchainDB inherits high throughput, high capacity, a full-featured NoSQL query language, efficient querying, and permissioning. Nodes can be added to increase throughput and capacity.</p>
<figure class="grid__col">
<img class="img--responsive" src="http://placekitten.com.s3.amazonaws.com/homepage-samples/408/287.jpg" />
<figcaption>BigchainDB compared to the Bitcoin blockchain and traditional distributed DBs</figcaption>
</figure>
2016-01-14 13:04:44 +01:00
</div>
</section>
2016-02-08 14:35:02 +01:00
<section class="section section-ecosystem background--darker">
2016-01-14 13:04:44 +01:00
<div class="row">
<header class="section-header">
2016-02-08 14:35:02 +01:00
<h1 class="section-title">Made for the Decentralization Ecosystem.</h1>
<p class="section-description">BigchainDB can sit side-by-side with other decentralized storage, processing, and communication building blocks. It can be included in higher-level decentralized computing platforms and applications but will work with centralized computing blocks and platforms too.</p>
2016-01-14 13:04:44 +01:00
</header>
2016-02-08 14:35:02 +01:00
</div>
<div class="row row--wide">
<div class="grid grid--full grid-small--half grid--gutters text-center">
<figure class="grid__col">
<img class="img--responsive" src="http://placekitten.com.s3.amazonaws.com/homepage-samples/408/287.jpg" />
<figcaption>BigchainDB fills a missing gap in the emerging decentralized stack as a blockchain database that complements existing platforms, processing (business logic) and file systems.</figcaption>
</figure>
<figure class="grid__col">
<img class="img--responsive" src="http://placekitten.com.s3.amazonaws.com/homepage-samples/408/287.jpg" />
<figcaption>BigchainDB can be seamlessly integrated into the traditional stack as a blockchain database for decentralized timestamping, certificates, smart contracts and transactions.
</figure>
</div>
</div>
</section>
2016-01-14 13:04:44 +01:00
2016-02-08 14:35:02 +01:00
<section class="section section-features">
<div class="row">
<header class="section-header">
<h1 class="section-title">Features.</h1>
<p class="section-description">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facere quaerat, inventore quod omnis, incidunt eius ipsa minus blanditiis perferendis doloremque quibusdam, libero distinctio voluptates odio sint ex, commodi ratione tempore!</p>
</header>
</div>
2016-01-14 13:04:44 +01:00
2016-02-08 14:35:02 +01:00
<div class="row row--wide">
<div class="grid grid--full grid-small--half grid--gutters">
<div class="grid__col">
<div class="feature">
<svg class="feature__icon icon">
<use xlink:href="/assets/img/sprite.svg#icon-graph"></use>
</svg>
<div class="feature__detail">
<h1 class="feature__title">One Million TPS and Counting</h1>
<p class="feature__text">Each transaction is recorded on the blockchain without the need for Merkle Trees or sidechains.</p>
</div>
</div>
</div>
<div class="grid__col">
<div class="feature">
<svg class="feature__icon icon">
<use xlink:href="/assets/img/sprite.svg#icon-servers"></use>
</svg>
<div class="feature__detail">
<h1 class="feature__title">Petabytes Capacity</h1>
<p class="feature__text">Load up hashes, metadata and files onto the BigchainDB so every asset can reside on the blockchain.</p>
</div>
</div>
</div>
<div class="grid__col">
<div class="feature">
<svg class="feature__icon icon">
<use xlink:href="/assets/img/sprite.svg#icon-group"></use>
</svg>
<div class="feature__detail">
<h1 class="feature__title">Native Support of Multiassets</h1>
<p class="feature__text">With no native currency on BigchainDB, any asset, token or currency can be issued.</p>
</div>
</div>
</div>
<div class="grid__col">
<div class="feature">
<svg class="feature__icon icon">
<use xlink:href="/assets/img/sprite.svg#icon-group"></use>
</svg>
<div class="feature__detail">
<h1 class="feature__title">Query</h1>
<p class="feature__text">Leverage big data query capabilities out of the box.</p>
</div>
</div>
</div>
<div class="grid__col">
<div class="feature">
<svg class="feature__icon icon">
<use xlink:href="/assets/img/sprite.svg#icon-group"></use>
</svg>
<div class="feature__detail">
<h1 class="feature__title">Customizable</h1>
<p class="feature__text">Design your own private network with custom assets, transactions, permissions and transparency.</p>
</div>
</div>
</div>
<div class="grid__col">
<div class="feature">
<svg class="feature__icon icon">
<use xlink:href="/assets/img/sprite.svg#icon-group"></use>
</svg>
<div class="feature__detail">
<h1 class="feature__title">Rich Permissioning</h1>
<p class="feature__text">Set permissions to ensure a clear separation of duties and enforce Chinese walls.</p>
</div>
</div>
</div>
<div class="grid__col">
<div class="feature">
<svg class="feature__icon icon">
<use xlink:href="/assets/img/sprite.svg#icon-group"></use>
</svg>
<div class="feature__detail">
<h1 class="feature__title">Federation Consensus Model</h1>
<p class="feature__text">Federation of nodes with voting permissions, that is, a super-peer P2P network.</p>
</div>
</div>
</div>
<div class="grid__col">
<div class="feature">
<svg class="feature__icon icon">
<use xlink:href="/assets/img/sprite.svg#icon-tree"></use>
</svg>
<div class="feature__detail">
<h1 class="feature__title">Open source</h1>
<p class="feature__text">Open sourced to the community so that everyone can use it and build their own applications on top of it.</p>
</div>
</div>
</div>
<div class="grid__col">
<div class="feature">
<svg class="feature__icon icon">
<use xlink:href="/assets/img/sprite.svg#icon-group"></use>
</svg>
<div class="feature__detail">
<h1 class="feature__title">Public or Private</h1>
<p class="feature__text">A public version via trusted nodes for the world and a private one for specific industry use cases.</p>
</div>
</div>
</div>
2016-01-14 13:04:44 +01:00
2016-02-08 14:35:02 +01:00
</div>
2016-01-14 13:04:44 +01:00
2016-01-30 13:34:11 +01:00
<p class="text-center">
For more insight, read our <a href="/whitepaper/">whitepaper</a>.
2016-01-14 13:04:44 +01:00
</p>
</div>
2016-02-08 14:35:02 +01:00
2016-01-14 13:04:44 +01:00
</section>
2016-02-08 14:56:47 +01:00
<section class="section section-usecases background--darker">
<div class="row">
<header class="section-header">
<h1 class="section-title">Use Cases.</h1>
<p class="section-description">Many BigchainDB use cases are like traditional blockchain use cases, except focused on situations where higher throughput, more capacity, lower latency, better querying, or richer permissioning is necessary.</p>
</header>
<ul>
<li>Legally-binding contracts can be stored directly on the BigchainDB next to the transaction, in a format that is readable by humans and computers.</li>
<li>Creation and real-time movement of high-volume assets. Only the owner of the asset can move the asset, rather than the network administrator like in previous database systems. This capability reduces costs, minimizes transaction latency, and enables new applications.</li>
<li>Tracking high-volume physical assets along whole supply chain. BigchainDB can help reduce fraud, providing massive cost savings. Every RFID tag in existence could be entered on a BigchainDB.</li>
<li>Tracking intellectual property assets along the licensing chain. BigchainDB can reduce licensing friction in channels connecting creators to audiences, and gives perfect provenance to digital artifacts. A typical music service has 38 million songs—BigchainDB could store this information in a heartbeat, along with licensing information about each song and information about use by subscribers.</li>
<li>Time stamping, receipts, and certification. BigchainDB reduces legal friction by providing irrefutable evidence of an electronic action. And, BigchainDB is big enough that supporting information like receipts and certificates of authenticity (COAs) can be stored directly on it, rather than linking to the document or storing a hash.</li>
<li>Improving database reliability by creating resistance to single points of failure. This reliability helps move past the status quo where a single hack leads to massive data loss, like in Target, Sony, or the OPM.</li>
</ul>
</div>
</section>
2016-01-14 13:04:44 +01:00
2016-01-29 18:45:09 +01:00
<section class="section section-timeline background--photo">
2016-01-14 13:04:44 +01:00
<div class="row">
<header class="section-header">
<h1 class="section-title">Timeline.</h1>
2016-01-30 13:34:11 +01:00
<p class="section-description">Private beta is shipping now. <a href="/contact/">Contact us</a> for more information. Public Bigchain will be released soon</p>
2016-01-14 13:04:44 +01:00
</header>
2016-01-21 14:34:47 +01:00
<figure class="timeline grid grid--full grid-small--fit grid--gutters">
<div class="timeline__entry grid__col">
<span class="timeline__entry__title">Whitepaper</span>
<span class="timeline__entry__time">Early 2015</span>
</div>
<div class="timeline__entry grid__col">
<span class="timeline__entry__title">Private Beta</span>
<span class="timeline__entry__time">Jan 2016</span>
</div>
<div class="timeline__entry timeline__entry--future grid__col">
<span class="timeline__entry__title">Public</span>
<span class="timeline__entry__time">Soon</span>
</div>
</figure>
2016-01-14 13:04:44 +01:00
</div>
</section>