mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
purge the whitepaper
This commit is contained in:
parent
f5f9e3b677
commit
9a3f5e92bb
18
_aws/routing-rules.xml
Normal file
18
_aws/routing-rules.xml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<RoutingRules>
|
||||||
|
<RoutingRule>
|
||||||
|
<Condition>
|
||||||
|
<KeyPrefixEquals>whitepaper/bigchaindb-whitepaper.pdf</KeyPrefixEquals>
|
||||||
|
</Condition>
|
||||||
|
<Redirect>
|
||||||
|
<ReplaceKeyPrefixWith>whitepaper/</ReplaceKeyPrefixWith>
|
||||||
|
</Redirect>
|
||||||
|
</RoutingRule>
|
||||||
|
<RoutingRule>
|
||||||
|
<Condition>
|
||||||
|
<KeyPrefixEquals>whitepaper/bigchaindb-primer.pdf</KeyPrefixEquals>
|
||||||
|
</Condition>
|
||||||
|
<Redirect>
|
||||||
|
<ReplaceKeyPrefixWith>whitepaper/</ReplaceKeyPrefixWith>
|
||||||
|
</Redirect>
|
||||||
|
</RoutingRule>
|
||||||
|
</RoutingRules>
|
@ -16,8 +16,6 @@ secondary:
|
|||||||
url: "/faq/"
|
url: "/faq/"
|
||||||
- title: About
|
- title: About
|
||||||
url: "/about/"
|
url: "/about/"
|
||||||
- title: Whitepaper
|
|
||||||
url: "/whitepaper/"
|
|
||||||
- title: Blog
|
- title: Blog
|
||||||
url: https://blog.bigchaindb.com
|
url: https://blog.bigchaindb.com
|
||||||
- title: Contact
|
- title: Contact
|
||||||
|
@ -32,21 +32,5 @@ layout: base
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% if page.title == "Whitepaper" %}
|
{% if page.title == "Whitepaper" %}
|
||||||
<section class="section section-whitepaper-download background--photo">
|
|
||||||
<div class="row">
|
|
||||||
<header class="section-header">
|
|
||||||
<h1 class="section-title">{{ page.whitepaper.title }}</h1>
|
|
||||||
<p class="section-description">{{ page.whitepaper.text }}</p>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<p class="text-center">
|
|
||||||
{% for whitepaper in page.whitepaper.files %}
|
|
||||||
<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>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
{% include sections/section-newsletter.html %}
|
{% include sections/section-newsletter.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -21,17 +21,4 @@ whitepaper:
|
|||||||
class: btn-link
|
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*
|
<div class="alert alert--warning"><div class="lead">We're working on a new white paper. Stay tuned for updates.</div></div>
|
||||||
|
|
||||||
*February 2016*
|
|
||||||
*BigchainDB GmbH, Berlin, Germany*
|
|
||||||
|
|
||||||
### Abstract
|
|
||||||
|
|
||||||
This paper describes BigchainDB. BigchainDB fills a gap in the decentralization ecosystem: a decentralized database, at scale. It points to performance of 1 million writes per second throughput, storing petabytes of data, and sub-second latency.
|
|
||||||
|
|
||||||
The BigchainDB design starts with a distributed database (DB), and through a set of innovations adds blockchain characteristics: decentralized control, immutability, and creation & movement of digital assets. BigchainDB inherits characteristics of modern distributed databases: linear scaling in throughput and capacity with the number of nodes, a full-featured NoSQL query language, efficient querying, and permissioning. Being built on an existing distributed DB, it also inherits enterprise-hardened code for most of its codebase.
|
|
||||||
|
|
||||||
Scalable capacity means that legally binding contracts and certificates may be stored directly on the blockchain database. The permissioning system enables configurations ranging from private enterprise blockchain databases to open, public blockchain databases. BigchainDB is complementary to decentralized processing platforms like [Ethereum](https://www.ethereum.org), and decentralized file systems like InterPlanetary File System ([IPFS](https://ipfs.io)).
|
|
||||||
|
|
||||||
This paper describes technology perspectives that led to the BigchainDB design: traditional blockchains, distributed databases, and a case study of the domain name system (DNS). We introduce a concept called blockchain pipelining, which is key to scalability when adding blockchainlike characteristics to the distributed DB. We present a thorough description of BigchainDB, a detailed analysis of latency, and experimental results. The paper concludes with a description of use cases.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user