{"id":15937975,"url":"https://github.com/pluveto/buggydb","last_synced_at":"2025-02-22T22:14:35.230Z","repository":{"id":109018377,"uuid":"369458351","full_name":"pluveto/buggydb","owner":"pluveto","description":null,"archived":false,"fork":false,"pushed_at":"2021-05-21T08:00:07.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T20:24:59.555Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/pluveto.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}},"created_at":"2021-05-21T07:56:09.000Z","updated_at":"2021-05-21T08:00:10.000Z","dependencies_parsed_at":"2023-04-24T18:50:40.359Z","dependency_job_id":null,"html_url":"https://github.com/pluveto/buggydb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluveto%2Fbuggydb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluveto%2Fbuggydb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluveto%2Fbuggydb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluveto%2Fbuggydb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pluveto","download_url":"https://codeload.github.com/pluveto/buggydb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240241820,"owners_count":19770466,"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":"2024-10-07T05:20:28.659Z","updated_at":"2025-02-22T22:14:35.196Z","avatar_url":"https://github.com/pluveto.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# buggydb\n\nbuggydb is a buggy file based database system. Design by ZhangZijing.\n\nEach table a binary file.\n\n## Table\n\n```\n----------------------------\n    typedef struct table_meta\n    {\n        char name[32];\n        size_t size;\n    } table_meta;\n\n    record: {\n        string key\n        size_t value_size\n        * value\n        next\n    }\n\n----------------------------\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluveto%2Fbuggydb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpluveto%2Fbuggydb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluveto%2Fbuggydb/lists"}