All Projects → bayard-search → Bayard

bayard-search / Bayard

Licence: mit
A full-text search and indexing server written in Rust.

Programming Languages

rust
11053 projects
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Bayard

Blast
Blast is a full text search and indexing server, written in Go, built on top of Bleve.
Stars: ✭ 934 (-39.94%)
Mutual labels:  grpc, search-engine, raft
jobor
支持秒级分布式定时任务系统, A high performance distributed task scheduling system, Support multi protocol scheduling tasks
Stars: ✭ 52 (-96.66%)
Mutual labels:  raft, grpc
Cete
Cete is a distributed key value store server written in Go built on top of BadgerDB.
Stars: ✭ 153 (-90.16%)
Mutual labels:  grpc, raft
Typesense
Fast, typo tolerant, fuzzy search engine for building delightful search experiences ⚡ 🔍 ✨ An Open Source alternative to Algolia and an Easier-to-Use alternative to ElasticSearch.
Stars: ✭ 8,644 (+455.88%)
Mutual labels:  search-engine, raft
Search Ads Web Service
Online search advertisement platform & Realtime Campaign Monitoring [Maybe Deprecated]
Stars: ✭ 30 (-98.07%)
Mutual labels:  search-engine, grpc
Gnes
GNES is Generic Neural Elastic Search, a cloud-native semantic search system based on deep neural network.
Stars: ✭ 1,178 (-24.24%)
Mutual labels:  grpc, search-engine
Dragonboat Example
Examples for Dragonboat
Stars: ✭ 104 (-93.31%)
Mutual labels:  raft
Protodot
transforming your .proto files into .dot files (and .svg, .png if you happen to have graphviz installed)
Stars: ✭ 107 (-93.12%)
Mutual labels:  grpc
Orion
Orion is a small lightweight framework written around grpc/protobuf with the aim to shorten time to build microservices at Carousell.
Stars: ✭ 101 (-93.5%)
Mutual labels:  grpc
Fsearch
A fast file search utility for Unix-like systems based on GTK+3
Stars: ✭ 1,370 (-11.9%)
Mutual labels:  search-engine
Trepang
Trepang is an implementation of Raft Algorithm in Go
Stars: ✭ 111 (-92.86%)
Mutual labels:  raft
Gun
Toy gRPC Tunnel over CloudFlare (Proof of Concept)
Stars: ✭ 108 (-93.05%)
Mutual labels:  grpc
Microservices Demo
Sample cloud-native application with 10 microservices showcasing Kubernetes, Istio, gRPC and OpenCensus.
Stars: ✭ 11,369 (+631.13%)
Mutual labels:  grpc
Grpc Hello World
An example of gRPC+grpc-gateway
Stars: ✭ 104 (-93.31%)
Mutual labels:  grpc
Tesla
Tesla is a gateway service that provides dynamic routing,waf,support spring cloud,gRPC,DUBBO and more.
Stars: ✭ 109 (-92.99%)
Mutual labels:  grpc
Text Sherlock
Text (source code) search engine with indexer and a front end web interface to search. Uses Python 3.
Stars: ✭ 103 (-93.38%)
Mutual labels:  search-engine
Awesome Consensus
Awesome list for Paxos and friends
Stars: ✭ 1,619 (+4.12%)
Mutual labels:  raft
Crm
A lightweight CRM application builds with microservices architecture
Stars: ✭ 102 (-93.44%)
Mutual labels:  grpc
Flipt
An open-source, on-prem feature flag solution
Stars: ✭ 1,623 (+4.37%)
Mutual labels:  grpc
Covoiturage Libre
UNMAINTAINED
Stars: ✭ 109 (-92.99%)
Mutual labels:  search-engine

Bayard

GitHub Actions 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 Raft Consensus Algorithm and gRPC.
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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].