Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deluan/gomate
GoLang autocomplete on multiple words with Ledis (and possibly Redis)
https://github.com/deluan/gomate
Last synced: about 2 months ago
JSON representation
GoLang autocomplete on multiple words with Ledis (and possibly Redis)
- Host: GitHub
- URL: https://github.com/deluan/gomate
- Owner: deluan
- License: apache-2.0
- Created: 2016-03-10T23:46:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-27T21:25:34.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T10:22:16.643Z (3 months ago)
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GoMate
======[![Build Status](https://travis-ci.org/deluan/gomate.svg?branch=master)](https://travis-ci.org/deluan/gomate) [![Go Report Card](https://goreportcard.com/badge/github.com/deluan/gomate)](https://goreportcard.com/report/github.com/deluan/gomate) [![Coverage](http://gocover.io/_badge/github.com/deluan/gomate)](http://gocover.io/github.com/deluan/gomate)
Implementation of [Soulmate](https://github.com/seatgeek/soulmate)'s full-text search algorithm in Go,
using [LedisDB](http://ledisdb.com) backend. It can be adapted to use [Redis](http://redis.io)
(or any Redis-like system), by implementing the [DB](db.go) interface.For an introduction to the algorithm, read [this](http://patshaughnessy.net/2011/11/29/two-ways-of-using-redis-to-build-a-nosql-autocomplete-search-index).
I wrote this package as a quick search implementation for [GoSonic](https://github.com/deluan/gosonic),
but I decided to publish it as an independent, reusable library.
Watch this space for documentation and examples.