{"id":19011194,"url":"https://github.com/sirsayed98/bigtable","last_synced_at":"2026-02-16T17:32:30.159Z","repository":{"id":67256505,"uuid":"369629870","full_name":"sirSayed98/BigTable","owner":"sirSayed98","description":"Bigtable is a distributed storage system for managing structured data that is designed to scale to a very large size .","archived":false,"fork":false,"pushed_at":"2021-06-20T22:56:10.000Z","size":1036,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T23:33:54.391Z","etag":null,"topics":["bigtable","database","distributed-systems","express","mongodb","node","os","socket-io"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/sirSayed98.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":"2021-05-21T19:03:31.000Z","updated_at":"2024-03-15T19:04:33.000Z","dependencies_parsed_at":"2024-08-15T11:35:50.140Z","dependency_job_id":null,"html_url":"https://github.com/sirSayed98/BigTable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sirSayed98/BigTable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirSayed98%2FBigTable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirSayed98%2FBigTable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirSayed98%2FBigTable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirSayed98%2FBigTable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sirSayed98","download_url":"https://codeload.github.com/sirSayed98/BigTable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirSayed98%2FBigTable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29513974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"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":["bigtable","database","distributed-systems","express","mongodb","node","os","socket-io"],"created_at":"2024-11-08T19:13:39.354Z","updated_at":"2026-02-16T17:32:30.126Z","avatar_url":"https://github.com/sirSayed98.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Distributed System - BigTable\nBigtable is a distributed storage system for managing structured data that is designed to scale \nto a very large size .\n\n\n# System Components\n\nThe system consists of 3 major components : \n 1. Master Server\n 2. Tablet Servers\n 3. Clients\n\n# System Objectives\n## Master Server\t\n\n  - Balance data between connected tablet servers .\n  - Construct metadata and send it to the clients.\n  - Re-balance data . \n  - Manage logs of the whole system .\n\n## Tablet Servers\t\n\n  - Each tablet server manages number of tablets .\n  - Provide API for clients .\n  - Handle read requests without locking .\n  - Handle update/delete requests (mutex-lock) .\n  - Contain lazy deleted , updated , created  vectors . \n  - Send their logs to master immediately . \n  \n## Clients\t\n\n  - Send requests to tablet servers .\n  - Choose right tablet server according to available metadata .\n\n# System Support\nany number of tablet servers can be added and each tablet server can manage any number of tablets . \n\n# System Architecture\n\n![System architecture](https://ic.pics.livejournal.com/fabless/14408737/153699/153699_640.jpg)\n\n# Run\n\n```\n\n# install dependencies\n$ npm i\n\n# run master server\n$ npm run master\n\n# run tablet servers\n$ npm run tabletserver1\n$ npm run tabletserver2\n\n# run clients\n$ npm run client1\n$ npm run client2\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirsayed98%2Fbigtable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsirsayed98%2Fbigtable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirsayed98%2Fbigtable/lists"}