From aa104fa25390209b920f531ddde14f8610de79ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Tue, 18 Dec 2018 17:04:25 +0100 Subject: [PATCH] doc: Add some funny badges to the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3f534a81f..e717b02aa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # MeiliDB +[![Build Status](https://travis-ci.org/Kerollmops/MeiliDB.svg?branch=master)](https://travis-ci.org/Kerollmops/MeiliDB) +[![dependency status](https://deps.rs/repo/github/Kerollmops/MeiliDB/status.svg)](https://deps.rs/repo/github/Kerollmops/MeiliDB) +[![License](https://img.shields.io/github/license/Kerollmops/MeiliDB.svg)](https://github.com/Kerollmops/MeiliDB) +[![Rust 1.31+](https://img.shields.io/badge/rust-1.31+-lightgray.svg)]( +https://www.rust-lang.org) + A _full-text search database_ using a key-value store internally. It uses [RocksDB](https://github.com/facebook/rocksdb) like a classic database, to store documents and internal data. The key-value store power allow us to handle updates and queries with small memory and CPU overheads.