Skip to content
/ couch Public

🔍 Simple full text search engine written in Go

License

Notifications You must be signed in to change notification settings

anoriqq/couch

Repository files navigation

couch - Go Reference

Simple full text search engine.

Usage

go get github.com/anoriqq/couch

example project is here. (WIP)

Development

# install dependencies
go install github.com/tenntenn/testtime@latest
go mod tidy

# run all test
go test -race -overlay=$(testtime) -shuffle on -count 1 ./...

About

🔍 Simple full text search engine written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages