A search server with an Elasticsearch-compatible REST API, written in Rust
NOTE: Currently, under initial research and development, please refer to the roadmap to see progress.
Rusticsearch is in its initial research/development phase. It currently supports basic indexing and retrieval but lacks persistence and many other things.
See the roadmap for a list of things being worked on at the moment.
Rusticsearch can be compiled with the latest stable version of Rust (it may work with older versions as well). This can either be downloaded from the Rust website or you could use rustup (beta).
Once Rust is installed, clone the repo and run cargo run
:
git clone git@github.com:kaedroho/rusticsearch.git
cd rusticsearch
cargo run