Provide InfluxDB as a service

Hey there,

We’re using InfluxDB, the time series database in multiple projects. It’s now a popular project and it would be convient to just specify that I want it started in the config instead of installing from source and building it.

Thanks!

In 2.0 you should be able to define it as a service using their standard docker image. https://hub.docker.com/_/influxdb/ as shown in this example https://circleci.com/docs/2.0/sample-config/#sample-configuration-with-sequential-workflow

Would something like that work for you?