Skip to content

Commit

Permalink
[documentation] Update README for ycsb.site (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
busbey authored Sep 9, 2019
1 parent 77080a3 commit 178e4e5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ permissions and limitations under the License. See accompanying
LICENSE file.
-->

Yahoo! Cloud System Benchmark (YCSB)
YCSB
====================================
[![Build Status](https://travis-ci.org/brianfrankcooper/YCSB.png?branch=master)](https://travis-ci.org/brianfrankcooper/YCSB)



Links
-----
http://wiki.github.com/brianfrankcooper/YCSB/
https://labs.yahoo.com/news/yahoo-cloud-serving-benchmark/
[email protected]
* To get here, use https://ycsb.site
* [Our project docs](https://github.com/brianfrankcooper/YCSB/wiki)
* [The original announcement from Yahoo!](https://labs.yahoo.com/news/yahoo-cloud-serving-benchmark/)

Getting Started
---------------
Expand Down Expand Up @@ -62,6 +64,7 @@ Getting Started
See https://github.com/brianfrankcooper/YCSB/wiki/Core-Properties for
the list of available workload properties.


Building from source
--------------------

Expand All @@ -74,4 +77,4 @@ To build the full distribution, with all database bindings:

To build a single database binding:

mvn -pl com.yahoo.ycsb:mongodb-binding -am clean package
mvn -pl mongodb-binding -am clean package

0 comments on commit 178e4e5

Please sign in to comment.