Skip to content

mosuka/bayard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

536d742 · Oct 11, 2022
Aug 4, 2022
Oct 11, 2022
Oct 11, 2022
Aug 10, 2022
May 18, 2020
Aug 3, 2022
Oct 11, 2022
Oct 11, 2022
Aug 3, 2022
Aug 3, 2022
Aug 3, 2022
Aug 3, 2022
Oct 11, 2022
Aug 3, 2022

Repository files navigation

Bayard

License: MIT

Bayard is a full-text search and indexing server with cluster membership discovery by SWIM Protocol.
Bayard provides endpoints through gRPC and RESTful API.
Bayard makes easy for programmers to develop search applications with advanced features and high availability.

Features

  • Full-text search
  • Multiple indices
  • Index sharding
  • Index replication
  • Distributed search and indexing
  • JSON-based query DSL
  • JSON-based index definition (index schema and analyzers)
  • Multilingual support
  • Easy to bring up a multi-node cluster
  • Gossip-based membership discovery
  • Internal cluster communication via gRPC
  • Master node-less cluster
  • RESTful API

Architecture

Table of Contents