{"id":15348883,"url":"https://github.com/arvindshmicrosoft/azgunzip","last_synced_at":"2025-08-26T23:35:16.904Z","repository":{"id":80096158,"uuid":"139646854","full_name":"arvindshmicrosoft/AzGunzip","owner":"arvindshmicrosoft","description":"Uncompress (and optionally \"chunk\" the output) GZip archives in Azure Blob Storage","archived":false,"fork":false,"pushed_at":"2018-07-04T00:02:47.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T03:23:13.963Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arvindshmicrosoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-03T23:40:51.000Z","updated_at":"2018-07-04T00:01:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"35f0c3a6-09ef-4a8e-a761-860a373f96dd","html_url":"https://github.com/arvindshmicrosoft/AzGunzip","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"f22abfa0d4bc74725925a912e52e134f72c7f950"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvindshmicrosoft%2FAzGunzip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvindshmicrosoft%2FAzGunzip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvindshmicrosoft%2FAzGunzip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvindshmicrosoft%2FAzGunzip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arvindshmicrosoft","download_url":"https://codeload.github.com/arvindshmicrosoft/AzGunzip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406102,"owners_count":20933806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T11:53:16.633Z","updated_at":"2025-04-05T22:17:51.284Z","avatar_url":"https://github.com/arvindshmicrosoft.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# AzGunzip\nUncompress (and optionally \"chunk\" the output) GZip archives in Azure Blob Storage\n\n# Requirements\n.NET Framework 4.6.1 is needed.\n\n# Usage\nSample command line is shown below. This will take a file called somefile.gz from an Azure Storage account called someblobaccountname, under a container called somecontainerwithgzip and then chunk the output in 100MB chunks to another Azure storage account called someotheraccount under a container called someothercontainer, and for each chunk of output (== separate blob), prefix the blob name with \"test_\" and add a suffix called \".txt\" to each blob's name. It uses \\n to look for line endings and thereby make sure that the output chunks are \"aligned\" to respect line endings.\n\n    AzGUnzip.exe --SourceAccount someblobaccountname --SourceContainer somecontainerwithgzip --SourceSAS \"\u003c\u003cSAS here\u003e\u003e\" --SourceFile somefile.gz --DestAccount someotheraccount --DestContainer someothercontainer --DestSAS \"\u003c\u003cSAS here\u003e\u003e\" --DestBlobPrefix \"someprefix_\" --DestBlobSuffix \".txt\" --DestBlobSize 100000000 --LineDelimiter \\n\n\n# Acknowledgements\n* Uses [SharpZipLib](github.com/icsharpcode/SharpZipLib) for uncompressing GZip files. Thanks to that team, especially so for fixing the Zip-slip vulnerability in the library just in time for this AzGunzip release!\n* Uses [CommandLine](https://github.com/commandlineparser/commandline) for command-line parsing. Awesome library, I highly recommend this for anyone writing console apps!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farvindshmicrosoft%2Fazgunzip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farvindshmicrosoft%2Fazgunzip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farvindshmicrosoft%2Fazgunzip/lists"}