Minoru OSUKA

Results 47 comments of Minoru OSUKA

Hi @gedw99, Thank you for your idea. I'll put an example code which access to Blast via gRPC directly later. It would be useful to others.

@prologic Thank you for your interest in Blast! This repository contains an example for Wikipedia indexing and its mapping file. It looks very similar to web page indexing. Could you...

Hi @hiqbn , It's an interesting idea, but now I'm working on something else. After that, I will try to develop a plugin that supports Redis experimentally if I have...

Hello @hiqbn, This is an example of Bleve storage plugin for Badger. https://github.com/mosuka/bbadger Please contact me when finished. I'll add your plug-in to Blast build option.

Hi @NiNJAD3vel0per , Unfortunately, it does not have the same functionality as Elasticsearch. Smaller ones can be migrated, but distributed search and indexing like Elasticsearch are not supported yet. I...

This may also take time, but consider the implementation. I will keep you waiting, but please give me time.

Hi @gedw99 Unfortunately, I don't have a Windows platform, but I can describe you how to build Blast with enabling Bleve Extensions on macOS. Please try the following steps: 1....

Hi @gedw99, Thank you for your proposal. It is a great idea. Above install steps is based on following document: https://blevesearch.com/docs/Building/ I will consider to using mage for cross platform...

I think Windows platform is difficult to use plugins required CGO_ENABLED=1. I agree with you. Build for Windows platform will be like following: go build -tags="kagome cznicb badger"

@lonnietc Hi. Cete supports replication by the Raft consensus algorithm. Unfortunately, it doesn't support sharding yet.