Angular 2 Component

I’m curious if anyone’s integrated InfluxDB into Angular 2. I’d like to conveniently query my data from my webapp without writing custom REST code.

Can’t vouch for its usefulness, but would this work?

That’s a Java library, so not applicable. Angular 2 is a client-side web framework written in Typescript (and quickly becoming an industry standard).

@natejgardner While not Angular specific, I’ve done some work with the node-influx client library which I can vouch for the quality of. As far as a prebulit graphing component that is not something that currently exists.

1 Like