{"id":15749075,"url":"https://github.com/aashrafh/bigtable","last_synced_at":"2025-08-08T04:06:39.618Z","repository":{"id":67277559,"uuid":"373899852","full_name":"aashrafh/bigtable","owner":"aashrafh","description":"A simulation of a distributed system to apply the BigTable concepts","archived":false,"fork":false,"pushed_at":"2021-06-14T03:09:35.000Z","size":85,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T22:04:36.120Z","etag":null,"topics":["bigtable","distributed-systems","gfs","google-file-system","imdb-dataset"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/aashrafh.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}},"created_at":"2021-06-04T16:24:37.000Z","updated_at":"2021-06-14T03:09:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"298ac820-6ec3-4619-98e9-4906b17db36d","html_url":"https://github.com/aashrafh/bigtable","commit_stats":{"total_commits":33,"total_committers":3,"mean_commits":11.0,"dds":0.3939393939393939,"last_synced_commit":"7168c73fbf3718a5367ce0ef0f70f35c9687a4b3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aashrafh/bigtable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aashrafh%2Fbigtable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aashrafh%2Fbigtable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aashrafh%2Fbigtable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aashrafh%2Fbigtable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aashrafh","download_url":"https://codeload.github.com/aashrafh/bigtable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aashrafh%2Fbigtable/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269361150,"owners_count":24404309,"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-08-08T02:00:09.200Z","response_time":72,"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":["bigtable","distributed-systems","gfs","google-file-system","imdb-dataset"],"created_at":"2024-10-04T06:01:30.777Z","updated_at":"2025-08-08T04:06:39.595Z","avatar_url":"https://github.com/aashrafh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\nA simulation of a distributed system to apply the BigTable concepts which has three major components: \n- One Master Server\n- Two Tablet Servers\n- Many Clients\n\n## One Master Server\n- Responsible for dividing data tables into tablets\n    - Checks locality requirements for better efficiency\n- Responsible for assigning tablets to tablet servers\n    - Ensures load balance\n- Has Metadata table indicating the row key range (start key-end key) for each tablet server\n\n## Two Tablet Servers\n- Each tablet server is responsible for a group of data tablets\n- The exact number of tablets in each tablet server is according to the data size\n- Performs the operations requested by the client\n- Periodically each tablet server writes its tablets to the original data tables\n\n## Many Clients\n- Each client caches Metadata table (tablet locations).\n- Requesting queries on data, these queries include:\n    - ```Set()```: write cells in a row\n    - ```DeleteCells()```: delete certain cells in a row\n    - ```DeleteRow()```: delete a row\n    - ```AddRow()```: add a new row\n    - ```ReadRows()```: read a whole row\n\n## Tools\n- [Nodejs](https://nodejs.org/)\n- [MongoDB](https://www.mongodb.com/)\n- [Socket.IO](https://socket.io/)\n- [IMDb Movies](https://www.kaggle.com/trentpark/imdb-data?select=IMDb+movies.csv)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faashrafh%2Fbigtable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faashrafh%2Fbigtable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faashrafh%2Fbigtable/lists"}