basic influx db support for morphium
translation of the morphium fluent interface for queries to influxQL has some caveats:
not possible to issue several select commands in one query
if you want to use aggregation, add the aggregate function to the projection like query.addProjection("reqtime","mean");
complex queries rely on setting the query to the key qstr (for query string).