{"id":21873748,"url":"https://github.com/archisman-mridha/instagram-clone","last_synced_at":"2025-09-04T02:38:56.816Z","repository":{"id":176650500,"uuid":"657422273","full_name":"Archisman-Mridha/instagram-clone","owner":"Archisman-Mridha","description":"Demonstrating fault tolerant distributed systems by building a battle tested Instagram Clone | For educational purposes only","archived":false,"fork":false,"pushed_at":"2025-08-29T20:54:42.000Z","size":1369,"stargazers_count":5,"open_issues_count":30,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-30T09:57:27.750Z","etag":null,"topics":["apache-flink","apache-kafka","aws","cloudnative","debezium","distributed-systems","gitops","golang","graphql","grpc","kcl","kubernetes","nextjs","nix","observability","rust","supplychain-security"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Archisman-Mridha.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}},"created_at":"2023-06-23T03:06:19.000Z","updated_at":"2025-08-13T03:29:29.000Z","dependencies_parsed_at":"2025-08-13T05:22:49.240Z","dependency_job_id":"2a0c7f95-9018-4ee0-b332-9a07ab936aba","html_url":"https://github.com/Archisman-Mridha/instagram-clone","commit_stats":null,"previous_names":["archisman-mridha/instagram-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Archisman-Mridha/instagram-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archisman-Mridha%2Finstagram-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archisman-Mridha%2Finstagram-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archisman-Mridha%2Finstagram-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archisman-Mridha%2Finstagram-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Archisman-Mridha","download_url":"https://codeload.github.com/Archisman-Mridha/instagram-clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archisman-Mridha%2Finstagram-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273542958,"owners_count":25124248,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["apache-flink","apache-kafka","aws","cloudnative","debezium","distributed-systems","gitops","golang","graphql","grpc","kcl","kubernetes","nextjs","nix","observability","rust","supplychain-security"],"created_at":"2024-11-28T07:09:24.330Z","updated_at":"2025-09-04T02:38:56.805Z","avatar_url":"https://github.com/Archisman-Mridha.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Instagram Clone\n\n![Main Workflow](https://github.com/Archisman-Mridha/instagram-clone/actions/workflows/main.yaml/badge.svg)\n\nWelcome to the `Instagram Clone` project, which aims to replicate the core functionalities of the popular social media platform, **Instagram**, while demonstrating :\n\n\u003e How to build and deploy fault tolerant distributed systems.\n\n# Future Plans\n\n- [ ] Write tests for the backend.\n  \u003e A blog by SemaphoreCI on `Testing Strategies For Microservices` - https://semaphoreci.com/blog/test-microservices\n\n# Getting involved\n\nIf you encounter any bugs, have feature requests, or just want to discuss about the project, please open an issue.\n\n# References\n\n- [Microservices Patterns](https://www.oreilly.com/library/view/microservices-patterns/9781617294549/) book by Chris Richardson\n- [Jordan has no life](https://www.youtube.com/@jordanhasnolife5163)'s Youtube video on [how to design a social media platform like Instagram](https://www.youtube.com/watch?v=S2y9_XYOZsg\u0026pp=ygUqam9yZGFuIGhhcyBubyBsaWZlIGluc3RhZ3JhbSBzeXN0ZW0gZGVzaWdu)\n- The [Rust Book](https://doc.rust-lang.org/book/)\n- [Crust of Rust](https://youtube.com/playlist?list=PLqbS7AVVErFiWDOAVrPt7aYmnuuOLYvOa\u0026si=-Y5Byig03EhhX0pi) Youtube playlist by [Jon Gjengset](https://www.youtube.com/@jonhoo)\n- Youtube channels - [Mario Carrion](https://www.youtube.com/@MarioCarrion/playlists) | [Viktor Farcic](https://www.youtube.com/@DevOpsToolkit)\n- [Vivek Singh](https://www.youtube.com/@viveksinghggits)'s Youtube playlist on [how to write a custom Kubernetes controller](https://www.youtube.com/playlist?list=PLh4KH3LtJvRTtFWz1WGlyDa7cKjj2Sns0)\n- [Heiko's Blogs](https://heikoseeberger.de) on [how to instrument Rust codebase for Distrbuted Tracing](https://heikoseeberger.de/tags/opentelemetry/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchisman-mridha%2Finstagram-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchisman-mridha%2Finstagram-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchisman-mridha%2Finstagram-clone/lists"}