{"id":25539199,"url":"https://github.com/rohanvdvivedi/tuplestore","last_synced_at":"2025-04-11T15:51:34.882Z","repository":{"id":37621197,"uuid":"267027490","full_name":"RohanVDvivedi/TupleStore","owner":"RohanVDvivedi","description":"This is a library to store database-like tuples in a row-oriented block store. It provides page-level API functions to access and store tuples on the page.","archived":false,"fork":false,"pushed_at":"2025-03-28T17:41:47.000Z","size":1045,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T18:24:35.742Z","etag":null,"topics":["data-layout","database","database-storage-engine","slotted-page","storage-model","tuples"],"latest_commit_sha":null,"homepage":"","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/RohanVDvivedi.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":"2020-05-26T11:43:37.000Z","updated_at":"2025-03-28T17:41:51.000Z","dependencies_parsed_at":"2023-09-22T05:30:20.877Z","dependency_job_id":"883d1607-ab4e-44e3-9e59-f8cc4bc404be","html_url":"https://github.com/RohanVDvivedi/TupleStore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"RohanVDvivedi/c_template_application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanVDvivedi%2FTupleStore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanVDvivedi%2FTupleStore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanVDvivedi%2FTupleStore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanVDvivedi%2FTupleStore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RohanVDvivedi","download_url":"https://codeload.github.com/RohanVDvivedi/TupleStore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248434948,"owners_count":21102943,"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":["data-layout","database","database-storage-engine","slotted-page","storage-model","tuples"],"created_at":"2025-02-20T05:32:16.199Z","updated_at":"2025-04-11T15:51:34.871Z","avatar_url":"https://github.com/RohanVDvivedi.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TupleStore\n\nThis library provides you with a very simple \n * **row oriented - slotted page \u0026 fixed array page storage models,**\n * **for fixed or variable length predefined tuples,**\n * **to be stored on fixed sized pages for block storage systems.**\n\nStarted as a project to be used for managing page layout in a database storage engine.\n\nTo reiterate : This project is not a database, embedded database, database storage engine or any of that.\nIt only provides primitive utility functions/structures to systematically organize your data in tuples of predefined datatypes in a specific (slotted page or fixed array page) model for a block storage memory consisting of pages of predefined fixed size.\n\n## Setup instructions\n**Install dependencies :**\n * [Cutlery](https://github.com/RohanVDvivedi/Cutlery)\n * [SerializableInteger](https://github.com/RohanVDvivedi/SerializableInteger)\n\n**Download source code :**\n * `git clone https://github.com/RohanVDvivedi/TupleStore.git`\n\n**Build from source :**\n * `cd TupleStore`\n * `make clean all`\n\n**Install from the build :**\n * `sudo make install`\n * ***Once you have installed from source, you may discard the build by*** `make clean`\n\n## Using The library\n * add `-ltuplestore -lcutlery` linker flag, while compiling your application\n * do not forget to include appropriate public api headers as and when needed. this includes\n   * `#include\u003ctuplestore/tuple_def.h\u003e`\n   * `#include\u003ctuplestore/tuple.h\u003e`\n   * `#include\u003ctuplestore/page_layout.h\u003e`\n\n## Instructions for uninstalling library\n\n**Uninstall :**\n * `cd TupleStore`\n * `sudo make uninstall`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohanvdvivedi%2Ftuplestore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohanvdvivedi%2Ftuplestore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohanvdvivedi%2Ftuplestore/lists"}