diff --git a/_src/_data/menus.yml b/_src/_data/menus.yml index 7e81f82..b3ac66b 100644 --- a/_src/_data/menus.yml +++ b/_src/_data/menus.yml @@ -12,8 +12,6 @@ main: - title: Docs url: https://docs.bigchaindb.com/ external: true - - title: Services - url: /services/ secondary: - title: About @@ -26,8 +24,6 @@ secondary: url: "/contact/" community: - - title: Gitter - url: https://gitter.im/bigchaindb/bigchaindb - title: GitHub url: https://github.com/bigchaindb - title: Twitter diff --git a/_src/_includes/banner.html b/_src/_includes/banner.html index fc782b6..7742fab 100644 --- a/_src/_includes/banner.html +++ b/_src/_includes/banner.html @@ -6,7 +6,7 @@ - Meet Ocean. A Decentralized Data Exchange Protocol + BigchainDB GmbH (the company) works on Ocean Protocol. IPDB Foundation (ipdb.io) oversees BigchainDB software and networks. diff --git a/_src/_includes/hero.html b/_src/_includes/hero.html index aad41a2..1cf419d 100644 --- a/_src/_includes/hero.html +++ b/_src/_includes/hero.html @@ -10,39 +10,6 @@ - - Learn More diff --git a/_src/_includes/sections/section-partners.html b/_src/_includes/sections/section-partners.html index 4bf0c1b..f592d1c 100644 --- a/_src/_includes/sections/section-partners.html +++ b/_src/_includes/sections/section-partners.html @@ -30,7 +30,7 @@ partners: {% if page.partners.description %} {{ page.partners.description }} {% else %} - We are proud to partner and collaborate with + Partnerships and collaborations have included {% endif %}

