site/_src/features.html

117 lines
5.6 KiB
HTML
Raw Normal View History

2016-01-07 19:37:20 +01:00
---
layout: page
2017-03-28 14:22:01 +02:00
title: Features
2017-10-23 10:19:28 +02:00
description: "Rather than trying to scale up blockchain technology, BigchainDB starts with a big data distributed database and then adds blockchain characteristics - decentralized control, immutability and the transfer of digital assets."
2017-10-23 10:19:28 +02:00
features:
- title: "Native Support of Multiassets"
text: "With no native currency on BigchainDB, any asset, token or currency can be issued."
icon: "icon-diamond"
- title: "Customizable"
text: "Design your own private network with custom assets, transactions, permissions and transparency."
icon: "icon-settings"
- title: "Rich Permissioning"
2017-10-23 10:25:35 +02:00
text: "[Set permissions at transaction level](https://docs.bigchaindb.com/en/latest/permissions.html) to ensure a clear separation of duties and enforce selective access."
2017-10-23 10:19:28 +02:00
icon: "icon-group"
- title: "Federation Consensus Model"
text: "Decentralized control via a federation of voting nodes makes for a super-peer P2P network."
icon: "icon-diamond"
- title: "Open Source"
text: "[Open sourced](https://github.com/bigchaindb) to the community so that everyone can use it and build their own applications on top of it."
icon: "icon-tree"
- title: "Public or Private"
text: "Roll out your own public or private networks for specific industry use cases."
icon: "icon-lock"
- title: "Query"
text: "Leverage efficient big data query capabilities out of the box."
icon: "icon-search"
- title: "Petabytes Capacity"
text: "Store arbitrary asset and transaction metadata right in BigchainDB, not elsewhere."
icon: "icon-servers"
comingsoon: true
- title: "Linear Scaling"
text: "The more nodes added, the higher the throughput and the higher the storage capacity."
icon: "icon-scaling"
comingsoon: true
2017-10-23 10:19:28 +02:00
quotes: set2
js: page-features.min.js
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">
<div class="row">
<header class="section-header">
2017-10-23 10:19:28 +02:00
<p class="section-description">{{ page.description }}</p>
2016-02-08 14:35:02 +01:00
</header>
</div>
<div class="row row--wide">
<div class="grid grid--full grid-small--half grid--gutters grid--top">
2017-10-23 10:19:28 +02:00
{% for feature in page.features %}
2016-02-08 14:35:02 +01:00
<div class="grid__col">
<div class="feature">
<svg class="feature__icon icon">
2017-10-23 10:19:28 +02:00
<use xlink:href="/assets/img/sprite.svg#{{ feature.icon }}"></use>
2016-02-08 14:35:02 +01:00
</svg>
<div class="feature__detail">
2017-10-23 10:19:28 +02:00
<h1 class="feature__title">{{ feature.title }} {% if feature.comingsoon %}<span class="feature__title__comingsoon">Coming soon</span>{% endif %}</h1>
<div class="feature__text">{{ feature.text | markdownify }}</div>
2016-02-08 14:35:02 +01:00
</div>
</div>
</div>
2017-10-23 10:19:28 +02:00
{% endfor %}
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
<p class="text-center features-roadmap" >
<a href="https://github.com/bigchaindb/org/blob/master/ROADMAP.md" class="btn btn-primary">Our Roadmap</a>
</p>
2016-01-14 13:04:44 +01:00
</div>
2016-02-08 14:35:02 +01:00
2016-01-14 13:04:44 +01:00
</section>
2016-02-09 16:35:51 +01:00
<section class="section section-stacks background--darker">
<div class="row">
<header class="section-header">
2016-02-09 16:42:52 +01:00
<h1 class="section-title">Made for the Decentralization Ecosystem</h1>
2016-02-09 18:28:45 +01:00
<p class="section-description">BigchainDB is complementary to decentralized storage, processing and communication building blocks. It can be used side by side with higher-level decentralized computing platforms and applications, and protocols for identity, financial assets, intellectual property and sidechains. BigchainDB fills a gap in the decentralized stack.</p>
</header>
</div>
2016-02-09 16:35:51 +01:00
<div class="row row--wide stacks">
2016-02-10 02:11:16 +01:00
<div class="grid grid--full grid-medium--half grid--gutters text-center">
2016-02-09 16:35:51 +01:00
<div class="grid__col">
<h2 class="stacks__title">Traditional Stack</h2>
2016-02-09 16:35:51 +01:00
<figure class="stacks__image">
<figcaption>BigchainDB can be seamlessly integrated into the traditional stack as a blockchain database for decentralized timestamping, certificates, smart contracts and transactions.</figcaption>
<img class="img--responsive" src="/assets/img/nosprite/stack-traditional.svg" />
2016-02-09 16:35:51 +01:00
</figure>
</div>
<div class="grid__col">
<h2 class="stacks__title">Blockchain Stack</h2>
2016-02-09 16:35:51 +01:00
<figure class="stacks__image">
<figcaption>BigchainDB fills a missing gap in the emerging decentralized stack as a blockchain database that complements existing platforms, processing and file systems.</figcaption>
<img class="img--responsive" src="/assets/img/nosprite/stack-blockchain.svg" />
2016-02-09 16:35:51 +01:00
</figure>
</div>
</div>
</div>
</section>
<section class="section section-comparison">
<div class="row">
<header class="section-header">
2016-02-09 16:42:52 +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>
</header>
2017-07-21 14:52:24 +02:00
<p class="lead">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.</p>
<figure>
{% include table-comparison.html %}
</figure>
</div>
</section>
{% include sections/section-cta-whitepaper.html %}