Ingesting Meters from File Sources

Metering data can be present in files generated by other systems.
Many times we see forms of files (CSV /Json /etc) that need to be transformed before being ingested into a metering system.
There are several ways to do so:

  1. Use our SDKs to write the code that reads the data from the file and load it into Amberflo.
  2. Use a local agent (like Logstash) to transform the file and upload it to S3. (https://amberflo.readme.io/docs/logstash)
  3. Use an ETL tool that can push data into S3 and Amberflo will pick it up from there. https://amberflo.readme.io/docs/s3-ingestion
813