scylladb / dynamodb-pricing-comparison

Serverless application that can be deployed to AWS to collect metrics about DynamoDB usage
Apache License 2.0
1 stars 1 forks source link

Support CSV as output format #3

Closed julienrf closed 1 month ago

julienrf commented 2 months ago

Currently the HTTP endpoint always returns an HTML page.

It would be useful to also support returning the results in CSV format so that they could be post-processed by other programs.

This could be implemented by introducing an optional query parameter format, with two possible values: html (the default) and csv.