diff --git a/_src/_layouts/base.html b/_src/_layouts/base.html index a570464..2663ff2 100644 --- a/_src/_layouts/base.html +++ b/_src/_layouts/base.html @@ -13,9 +13,9 @@ - {{ content }} - {% include banner.html %} + + {{ content }} {% include footer.html %} diff --git a/_src/about.md b/_src/about.md index 2c278c7..4f26371 100644 --- a/_src/about.md +++ b/_src/about.md @@ -15,16 +15,22 @@ mediakit: link: /mediakit.zip intro: > - BigchainDB is a blockchain database offering decentralization, immutability and native assets. BigchainDB allows for the deployment of large-scale applications in a variety of use cases and industries from intellectual property and identity to supply chain, IoT and artificial intelligence. BigchainDB provides unique solutions for developers, start-ups and enterprises to successfully build their concepts, platforms and applications as big as they can dream. + BigchainDB is a blockchain database offering decentralization, immutability and native assets. BigchainDB allows for the deployment of large-scale applications in a variety of use cases and industries from intellectual property and identity to supply chain, and Internet-of-Things. --- ## Our story -In the summer of 2013, we started working on a project that became ascribe, blockchain-based intellectual property (IP) attribution. We asked the question: how can creators of any digital IP get compensated? Why not own digital art the way you own Bitcoin? With a public store of attribution and provenance, blockchain technology could solve this. So we raised some money, hired a few early employees and kept working on the product until we were satisfied enough to release it, built on the Bitcoin blockchain. The product was basically in shape to serve larger-scale customers, with the glaring exception of the blockchain scalability. We found ourselves needing to turn down opportunities knowing that the Bitcoin blockchain wouldn’t be able to handle the throughput we needed to serve larger enterprises. +In summer 2013, we started working on a project that became [ascribe](www.ascribe.io). It started with problems in the art world: "how do you collect digital art?" and "how do digital artists get paid?". To address this, we wondered aloud: "what if you could own digital art the way you own Bitcoin?" We pulled on this thread further; the idea made sense. So we built early prototypes, raised money, hired a few early employees, and improved the product. We released in beta in 2014, and production in early 2015. We built on the Bitcoin blockchain. Alas, its scalability issues prevented us from serving larger customers. -With this as a starting point, we asked how do we “blockchain-ify” it? We drew on our experience in shipping blockchain products to define three specific characteristics: decentralized, immutable and the ability to register and transfer assets. With the definitions above as a starting point, we chose an enterprise-class distributed database and then built our own technology on top of that, adding those three key characteristics while improving base functionality, fault tolerance much more. See our [roadmap](https://github.com/bigchaindb/org/blob/master/ROADMAP.md). +We observed that MongoDB and other distributed databases (DBs) were powering webapps at internet scale. We asked: how do we “blockchain-ify” such a database? We saw that they'd need three new characteristics: decentralized, immutable, and the ability to "own" assets by holding the private key. So, we wrapped RethinkDB (and later MongoDB) with code to achieve the target characteristics. The result is BigchainDB software. -From the seed of the idea, to intense efforts starting late summer 2015, we made the announcement in February 2016. What initially started as a “let’s solve our own problem” approach almost immediately turned into something much bigger than we expected. With people and enterprises from across all industries reaching out looking to partner, collaborate, license or build on the technology, it became clear that we were solving much more than our own problem. The result is BigchainDB, a blockchain database for the world. +We started to build a prototype of BigchainDB in late summer 2015. It matured enough to open-source and announce BigchainDB in February 2016. What initially started as a “let’s solve our own problem” approach quickly turned into something much bigger than we expected. People and enterprises from across all industries reached out looking to build on the technology. It became clear that we were solving much more than our own problem. -[ascribe](https://www.ascribe.io/) and [WhereOnTheNet](https://www.whereonthe.net/) are all registered trademarks of BigchainDB. +We ran into another issue. Many people built prototypes on the technology, but there was no "live" network ready for them to use in production. Deploying their own became huge exercises and governance. So with others in the community, we initiated [IPDB Foundation](ipdb.io). Its mandate included running a live public BigchainDB network. We spent a lot of time designing governance. + +By early 2017, we'd spent nearly four years thinking about IP and big data. We started to see problems at the intersection of these topics: how can you securely "own" data, and sell it while avoiding "data escapes"? Modern artificial intelligence (AI) was on the rise, and with it, the demand for way more data. We realized that blockchain technology could help, especially decentralized data marketplaces. With Toyota Research Institute, we [built](https://techcrunch.com/2017/05/22/toyota-pushes-into-blockchain-tech-to-enable-the-next-generation-of-cars) a prototype data marketplace that used BigchainDB. + +This initial foray into decentralized data marketplaces grew into a much larger project: [Ocean Protocol](www.oceanprotocol.com). The team at BigchainDB GmbH (the company) is now focused on Ocean Protocol. [IPDB Foundation](ipdb.io) has [assumed governance](https://medium.com/ipdb-blog/ipdb-foundation-assumes-governance-of-bigchaindb-software-and-testnet-51235322e14c) of the BigchainDB software and networks. + +"ascribe" is a registered trademark of BigchainDB. diff --git a/_src/contact.html b/_src/contact.html index 0bf1151..2396b96 100644 --- a/_src/contact.html +++ b/_src/contact.html @@ -1,27 +1,14 @@ --- layout: page -title: Contact +title: Contact BigchainDB GmbH tagline: Get In Touch js: page-contact.min.js ---
-
-
-
-

Have a technical question? Head to - - Gitter - to chat directly with our developers. -

- {% include/form-contact.html %} -
-

{{ site.address.company }}

@@ -33,39 +20,6 @@ js: page-contact.min.js

{{ site.url | remove: 'https://' }}

{{ site.email.contact }}

- - -
-
-
-
+ +
diff --git a/_src/features.html b/_src/features.html index 7c6ec7c..df89e0c 100644 --- a/_src/features.html +++ b/_src/features.html @@ -20,11 +20,9 @@ features: - 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" - new: true - 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" - new: true - title: "Customizable" text: "Design your own private network with custom assets, transactions, permissions and transparency." icon: "icon-settings" @@ -67,10 +65,6 @@ js: page-features.min.js {% endfor %} - -

- Our Roadmap -

