{"id":20479114,"url":"https://github.com/kkazuo/az-blob","last_synced_at":"2026-04-21T04:31:12.860Z","repository":{"id":62431284,"uuid":"218281146","full_name":"kkazuo/az-blob","owner":"kkazuo","description":"A Clojure library designed to access Azure Blob Storage API without Azure SDK.","archived":false,"fork":false,"pushed_at":"2019-10-29T16:07:29.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T12:41:09.033Z","etag":null,"topics":["azure","clojure","storage"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kkazuo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-29T12:25:11.000Z","updated_at":"2020-10-21T12:57:45.000Z","dependencies_parsed_at":"2022-11-01T20:46:28.969Z","dependency_job_id":null,"html_url":"https://github.com/kkazuo/az-blob","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kkazuo/az-blob","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Faz-blob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Faz-blob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Faz-blob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Faz-blob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkazuo","download_url":"https://codeload.github.com/kkazuo/az-blob/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Faz-blob/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32076850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["azure","clojure","storage"],"created_at":"2024-11-15T15:41:17.807Z","updated_at":"2026-04-21T04:31:12.836Z","avatar_url":"https://github.com/kkazuo.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# az-blob\n\nA Clojure library designed to access Azure Blob Storage API without Azure SDK.\n\nAzure SDK has huge dependencies.\n\nYou can avoid dependency conflict with this library.\n\n## Usage\n\n```\n(require '[az-blob.core :as az])\n```\n\nFirst of all, make account map from connection string.\n\n```\n(def ac (conn-str-\u003emap \"DefaultEndpointsProtocol=https;...=core.windows.net\"))\n```\n\nList containers.\n\n```\n(list-containers ac)\n```\n\nList blobs in a container.\n\n```\n(list-blobs ac \"example\")\n```\n\nGet Blob in a container.\n\n```\n(get-blob ac \"example\" \"test.txt\")\n```\n\nPut Blob to a container.\n\n```\n(put-blob \"hello\" ac \"example\" \"hello.txt\")\n```\n\n## License\n\nCopyright © 2019 Koga Kazuo\n\nThis program and the accompanying materials are made available under the\nterms of the Eclipse Public License 2.0 which is available at\nhttp://www.eclipse.org/legal/epl-2.0.\n\nThis Source Code may also be made available under the following Secondary\nLicenses when the conditions for such availability set forth in the Eclipse\nPublic License, v. 2.0 are satisfied: GNU General Public License as published by\nthe Free Software Foundation, either version 2 of the License, or (at your\noption) any later version, with the GNU Classpath Exception which is available\nat https://www.gnu.org/software/classpath/license.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkazuo%2Faz-blob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkazuo%2Faz-blob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkazuo%2Faz-blob/lists"}