Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Background and strategic fit

Create an a python application that takes memcached keys and import them into influxdb at a given rate.

...

In order to deploy on the CSI 


Assumptions

  • The application will take a configuration file as input that describes the keys to fetch, the rate and describe the data to be imported following the syntax here below
  • The application will take a influxdb server and db name as input and and optional user and password.
  • The application main loop will fetch the specified keys at the specified rate and will push the imported data as descripted in the configuration file.