{"id":16766377,"url":"https://github.com/mosuka/bayard-proto","last_synced_at":"2025-12-12T14:46:07.292Z","repository":{"id":56440779,"uuid":"243430807","full_name":"mosuka/bayard-proto","owner":"mosuka","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-07T13:58:40.000Z","size":218,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T13:04:45.594Z","etag":null,"topics":["buffers","protocol"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mosuka.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"mosuka","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-02-27T04:31:00.000Z","updated_at":"2022-03-15T07:52:09.000Z","dependencies_parsed_at":"2022-08-15T18:50:15.677Z","dependency_job_id":null,"html_url":"https://github.com/mosuka/bayard-proto","commit_stats":null,"previous_names":["bayard-search/bayard-proto"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosuka%2Fbayard-proto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosuka%2Fbayard-proto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosuka%2Fbayard-proto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosuka%2Fbayard-proto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mosuka","download_url":"https://codeload.github.com/mosuka/bayard-proto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243871651,"owners_count":20361378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["buffers","protocol"],"created_at":"2024-10-13T06:06:12.697Z","updated_at":"2025-12-12T14:46:02.223Z","avatar_url":"https://github.com/mosuka.png","language":"JavaScript","funding_links":["https://github.com/sponsors/mosuka"],"categories":[],"sub_categories":[],"readme":"# bayard-proto\n\n[![Join the chat at https://gitter.im/bayard-search/bayard](https://badges.gitter.im/bayard-search/bayard.svg)](https://gitter.im/bayard-search/bayard?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nBayard is a full-text search and indexing server written in [Rust](https://www.rust-lang.org/) built on top of [Tantivy](https://github.com/tantivy-search/tantivy) that implements [Raft Consensus Algorithm](https://raft.github.io/) and [gRPC](https://grpc.io/).  \nAchieves consensus across all the nodes, ensures every change made to the system is made to a quorum of nodes.  \nBayard makes easy for programmers to develop search applications with advanced features and high availability.\n\n## Requirement\n\nThe following products are required to build:\n\n- Rust \u003e= 1.39.0\n- make \u003e= 3.81\n- protoc \u003e= 3.9.2\n\n### Install protoc-gen-rust\n\n```shell script\n$ cargo install protobuf-codegen\n$ cargo install grpcio-compiler --version=0.4.3\n```\n\n### Install protoc-gen-grpc-web\n\n```shell script\n$ curl -o /usr/local/bin/protoc-gen-grpc-web -L https://github.com/grpc/grpc-web/releases/download/1.2.1/protoc-gen-grpc-web-1.2.1-darwin-x86_64\n$ chmod +x /usr/local/bin/protoc-gen-grpc-web\n```\nls \n### Install protoc-gen-go\n\n```shell script\n$ go get -u github.com/golang/protobuf/protoc-gen-go\n```\n\n## Generate code\n\n### Rust\n\n```shell script\n$ ./protoc_rust.sh\n```\n\n### gRPC-Web (JavaScript)\n\n```shell script\n$ ./protoc_grpc-web.sh\n```\n\n### Go\n\n```shell script\n$ ./protoc_go.sh\n```\n\n## Build\n\n```\n% make build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosuka%2Fbayard-proto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmosuka%2Fbayard-proto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosuka%2Fbayard-proto/lists"}