Add travis status

This commit is contained in:
Martin Sumner 2019-11-05 19:54:11 +00:00
parent 293b5abed1
commit 8ce9f29c88

View file

@ -2,6 +2,8 @@
## Introduction ## 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: 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). - Optimised for workloads with <b>larger values</b> (e.g. > 4KB).