{"id":47783967,"url":"https://github.com/taidangduc/object-storage","last_synced_at":"2026-04-03T14:04:31.873Z","repository":{"id":340989016,"uuid":"1147611126","full_name":"taidangduc/object-storage","owner":"taidangduc","description":"Practical implementation messaging and storage with cloud services.","archived":false,"fork":false,"pushed_at":"2026-03-19T15:26:59.000Z","size":1842,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-20T07:35:37.651Z","etag":null,"topics":["azure","chakra-ui","clean-architecture","cloud-services","csharp","dotnet","reactjs"],"latest_commit_sha":null,"homepage":"","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/taidangduc.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-02T01:53:55.000Z","updated_at":"2026-03-19T15:32:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/taidangduc/object-storage","commit_stats":null,"previous_names":["taifdang/image-gallery","taidangduc/image-gallery","taidangduc/object-storage"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/taidangduc/object-storage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taidangduc%2Fobject-storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taidangduc%2Fobject-storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taidangduc%2Fobject-storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taidangduc%2Fobject-storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taidangduc","download_url":"https://codeload.github.com/taidangduc/object-storage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taidangduc%2Fobject-storage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31355874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T08:03:20.796Z","status":"ssl_error","status_checked_at":"2026-04-03T08:00:37.834Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","chakra-ui","clean-architecture","cloud-services","csharp","dotnet","reactjs"],"created_at":"2026-04-03T14:04:31.203Z","updated_at":"2026-04-03T14:04:31.855Z","avatar_url":"https://github.com/taidangduc.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Object Storage\nPractical implementation messaging and storage with cloud services.\n\n# Architecture\n\n```mermaid\nflowchart LR\n  X[Browser] --\u003e A[Frontend]\n  A --\u003e B[C# API]\n  B --\u003e C[Storage]\n  B --\u003e D[Messaging]\n  B --\u003e E[Database]\n  D --\u003e |Event Trigger| F[Background Worker\u003cbr/\u003eor Serverless]\n  F --\u003e C\n  F --\u003e E\n```\n# Storage Providers\n\n| Storage         | Status         | Path |\n|------------------|:------:|------|\n| Azure Blob Storage      | \u003ccenter\u003e✅\u003c/center\u003e     | [/Storage/Azure](src/Backend/Infrastructure/Storage/Azure)|\n| Azure File Share       | \u003ccenter\u003e❌\u003c/center\u003e     | |\n| Google Cloud Storage       | \u003ccenter\u003e❌\u003c/center\u003e     | |\n| Amazon S3       | \u003ccenter\u003e❌\u003c/center\u003e     | |\n| Fake             | \u003ccenter\u003e✅\u003c/center\u003e     | [/Storage/Fake](src/Backend/Infrastructure/Storage/Fake) |\n\n# Messaging Providers\n\n| Messaging            | Status         | Path           |\n|---------------------|:------:|----------------|\n| Azure Queue Storage | \u003ccenter\u003e✅\u003c/center\u003e     | [/Messaging/AzureQueueStorage](src/Backend/Infrastructure/Messaging/AzureQueueStorage) |\n| Azure Service Bus | \u003ccenter\u003e❌\u003c/center\u003e     |  |\n| RabbitMQ | \u003ccenter\u003e❌\u003c/center\u003e     |  |\n| Kafka | \u003ccenter\u003e❌\u003c/center\u003e     |  |\n| Fake                | \u003ccenter\u003e✅\u003c/center\u003e     | [/Messaging/Fake](src/Backend/Infrastructure/Messaging/Fake) |\n\n# How to Build and Run Single Page Applications:\n\nReact:\n\n- Navigate to folder: [/UI/reactjs/](src/UI/reactjs)\n\n```\nnpm install\nnpm run dev\n```\n- Go to http://localhost:5173/\n\n\u003cimg width=\"auto\" height=\"auto\" alt=\"image\" src=\"docs/imgs/react-home-page.png\"/\u003e\n\n# Demo\n\n\u003cimg width=\"auto\" height=\"auto\" alt=\"image\" src=\"docs/imgs/run-demo.gif\" /\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaidangduc%2Fobject-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaidangduc%2Fobject-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaidangduc%2Fobject-storage/lists"}