eclipse-agail / agile-data

data service for agile
Eclipse Public License 2.0
0 stars 0 forks source link

expose or not InfluxDB API #8

Open cskiraly opened 7 years ago

cskiraly commented 7 years ago

Apart from our own API, there is a question whether to expose the InfluxDB API. There are clear advantages (e.g. using InfluxDB specific nodes) and disadvantages (e.g. exposing the implementation).

The proposal from @nopbyte was not to expose it by default, but leave it user configurable.

craigmulligan commented 7 years ago

Yea I agree, atm it's configurable by adding an EXPOSE statement to the docker compose file.

cskiraly commented 7 years ago

OK, lets keep it like that till we figure our how to expose such config options towards a user.