mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
Merge pull request #184 from ascribe/feature/wordingupdates
Wording updates
This commit is contained in:
commit
00ddf889ef
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 108 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 133 KiB |
@ -1,13 +1,3 @@
|
||||
|
||||
.table--comparison {
|
||||
.icon-check {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
margin: auto;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.feature {
|
||||
display: flex;
|
||||
margin-bottom: $spacer;
|
||||
@ -36,7 +26,9 @@
|
||||
}
|
||||
|
||||
.feature__text {
|
||||
margin-bottom: 0;
|
||||
p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.feture_roadmap {
|
||||
@ -73,8 +65,30 @@
|
||||
}
|
||||
}
|
||||
|
||||
.section-comparison {
|
||||
.table--comparison {
|
||||
td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
tbody td:first-child {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.icon-check {
|
||||
stroke-width: 2;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
margin: auto;
|
||||
display: block;
|
||||
stroke-width: 3;
|
||||
stroke: #fff;
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
box-shadow: none;
|
||||
|
||||
.icon-check {
|
||||
stroke: $brand-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -13,19 +13,35 @@
|
||||
<td>Immutability</td>
|
||||
<td><svg class="icon icon-check"><use xlink:href="/assets/img/sprite.svg#icon-check"></use></svg></td>
|
||||
<td></td>
|
||||
<td><svg class="icon icon-check"><use xlink:href="/assets/img/sprite.svg#icon-check"></use></svg></td>
|
||||
<td>
|
||||
<a href="https://docs.bigchaindb.com/en/latest/immutable.html">
|
||||
<svg class="icon icon-check"><use xlink:href="/assets/img/sprite.svg#icon-check"></use></svg>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>No Central Authority</td>
|
||||
<td><svg class="icon icon-check"><use xlink:href="/assets/img/sprite.svg#icon-check"></use></svg></td>
|
||||
<td></td>
|
||||
<td><svg class="icon icon-check"><use xlink:href="/assets/img/sprite.svg#icon-check"></use></svg></td>
|
||||
<td>
|
||||
<a href="https://docs.bigchaindb.com/en/latest/decentralized.html">
|
||||
<svg class="icon icon-check">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-check"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Assets Over Network</td>
|
||||
<td><svg class="icon icon-check"><use xlink:href="/assets/img/sprite.svg#icon-check"></use></svg></td>
|
||||
<td></td>
|
||||
<td><svg class="icon icon-check"><use xlink:href="/assets/img/sprite.svg#icon-check"></use></svg></td>
|
||||
<td>
|
||||
<a href="https://docs.bigchaindb.com/en/latest/assets.html">
|
||||
<svg class="icon icon-check">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-check"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>High Throughput</td>
|
||||
@ -49,13 +65,25 @@
|
||||
<td>Rich Permissioning</td>
|
||||
<td></td>
|
||||
<td><svg class="icon icon-check"><use xlink:href="/assets/img/sprite.svg#icon-check"></use></svg></td>
|
||||
<td><svg class="icon icon-check"><use xlink:href="/assets/img/sprite.svg#icon-check"></use></svg></td>
|
||||
<td>
|
||||
<a href="https://docs.bigchaindb.com/en/latest/permissions.html">
|
||||
<svg class="icon icon-check">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-check"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Query Capabilities</td>
|
||||
<td></td>
|
||||
<td><svg class="icon icon-check"><use xlink:href="/assets/img/sprite.svg#icon-check"></use></svg></td>
|
||||
<td><svg class="icon icon-check"><use xlink:href="/assets/img/sprite.svg#icon-check"></use></svg></td>
|
||||
<td>
|
||||
<a href="https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html">
|
||||
<svg class="icon icon-check">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-check"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -41,7 +41,7 @@ layout: base
|
||||
|
||||
<p class="text-center">
|
||||
{% for whitepaper in page.whitepaper.files %}
|
||||
<a href="{{ whitepaper.file }}" class="btn btn-primary js-tracking-whitepaper-download"><svg class="icon"><use xlink:href="/assets/img/sprite.svg#icon-documents"></use></svg> {{ whitepaper.button }}</a>
|
||||
<a href="{{ whitepaper.file }}" class="btn {{ whitepaper.class }} js-tracking-whitepaper-download"><svg class="icon"><use xlink:href="/assets/img/sprite.svg#icon-documents"></use></svg> {{ whitepaper.button }}</a>
|
||||
{% endfor %}
|
||||
</p>
|
||||
<p class="text-center small">Last updated: {{ page.whitepaper.updated | date: '%B %d, %Y' }}</p>
|
||||
|
@ -2,141 +2,71 @@
|
||||
layout: page
|
||||
|
||||
title: Features
|
||||
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.'
|
||||
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."
|
||||
|
||||
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"
|
||||
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."
|
||||
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
|
||||
|
||||
quotes: set2
|
||||
|
||||
js: page-features.min.js
|
||||
---
|
||||
|
||||
<section class="section section-features">
|
||||
<div class="row">
|
||||
<header class="section-header">
|
||||
<p class="section-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.</p>
|
||||
<p class="section-description">{{ page.description }}</p>
|
||||
</header>
|
||||
</div>
|
||||
<div class="row row--wide">
|
||||
<div class="grid grid--full grid-small--half grid--gutters grid--top">
|
||||
|
||||
{% for feature in page.features %}
|
||||
<div class="grid__col">
|
||||
<div class="feature">
|
||||
<svg class="feature__icon icon">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-graph"></use>
|
||||
<use xlink:href="/assets/img/sprite.svg#{{ feature.icon }}"></use>
|
||||
</svg>
|
||||
<div class="feature__detail">
|
||||
<h1 class="feature__title">Towards One Million Writes per Second</h1>
|
||||
<p class="feature__text">Each write is recorded on the blockchain database without the need for Merkle Trees or sidechains. Details in our <a href="/whitepaper/">whitepaper</a>, section 8.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid__col">
|
||||
<div class="feature">
|
||||
<svg class="feature__icon icon">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-diamond"></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-settings"></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 at transaction level to ensure a clear separation of duties and enforce selective access.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid__col">
|
||||
<div class="feature">
|
||||
<svg class="feature__icon icon">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-nodes"></use>
|
||||
</svg>
|
||||
<div class="feature__detail">
|
||||
<h1 class="feature__title">Federation Consensus Model</h1>
|
||||
<p class="feature__text">Decentralized control via a federation of voting nodes makes for 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"><a href="https://github.com/{{ site.github.org }}">Open sourced</a> 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-lock"></use>
|
||||
</svg>
|
||||
<div class="feature__detail">
|
||||
<h1 class="feature__title">Public or Private</h1>
|
||||
<p class="feature__text">Roll out your own public or private networks for specific industry use cases.</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 <span class="feature__title__comingsoon">Coming soon</span></h1>
|
||||
<p class="feature__text">Load up hashes, metadata and files onto the BigchainDB so every asset can reside on the blockchain database.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid__col">
|
||||
<div class="feature">
|
||||
<svg class="feature__icon icon">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-search"></use>
|
||||
</svg>
|
||||
<div class="feature__detail">
|
||||
<h1 class="feature__title">Query</h1>
|
||||
<p class="feature__text">Leverage efficient 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-scaling"></use>
|
||||
</svg>
|
||||
<div class="feature__detail">
|
||||
<h1 class="feature__title">Linear Scaling <span class="feature__title__comingsoon">Coming soon</span></h1>
|
||||
<p class="feature__text">The more nodes added, the higher the throughput and the higher the storage capacity.</p>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
|
||||
<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>
|
||||
|
||||
<p class="text-center">
|
||||
For more insight, read our <a href="/whitepaper/">whitepaper</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
@ -25,7 +25,7 @@ intro:
|
||||
icon: "icon-castle"
|
||||
- title: "Scaling"
|
||||
icon: "icon-scaling"
|
||||
- title: "Native Assets"
|
||||
- title: "Assets & Tokens"
|
||||
icon: "icon-diamond"
|
||||
text: "BigchainDB allows developers and enterprise to deploy blockchain proof-of-concepts, platforms and applications with a scalable blockchain database, supporting a wide range of industries and use cases."
|
||||
button1: "All Features"
|
||||
|
@ -13,10 +13,12 @@ whitepaper:
|
||||
text: The whitepaper is no longer a living document. Significant changes made since June 8, 2016 are noted in an Addendum attached at the end.
|
||||
updated: 2017-05-23
|
||||
files:
|
||||
- file: bigchaindb-whitepaper.pdf
|
||||
button: Download whitepaper (pdf)
|
||||
- file: bigchaindb-primer.pdf
|
||||
button: Download primer (pdf)
|
||||
class: btn-primary
|
||||
- file: bigchaindb-whitepaper.pdf
|
||||
button: Download whitepaper (pdf)
|
||||
class: btn-link
|
||||
---
|
||||
|
||||
*by <br>Trent McConaghy, Rodolphe Marques, Andreas Müller, Dimitri De Jonghe, Troy McConaghy, Greg McMullen, Ryan Henderson, Sylvain Bellemare, Alberto Granzotto*
|
||||
|
Loading…
Reference in New Issue
Block a user