1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-02-09 14:15:02 +02:00

added Elastic REST API implementation

This commit is contained in:
Jakko Sikkar 2015-06-08 09:57:33 +03:00
parent 7d296eb9af
commit fc0b711f9a

View File

@ -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 [<img src="https://travis-ci.org/vhbit/lmdb-rs.svg?branch=master">](https://travis-ci.org/vhbit/lmdb-rs)
* Redis