Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joaopaulopmedeiros/report-generator

A .NET report generator
https://github.com/joaopaulopmedeiros/report-generator

cloud csv dotnet report

Last synced: about 1 month ago
JSON representation

A .NET report generator

Awesome Lists containing this project

README

        

# Report Generator

## Description
This repo addresses a memory-safe csv report generation on cloud environments with .NET.
Multipart upload is a feature key to generate file on demand at a given chunk size (eg: 5MB).

## Cloud Providers





## Notes
- Google .NET SDK does not provide Multipart Upload feature. Currently i've opened an issue;
- [TODO] error handling (eg: product not found scenario etc) and automated tests.