Files
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:
- Use our SDKs to write the code that reads the data from the file and load it into Amberflo.
- Use a local agent (like Logstash) to transform the file and upload it to S3. (https://amberflo.readme.io/docs/logstash)
- 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

Updated almost 2 years ago
What’s Next