Skip to content

mosuka/bayard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b1364bc · Jan 3, 2020

History

85 Commits
Jan 3, 2020
Jan 3, 2020
Jan 1, 2020
Jan 1, 2020
Jan 3, 2020
Jan 3, 2020
Nov 1, 2019
Jan 3, 2020
Jan 3, 2020
Jan 3, 2020
Nov 6, 2019
Nov 1, 2019
Nov 13, 2019
Nov 13, 2019
Nov 11, 2019
Nov 1, 2019

Repository files navigation

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