Cleans up the local development section in the overview.

This commit is contained in:
John Brownlee 2018-03-19 12:38:09 -07:00
parent f4715e43f9
commit 8fa8cb1400

View File

@ -7,12 +7,7 @@ FoundationDB |version|
Overview
========
FoundationDB is a distributed database designed to handle large volumes of structured data across clusters of commodity servers. It organizes data as an ordered key-value store and employs :doc:`ACID transactions <transaction-manifesto>` for all operations. It is especially well-suited for read/write workloads but also has excellent :doc:`performance <performance>` for write-intensive workloads. Users interact with the database using a :doc:`API language binding <api-reference>`.
Local Development
=================
FoundationDB runs on clusters in Apple data centers, but you can :doc:`begin local development <local-dev>` now.
FoundationDB is a distributed database designed to handle large volumes of structured data across clusters of commodity servers. It organizes data as an ordered key-value store and employs :doc:`ACID transactions <transaction-manifesto>` for all operations. It is especially well-suited for read/write workloads but also has excellent :doc:`performance <performance>` for write-intensive workloads. Users interact with the database using a :doc:`API language binding <api-reference>`. You can :doc:`begin local development <local-dev>` today.
Documentation
=============