{"id":28003078,"url":"https://github.com/mrinalxdev/ddb","last_synced_at":"2025-05-09T01:49:22.847Z","repository":{"id":290033197,"uuid":"972672729","full_name":"mrinalxdev/ddb","owner":"mrinalxdev","description":"A implementation of distributed database in golang","archived":false,"fork":false,"pushed_at":"2025-04-26T12:17:15.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-26T13:26:55.212Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrinalxdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-04-25T13:15:57.000Z","updated_at":"2025-04-26T12:17:19.000Z","dependencies_parsed_at":"2025-04-26T13:26:59.160Z","dependency_job_id":"d86e9af2-f174-4489-ba12-4aeb2b028c62","html_url":"https://github.com/mrinalxdev/ddb","commit_stats":null,"previous_names":["mrinalxdev/ddb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinalxdev%2Fddb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinalxdev%2Fddb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinalxdev%2Fddb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinalxdev%2Fddb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrinalxdev","download_url":"https://codeload.github.com/mrinalxdev/ddb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253176439,"owners_count":21866142,"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":"2025-05-09T01:49:22.287Z","updated_at":"2025-05-09T01:49:22.830Z","avatar_url":"https://github.com/mrinalxdev.png","language":"Go","readme":"## What is a Distributed Database\n\ntop examples will be MongoDB Atlas \n\n### 1. Data Partitioning\n\ncore Idea : Parting the date into multiple nodes for scalability\n\nStrategies Used :\n  1. Hash Based : Each record is assigned to partition based on hash function applied to its primary key. For example `hash(key) % number_of_partitions`\n  2. Range Based\n  3. Composite Based : Combined hash-based and range-based Partitioning\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrinalxdev%2Fddb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrinalxdev%2Fddb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrinalxdev%2Fddb/lists"}