karuna / bayard

Bayard is a full-text search and indexing server written in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bayard

Join the chat at https://gitter.im/bayard-search/bayard License: MIT

Bayard is a full-text search and indexing server written in Rust built on top of Tantivy that implements The Raft Consensus Algorithm (raft-rs) and The gRPC (grpc-rs).
Achieves consensus across all the nodes, ensures every change made to the system is made to a quorum of nodes.
Bayard makes easy for programmers to develop search applications with advanced features and high availability.

Features

  • Full-text search/indexing
  • Index replication
  • Bringing up a cluster
  • Command line interface is available

Source code repository

Docker container repository

Documents

About

Bayard is a full-text search and indexing server written in Rust.

License:MIT License


Languages

Language:Rust 99.2%Language:Makefile 0.4%Language:Dockerfile 0.2%Language:Shell 0.2%