From 6c8c76e774b309f078d17644987fa103f73fe9fe Mon Sep 17 00:00:00 2001 From: martinsumner Date: Tue, 28 Feb 2017 00:22:18 +0000 Subject: [PATCH] Doc update --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5676871..56b9b59 100644 --- a/README.md +++ b/README.md @@ -76,14 +76,24 @@ As a general rule though, the most interesting thing is the potential to enable Further volume test scenarios are the immediate priority, in particular volume test scenarios with: -- Alternative object sizes; - - Significant use of secondary indexes; - Use of newly available [EC2 hardware](https://aws.amazon.com/about-aws/whats-new/2017/02/now-available-amazon-ec2-i3-instances-next-generation-storage-optimized-high-i-o-instances/) which potentially is a significant changes to assumptions about hardware efficiency and cost. - Create riak_test tests for new Riak features enabled by Leveled. +However a number of other changes are planned in the next month to (my branch of) riak_kv to better use leveled: + +- Support for rapid rebuild of hashtrees + +- Fixes to priority issues + +- Experiments with flexible sync on write settings + +- A cleaner and easier build of Riak with leveled included, including cuttlefish configuration support + +More information can be found in the [future section](docs/FUTURE.md). + ## Feedback Please create an issue if you have any suggestions. You can ping me @masleeds if you wish @@ -100,4 +110,6 @@ This will start a new Bookie. It will start and look for existing data files, u The book_start method should respond once startup is complete. The leveled_bookie module includes the full API for external use of the store. +It should run anywhere that OTP will run - it has been tested on Ubuntu 14, MAC OS X and Windows 10. + Running in Riak requires one of the branches of riak_kv referenced [here](docs/FUTURE.md). There is a [Riak branch](https://github.com/martinsumner/riak/tree/mas-leveleddb) intended to support the automatic build of this, and the configuration via cuttlefish. However, the auto-build fails due to other dependencies bringing in an alternative version of riak_kv, and the configuration via cuttlefish is broken for reasons unknown. Building this from source as part of Riak will require a bit of fiddling around. \ No newline at end of file