Skip to content

hamersaw/coterie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#coterie

##NOTE This repository was an attempt at converting fuzzydb to protobuf. It was a failed attempt.

##Overview Distributed string fuzzy matching application.

##Compile

  • protoc --rust_out=src/ protobuf/message.proto
  • cargo build

##Run

  • env RUST_LOG=debug ./target/debug/coterie examples/config.toml
  • env RUST_LOG=debug ./target/debug/coterie examples/config2.toml
  • env RUST_LOG=debug ./target/debug/coterie examples/config3.toml

##TODO

  • build protobuf from build.rs
  • add logging output to coterie and coterie-cli
  • application work

About

Distributed fuzzy matching application written in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors