diff --git a/docs/server/source/conf.py b/docs/server/source/conf.py index 2de8a3dc..3526076c 100644 --- a/docs/server/source/conf.py +++ b/docs/server/source/conf.py @@ -305,7 +305,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'bigchaindb-server', 'BigchainDB Server Documentation', - author, 'bigchaindb-server', 'A scalable blockchain database.', + author, 'bigchaindb-server', 'The blockchain database.', 'Miscellaneous'), ] diff --git a/docs/server/source/production-nodes/node-components.md b/docs/server/source/production-nodes/node-components.md index b6147f71..ae286b9b 100644 --- a/docs/server/source/production-nodes/node-components.md +++ b/docs/server/source/production-nodes/node-components.md @@ -5,7 +5,7 @@ A production BigchainDB node must include: * BigchainDB Server * MongoDB Server 3.4+ (mongod) * Tendermint -* Scalable storage for MongoDB and Tendermint +* Storage for MongoDB and Tendermint It could also include several other components, including: diff --git a/setup.py b/setup.py index 276f9746..0a4fe7d2 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ """ -BigchainDB: A Scalable Blockchain Database +BigchainDB: The Blockchain Database For full docs visit https://docs.bigchaindb.com @@ -91,16 +91,16 @@ install_requires = [ setup( name='BigchainDB', version=version['__version__'], - description='BigchainDB: A Scalable Blockchain Database', + description='BigchainDB: The Blockchain Database', long_description=( "BigchainDB allows developers and enterprises to deploy blockchain " - "proof-of-concepts, platforms and applications with a scalable blockchain " + "proof-of-concepts, platforms and applications with a blockchain " "database. BigchainDB supports a wide range of industries and use cases " "from identity and intellectual property to supply chains, energy, IoT " - "and financial ecosystems. With high throughput, sub-second latency and " - "powerful functionality to automate business processes, BigchainDB looks, " - "acts and feels like a database but has the core blockchain " - "characteristics that enterprises want." + "and financial ecosystems. With high throughput, low latency, powerful " + "query functionality, decentralized control, immutable data storage and " + "built-in asset support, BigchainDB is like a database with blockchain " + "characteristics." ), url='https://github.com/BigchainDB/bigchaindb/', author='BigchainDB Contributors', diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4fe5618f..6caff731 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,10 +1,11 @@ name: bigchaindb version: git -summary: a scalable blockchain database +summary: The blockchain database description: | - With high throughput, sub-second latency and powerful functionality to - automate business processes, BigchainDB looks, acts and feels like a database - with added blockchain characteristics. + With high throughput, low latency, powerful query functionality, + decentralized control, immutable data storage and built-in asset + support, BigchainDB is like a database with blockchain + characteristics. # grade must be 'stable' to release into candidate/stable channels grade: devel