anoriqq / couch

πŸ” Simple full text search engine written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Go 100.0%