willie68 / GoBlobStore

A multi-tenant proxy service for storing binary data in various storage systems with a simple HTTP interface.
Apache License 2.0
0 stars 0 forks source link

ElasticSearch as an index #14

Closed willie68 closed 2 years ago

willie68 commented 2 years ago

I would like to see an elastic provider for the index/search of blobs.

joeblew99 commented 2 years ago

https://github.com/prabhatsharma/zinc might help

willie68 commented 2 years ago

I've already looked at zinc, phalanx, bleve, bluge and others. I will rely on bluge for the SingleNode as well as the simple MultiNode operation, because I don't want to have another server as a prerequisite for the service. MongoDB was just a quick workaround. Both Zinc and Phalanx are definitely on the shortlist for the planned ShardedMultiNode mode.