Merge branch 'master' into develop-3.0

This commit is contained in:
Martin Sumner 2019-11-05 20:17:39 +00:00
commit b946271195
3 changed files with 8 additions and 0 deletions

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: erlang
otp_release:
- 20.3.8
script:
- chmod u+x rebar3
- ./rebar3 do upgrade, compile, dialyzer, xref, eunit

View file

@ -2,6 +2,8 @@
## Introduction
[![Build Status](https://travis-ci.com/martinsumner/leveled.svg?branch=master)](https://travis-ci.com/martinsumner/leveled)
Leveled is a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics:
- Optimised for workloads with <b>larger values</b> (e.g. > 4KB).

BIN
rebar3 Executable file

Binary file not shown.