Live data from Hacker News

Bleve: Full-text search and indexing for Go

blevesearch.com

61–65 of 65 posts

Re: Bleve: Full-text search and indexing for Go

#61
post #60

Really nice to see the Go ecosystem developing. The other day I was searching for a link/URL extraction library and the best one I could find was in Go: https://github.com/mvdan/xurls ("best" because it actually uses a list of TLDs, for example: https://github.com/mvdan/xurls/blob/master/tlds.go ). Was an unusual experience not finding something as good for Java.

I’ve had the same experience with video encoding and image libraries. All the momentum is in Go.

Any libraries in particular?

Re: Bleve: Full-text search and indexing for Go

#62
post #3

Blast is a server on top of it: https://github.com/mosuka/blast

I got excited thinking that somehow someone was doing bioinformatics in Go. https://en.wikipedia.org/wiki/BLAST

We don't do bioinformatics workflows in Go (yet?) but we sure as hell run the (CWL) workflows with Go on Arvados: https://arvados.org.

Re: Bleve: Full-text search and indexing for Go

#63
post #60

Earlier quoted context omitted.

I’ve had the same experience with video encoding and image libraries. All the momentum is in Go.

Any libraries in particular?

Any of the libvips bindings. Ffmpeg bindings. Hls and dash libraries. Any other wrappers around binaries in general. I found nice ports for syntax hi-lighting that I couldn’t find in java.

Re: Bleve: Full-text search and indexing for Go

#64
post #63

Earlier quoted context omitted.

Any libraries in particular?

Any of the libvips bindings. Ffmpeg bindings. Hls and dash libraries. Any other wrappers around binaries in general. I found nice ports for syntax hi-lighting that I couldn’t find in java.

Thanks I was wondering if people had Go written video libs or if these were bindings.

Re: Bleve: Full-text search and indexing for Go

#65
post #62

Earlier quoted context omitted.

I got excited thinking that somehow someone was doing bioinformatics in Go. https://en.wikipedia.org/wiki/BLAST

We don't do bioinformatics workflows in Go (yet?) but we sure as hell run the (CWL) workflows with Go on Arvados: https://arvados.org .

Arvados looks really cool! I haven't seen that before. It might actually be exactly the workflow tool I didn't know I needed!
Post reply on HN