At the NoSQL Matters Conference in Dublin 2014 I gave a talk on getting started with time series data, where I presented some basics and how you can query and model your data using InfluxDB.
AS p95, PERCENTILE(duration, 99.0) AS p99 FROM production.web.server01.requests WHERE time > "2014-09-03 00:00:00.000" AND time < "2014-09-05" GROUP BY time(1m)
(only) at query time • Continuous Queries can be defined via "SQL" and run continuously • Support for backfilling (e.g. when creating new queries on existing data)