An open API service indexing awesome lists of open source software.

https://github.com/mkawserm/dodod

Embeddable full text search engine based on bleve
https://github.com/mkawserm/dodod

embedded fulltext-search nosql

Last synced: 5 months ago
JSON representation

Embeddable full text search engine based on bleve

Awesome Lists containing this project

README

          

dodod
-------------------------------------------------
[![GoDoc](https://godoc.org/github.com/mkawserm/dodod?status.svg)](https://godoc.org/github.com/mkawserm/dodod)
[![Build Status](https://travis-ci.com/mkawserm/dodod.svg?branch=master)](https://travis-ci.com/mkawserm/dodod)
[![Go Report Card](https://goreportcard.com/badge/github.com/mkawserm/dodod)](https://goreportcard.com/report/github.com/mkawserm/dodod)
[![Coverage Status](https://coveralls.io/repos/github/mkawserm/dodod/badge.svg?branch=master)](https://coveralls.io/github/mkawserm/dodod?branch=master)

-------------------------------------------------

# Usage

> `➜ go get github.com/mkawserm/dodod`

```go
package main

func main() {

}
```