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.
Bleve: Full-text search and indexing for Go
61–65 of 65 posts
Re: Bleve: Full-text search and indexing for Go
#62Blast 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
Re: Bleve: Full-text search and indexing for Go
#63Earlier 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?
Re: Bleve: Full-text search and indexing for Go
#64Earlier 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.
Re: Bleve: Full-text search and indexing for Go
#65Earlier 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 .