Merge branch 'master' into develop-3.0
This commit is contained in:
commit
b946271195
3 changed files with 8 additions and 0 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
language: erlang
|
||||
otp_release:
|
||||
- 20.3.8
|
||||
script:
|
||||
- chmod u+x rebar3
|
||||
- ./rebar3 do upgrade, compile, dialyzer, xref, eunit
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Introduction
|
||||
|
||||
[](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
BIN
rebar3
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue