From fc0b711f9aa067b534b74817375622a5fac0231e Mon Sep 17 00:00:00 2001 From: Jakko Sikkar Date: Mon, 8 Jun 2015 09:57:33 +0300 Subject: [PATCH 1/2] added Elastic REST API implementation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be684da..9ab9f33 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,8 @@ Ther goal is to have only projects that are mostly stable and useful to users. P * NoSQL * Cassandra * [tupshin/cassandra-rust](https://github.com/tupshin/cassandra-rust) — [Cassandra](http://cassandra.apache.org) bindings + * Elastic (formerly Elasticsearch) + * [benashford/rs-es] (https://github.com/benashford/rs-es) - A Rust client for the Elastic (https://www.elastic.co/) REST API * LMDB * [vhbit/lmdb-rs](https://github.com/vhbit/lmdb-rs) — [LMDB](http://symas.com/mdb/) bindings [](https://travis-ci.org/vhbit/lmdb-rs) * Redis From 1f7b9fdfe441e0d94f5a34f7a93b3c015ffc81d0 Mon Sep 17 00:00:00 2001 From: Jakko Sikkar Date: Mon, 8 Jun 2015 09:58:51 +0300 Subject: [PATCH 2/2] Elastic to correct link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ab9f33..c06c7c9 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Ther goal is to have only projects that are mostly stable and useful to users. P * Cassandra * [tupshin/cassandra-rust](https://github.com/tupshin/cassandra-rust) — [Cassandra](http://cassandra.apache.org) bindings * Elastic (formerly Elasticsearch) - * [benashford/rs-es] (https://github.com/benashford/rs-es) - A Rust client for the Elastic (https://www.elastic.co/) REST API + * [benashford/rs-es] (https://github.com/benashford/rs-es) - A Rust client for the [Elastic] (https://www.elastic.co/) REST API * LMDB * [vhbit/lmdb-rs](https://github.com/vhbit/lmdb-rs) — [LMDB](http://symas.com/mdb/) bindings [](https://travis-ci.org/vhbit/lmdb-rs) * Redis