Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joaopaulopmedeiros/report-generator
- Owner: joaopaulopmedeiros
- Created: 2024-05-31T11:30:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T20:48:22.000Z (7 months ago)
- Last Synced: 2024-06-12T05:16:33.226Z (7 months ago)
- Topics: cloud, csv, dotnet, report
- Language: C#
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.