-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Searching and writting data with an SQL query engine? #210
Comments
Hey @twoMatches-admin, that sounds interesting. Are you looking specifically for a way to use SQL syntax when querying CLP or a MySQL-compatible interface (such that you can use MySQL client libraries) to query CLP?
Let me know which of those sounds most useful to you. On another note, do you have any example queries top of mind that you'd like to run atop CLP? |
A way to use SQL syntax and already available tools. Specifically SQL to use with in house analytics service that don’t support KQL. |
I think being able to use CLP logs via Kibana is a killing feature if that's what you mean. Elastic is a de-facto standard for logs analysis, so that would help with CLP adoption immensely. |
Hey @gerilya, are you looking for support for querying CLP data using Kibana Query Language queries or support for using the Kibana UI with CLP? If it's the former, If it's the latter, we do have a UI for CLP which you can try by using the CLP package; You'll need to build it from source but we should be making a release in the next week or so. If we were to pursue an integration with Kibana, what features would you say are most important for your use cases? |
Request
I'm looking at CLP and would like to know if you have tried writing an SQL query engine or a query engine for any other declarative language that would make it easier to search over CLP.
Possible implementation
Implementing SQL over CLP using https://github.com/dolthub/go-mysql-server
The text was updated successfully, but these errors were encountered: