Skip to content

stretchkennedy/inverted-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inverted-index

Inverted index for full-text search written in go and queriable via gRPC.

This probably goes without saying, but do not actually use this in production. It's a toy project created in a weekend and it's missing very important features, like thread safety for writing to the map, persistence, configurability, and probably a lot more.

About

Inverted index for full-text search written in go and queriable via gRPC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published