Updated Branches: refs/heads/master c16371dff -> 5923b8e90
Making some updates to the README file Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/f51a8e87 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/f51a8e87 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/f51a8e87 Branch: refs/heads/master Commit: f51a8e878aab6d07254ce9140fdbc52ebd0c8053 Parents: 3579d7f Author: Aaron McCurry <[email protected]> Authored: Tue Sep 10 20:09:37 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Tue Sep 10 20:09:37 2013 -0400 ---------------------------------------------------------------------- README | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/f51a8e87/README ---------------------------------------------------------------------- diff --git a/README b/README index 97e7c38..b258d5e 100644 --- a/README +++ b/README @@ -1,15 +1,25 @@ -Blur -==== +README file for Apache Blur +=========================== -Blur is a NoSQL data store built on top of Lucene, Hadoop, Thrift, +Apache Blur is a NoSQL data store built on top of Lucene, Hadoop, Thrift, and Zookeeper. Tables consist of a series of shards (Lucene indexes) that are distributed across a cluster of commodity servers. -Mail List ----- [email protected] or [email protected] +Mail Lists +========= + +User list [email protected] +Dev list [email protected] + +Website +======= + +http://incubator.apache.org/blur/ Documentation ----- +============= + +http://incubator.apache.org/blur/docs/ -Check out the docs/ directory and use the index.html as a starting point. +The docs are also located in the docs/ directory in the binary +artifact, use the index.html as a starting point.
