Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kibana for MySql

Tags:

mysql

kibana

We are very satisfied with Kibana over ElasticSearch.

Since we do more of statistical analysis, we were thinking that MySql might be a better choice for us.

Is there a Kibana alternative to work with MySql?

like image 330
Michael Avatar asked Dec 01 '15 15:12

Michael


2 Answers

Update: This product doesn't seem to be available anymore.


You should take a look at FnordMetric:

FnordMetric allows you to write SQL queries that return SVG charts rather than tables. Turning a query result into a chart is literally one line of code

By using their SQL based dialect, you can write queries that generates elegant graphs and use them build analytics dashboards.

FnordMetric Server Supports MySQL as a data source, among others.

While this is not as mature a product as Kibana, it seems to fit well with your use case.

If you are looking for something more sophisticated perhaps you should take a look at BI tools like Looker

like image 71
lorefnon Avatar answered Sep 25 '22 14:09

lorefnon


You should a have look on Open source Alternative Kibi It works well with both Elastic Search as well as MySQL. I think it will be very useful for you.

PS: Not linked to Kibi in any way

like image 42
Anurag Jain Avatar answered Sep 25 '22 14:09

Anurag Jain