You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,I have a requirement to parse the SQL of influxdb in the Java environment. Do you officially have a java version of parser? Or is there a design document for this parser? I've been reading your source code recently and trying to transplant it to the Java environment, but it's a little difficult now because there are no design documents.
The text was updated successfully, but these errors were encountered:
By mixing multiple source of information (documentation site, Golang source code, and the README of this repo), I've been able to create a package that can act as a query builder and parser for InfluxQL. I wrote it quite recently so it might not be perfect, feedback is welcomed.
hi,I have a requirement to parse the SQL of influxdb in the Java environment. Do you officially have a java version of parser? Or is there a design document for this parser? I've been reading your source code recently and trying to transplant it to the Java environment, but it's a little difficult now because there are no design documents.
The text was updated successfully, but these errors were encountered: