-
Notifications
You must be signed in to change notification settings - Fork 478
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
QueryResult to Object mapper #340
Comments
Hi @fmachado, This would be a great enhancement to influxdb-java ! I would love to integrate it. If you mind you can create a pull request for the integration and we can discuss on that how to proceed. |
@majst01 thanks for the quick response on this issue. I'll give you a hand if there is anything reported related with this feature. Also, I've already got an OK from my employeR (azeti Networks AG) to keep contributing with more improvements, if necessary. I'm closing this issue. |
This is interesting, greetings to your CEO i know him personally from a former bank project in munich :-) |
I had some issues in the past handling the QueryResult and the internal data structure. In order to make the result manipulation more simple, I created an object mapper between the QueryResult and an annotated POJO.
https://github.com/fmachado/influxdb-pojomapper
Do you have any plans to add a similar feature to influxdb-java?
BTW, thank you Stefan and everyone here working to maintain this library.
The text was updated successfully, but these errors were encountered: