2016-01-07 19:37:20 +01:00
---
layout: page
2017-03-28 14:22:01 +02:00
title: Features
2018-03-05 11:23:23 +01:00
description: "Rather than trying to enhance blockchain technology, BigchainDB starts with a big data distributed database and then adds blockchain characteristics - decentralized control, immutability and the transfer of digital assets."
2016-02-18 00:46:41 +01:00
2017-10-23 10:19:28 +02:00
features:
2018-03-29 13:54:23 +02:00
- title: "Byzantine Fault Tolerant (BFT)"
text: "Up to one third of the nodes in the network can be experiencing arbitrary faults and the rest of the network will still come to consensus on the next block."
icon: "icon-network"
2017-10-23 10:19:28 +02:00
- 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"
2018-03-29 13:54:23 +02:00
- title: "Immutability"
text: ""
icon: "icon-castle"
2017-10-23 10:19:28 +02:00
- title: "Federation Consensus Model"
text: "Decentralized control via a federation of voting nodes makes for a super-peer P2P network."
2018-03-29 13:54:23 +02:00
icon: "icon-nodes"
2017-10-23 10:19:28 +02:00
- 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"
2018-03-29 13:54:23 +02:00
- title: "Low Latency"
text: "A global network takes about a second to come to consensus on a new block. In other words, transaction finality happens fast."
icon: "icon-hourglass"
2017-10-23 10:19:28 +02:00
- title: "Query"
2018-03-29 13:54:23 +02:00
text: "Write and run any MongoDB query to search the contents of all stored transactions, assets, metadata and blocks. Powered by MongoDB itself."
2017-10-23 10:19:28 +02:00
icon: "icon-search"
2018-03-29 13:54:23 +02:00
- title: "Decentralized"
text: "No single point of control. No singe point of failure."
2016-02-18 00:46:41 +01:00
2017-10-23 10:19:28 +02:00
quotes: set2
2016-02-18 00:46:41 +01:00
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" >
2016-02-09 13:04:07 +01:00
< 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
2016-11-14 11:59:16 +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" >
2016-02-09 13:04:07 +01:00
< 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 >
2016-02-09 13:04:07 +01:00
< / 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" >
2016-02-10 11:03:21 +01:00
< h2 class = "stacks__title" > Traditional Stack< / h2 >
2016-02-09 16:35:51 +01:00
< figure class = "stacks__image" >
2016-02-10 11:03:21 +01:00
< figcaption > BigchainDB can be seamlessly integrated into the traditional stack as a blockchain database for decentralized timestamping, certificates, smart contracts and transactions.< / figcaption >
2017-06-29 21:33:51 +02:00
< 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" >
2016-02-10 11:03:21 +01:00
< h2 class = "stacks__title" > Blockchain Stack< / h2 >
2016-02-09 16:35:51 +01:00
< figure class = "stacks__image" >
2016-02-10 11:03:21 +01:00
< figcaption > BigchainDB fills a missing gap in the emerging decentralized stack as a blockchain database that complements existing platforms, processing and file systems.< / figcaption >
2017-06-29 21:33:51 +02:00
< img class = "img--responsive" src = "/assets/img/nosprite/stack-blockchain.svg" / >
2016-02-09 16:35:51 +01:00
< / figure >
< / div >
2016-02-09 13:04:07 +01:00
< / 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 >
2018-02-15 11:06:49 +01:00
< p class = "section-description" > BigchainDB combines the key benefits of distributed DBs and traditional blockchains.< / p >
2016-02-09 13:04:07 +01:00
< / header >
2018-03-29 13:08:36 +02:00
< p class = "lead" > BigchainDB combines an enterprise-grade distributed database (MongoDB) with a production-ready consensus engine (Tendermint) to provide the benefits of both.< / p >
2016-02-09 13:04:07 +01:00
< figure >
{% include table-comparison.html %}
< / figure >
< / div >
< / section >
2018-03-20 14:44:37 +01:00
< section class = "section section-usecases background--darker" id = "usecases" >
< div class = "row" >
< header class = "section-header" >
< h1 class = "section-title" > Use Cases< / h1 >
< p class = "section-description" > BigchainDB is for developers and organizations looking for a queryable database with blockchain characteristics such as decentralization, immutability and the ability to treat anything stored in the database as an asset. Whether it’ s atoms, bits or bytes of value, any real-world blockchain application needs performance. A perfect fit for BigchainDB.< / p >
< / header >
< div class = "grid grid--full grid-small--half grid--gutters grid--top text-left" >
< div class = "grid__col" >
We’ re still in the early days of the decentralization movement and while all of the industries below are being disrupted in one way or another, there’ s an abundance of opportunity within each.
< / div >
< div class = "grid__col" >
< p >
< strong > Building something with BigchainDB?< / strong >
< br >
< a href = "/contact/" > We want to hear from you.< / a >
< / p >
< / div >
< / div >
{% for industry in site.data.industries %}
< section class = "section section--industry" id = "{{ industry.name | downcase | replace: " " , " " } } " >
< header class = "section-header" >
< h1 class = "section-title" >
< svg class = "icon" >
< use xlink:href = "/assets/img/sprite.svg#{{ industry.icon }}" > < / use >
< / svg >
{{ industry.name }}
< / h1 >
< p class = "section-description" > {{ industry.description }}< / p >
< / header >
{% if industry.usecase %}
{% for usecase in site.usecases %}
{% if industry.usecase == usecase.slug %}
< article class = "featuredusecase" >
< a class = "featuredusecase__logo" href = "{{ usecase.url }}" >
{% if usecase.bitmaplogo %}
< img src = "/assets/img/{{ usecase.bitmaplogo }}" / > {% else %}
< svg >
< use xlink:href = "/assets/img/sprite.svg#logo-{{ usecase.slug }}" > < / use >
< / svg >
{% endif %}
< / a >
< div class = "featuredusecase__content" >
< h1 class = "featuredusecase__title" >
< a href = "{{ usecase.url }}" > {{ usecase.title }}< / a >
< / h1 >
< p > {{ usecase.description }}< / p >
< a href = "{{ usecase.url }}" > Learn more< / a >
< / div >
< / article >
{% endif %}
{% endfor %}
{% endif %}
< / section >
{% endfor%}
< / div >
< / div >
< / section >
2018-02-15 11:06:49 +01:00
{% include sections/section-newsletter.html %}