blevesearch / bleve

A modern text/numeric/geo-spatial/vector indexing library for go
Apache License 2.0
10.07k stars 683 forks source link

Possible to integrate with scylladb as backend? #1101

Open unisqu opened 5 years ago

unisqu commented 5 years ago

Possible to integrate with scylladb as backend? just so it's faster.

dvaldivia commented 5 years ago

I think it should be possible by writing a custom backend, there's a project called Flock that is a fork of bleve which might be useful for this https://github.com/wrble/flock

I think it'd be super useful it was easy to add new backend to bleve