Re: best practice of storing JSON that is searchable

2018-11-27 Thread Jiayi Hoffman
Ok. thanks. > On Nov 27, 2018, at 11:31 PM, Jörn Franke wrote: > > Why not put it in Solr or similar ? > >> Am 28.11.2018 um 08:11 schrieb Jiayi Hoffman : >> >> Hi, >> >> We have an application that uses MySQL to store devices and its metrics. We

best practice of storing JSON that is searchable

2018-11-27 Thread Jiayi Hoffman
Hi, We have an application that uses MySQL to store devices and its metrics. We are thinking of migrating all data to Kafka, and using Kafka as the storage for the benefit of scaling, event souring and searchability in JSON. I am looking for some advice on the topic design for my following us