diff --git a/_src/index.html b/_src/index.html index 4e7d6fb..5943660 100644 --- a/_src/index.html +++ b/_src/index.html @@ -65,8 +65,3 @@ intro: {% include sections/section-partners.html %} -{% include sections/section-cta-services.html %} - -{% include sections/section-blog.html %} - -{% include sections/section-newsletter.html %} diff --git a/_src/services.html b/_src/services.html index be33b43..d3659a6 100644 --- a/_src/services.html +++ b/_src/services.html @@ -2,80 +2,18 @@ layout: base title: Services -description: "Hands-on consulting and production support by blockchain experts" +description: "Support for BigchainDB Software" header: hero-services.jpg image: share-image-services.jpg js: page-services.min.js hero: - title: "Hands-on consulting and production support" - description: "From ideation to production, we have the team and technology to help you build enterprise-grade applications and platforms." + title: "Support for BigchainDB software" + description: "To learn about service providers for BigchainDB software, please contact IPDB Foundation." cta: - - name: Get in touch - link: "#contact" - scroll: true - -support: - features: - - title: "Ideation" - description: "Have some ideas but don’t know where to start? We run a workshop to help you better understand blockchain technologies and let you drill-down into the right use cases that bring the biggest benefit." - icon: icon-education - - title: "Use case development" - description: "You have a specific idea for a blockchain application? We help you build a detailed business and technical architecture that lets you move forward with confidence." - icon: icon-blueprint - - title: "Blockchain consulting" - description: "The idea is clear. Now you need help to build a prototype. Our blockchain consultants can work to your needs, budget and timeline to get a demo into your hands that will impress." - icon: icon-engineering - -partners: - title: "Trusted by leading global companies" - description: "We work with partners who are deploying data-centric blockchain applications for automotive, energy, identity, IoT, intellectual property and supply chain use cases." - -intro: - title: "Designed for data-centric, high-transaction use cases." - description: "Whether you’re a system architect, a developer or a database specialist, BigchainDB offers the performance and tooling to help you create the future." - title2: "Decentralized, secure and immutable." - text: "Traditional blockchains lack what most enterprises require. BigchainDB takes a different approach, one that starts with a big data distributed database and then adds blockchain characteristics. The result is high throughput and low latency, making data-centric and high volume use cases a breeze." - text2: "Only BigchainDB combines the all-important advantages of queryability and performance of traditional databases with the distributed, secure and immutable nature of blockchain technology into one package." - features: - - title: "Easy to build with" - description: "Build applications that speak directly to BigchainDB using our set of drivers and APIs. A powerfully simple and quick way to prototype." - icon: icon-wrench - - title: "Interoperability by design" - description: "Interoperability with Ethereum, IPFS, Bitcoin and other protocols such as the Interledger Protocol (ILP), IPLD, COALA IP and COALA SC mean that enterprises can develop their applications knowing that their work is future-proofed." - icon: icon-plug - -contact: - title: "Get in touch" - description: "Ready to start building with BigchainDB? Enter your details below and we'll be in touch right away." - - interests: - - Training - - Partnership - - Proof-of-concept / prototype / pilot - - Production support - - Other - - industries: - - Analytics - - Automotive - - Consulting - - Data Exchange - - Energy - - Finance - - Government - - Health Care - - Identity - - Insurance - - Law - - Manufacturing - - Media - - Security - - Supply Chain - - Technology - - Other - + - name: IPDB Homepage + link: "https://www.ipdb.io" ---
@@ -91,98 +29,9 @@ contact:

{{ page.hero.description }}

{% for cta in page.hero.cta %} - {{ cta.name }} + {{ cta.name }} {% endfor %}
- -
-
- -
- {% for feature in page.support.features %} -
-
- - - -
-

{{ feature.title }}

-

{{ feature.description }}

-
-
-
- {% endfor %} -
- - - -
-
- -{% include sections/section-partners.html %} - -
-
-
-

{{ page.intro.title }}

-

{{ page.intro.description }}

- -

{{ page.intro.title2 }}

- -

{{ page.intro.text }}

- -

{{ page.intro.text2 }}

-
- -
- {% for feature in page.intro.features %} -
-
- - - -
-

{{ feature.title }}

-

{{ feature.description }}

-
-
-
- {% endfor %} -
- -
-
- -
-
- -
-
{{ site.data.testimonials.set4[0].quote }}
- -
- - - {{ site.data.testimonials.set4[0].name }} - {{ site.data.testimonials.set4[0].org }} - -
-
-
-
- -
-
-
-

{{ page.contact.title }}

-

{{ page.contact.description }}

-
- - {% include form-services.html %} - -
-