Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mebjas/azurestoragetablelargedatawriter
POC to implement wrapper class on top of Azure Storage Table to deal with 32KB limit per cell size enforced by Azure Storage Table
https://github.com/mebjas/azurestoragetablelargedatawriter
azure azure-storage azure-storage-table dotnet
Last synced: 4 months ago
JSON representation
POC to implement wrapper class on top of Azure Storage Table to deal with 32KB limit per cell size enforced by Azure Storage Table
- Host: GitHub
- URL: https://github.com/mebjas/azurestoragetablelargedatawriter
- Owner: mebjas
- License: mit
- Created: 2019-01-06T13:38:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T18:45:21.000Z (about 6 years ago)
- Last Synced: 2024-05-23T08:32:58.045Z (8 months ago)
- Topics: azure, azure-storage, azure-storage-table, dotnet
- Language: C#
- Size: 22.5 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AzureStorageTableLargeDataWriter
POC to implement wrapper class on top of Azure Storage Table to deal with 32KB limit per cell size enforced by Azure Storage Table## Best result tested so far
```
Size of data: 1620891 bytes = 1582 KB
Size of data after compression: 805645 bytes = 786 KB
No of columns used: 25
```