{"id":22432452,"url":"https://github.com/sahilb315/atomixdb","last_synced_at":"2025-04-11T22:30:09.197Z","repository":{"id":265464660,"uuid":"896053213","full_name":"Sahilb315/AtomixDB","owner":"Sahilb315","description":"An persistent relational database built in Go.","archived":false,"fork":false,"pushed_at":"2025-03-20T18:24:50.000Z","size":182,"stargazers_count":622,"open_issues_count":0,"forks_count":25,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-03T08:07:56.760Z","etag":null,"topics":["btree","database","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Sahilb315.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-29T12:57:55.000Z","updated_at":"2025-04-02T14:15:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"00151ebd-c905-4b13-8814-ca6491d1a45a","html_url":"https://github.com/Sahilb315/AtomixDB","commit_stats":null,"previous_names":["sahilb315/atomixdb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahilb315%2FAtomixDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahilb315%2FAtomixDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahilb315%2FAtomixDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahilb315%2FAtomixDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sahilb315","download_url":"https://codeload.github.com/Sahilb315/AtomixDB/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248489376,"owners_count":21112559,"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":["btree","database","golang"],"created_at":"2024-12-05T22:11:50.108Z","updated_at":"2025-04-11T22:30:09.126Z","avatar_url":"https://github.com/Sahilb315.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\\# Overview\n\nAtomixDB is an mini relational database fully written in Go.\nMain focus was on implementing \u0026 understanding working the of database, storage management \u0026 transaction handling.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Features](#features)\n- [Upcoming Features](#upcoming-features)\n- [Supported Commands](#supported-commands)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Installation\n\n### Prerequisites\n\n- [Golang](https://golang.org/dl/) (version 1.17 or later)\n- [Git](https://git-scm.com/downloads)\n- Linux or MacOS. AtomixDB has been developed and tested on NixOS.\n\n### Clone the Repository\n\nClone the repository to your local machine:\n\n```bash\ngit clone https://github.com/Sahilb315/AtomixDB.git \u0026\u0026 cd AtomixDB\n```\n\n### Build\n\nBuild the project using Go:\n\n```bash\ngo mod tidy\ngo build -o atomixdb\n```\n\n### Run\n\nTo start the AtomixDB server, execute:\n\n```bash\n./atomixdb\n```\n\n## Features\n\n- **B+ Tree Storage Engine with Indexing Support**: Enables fast data retrieval, which is critical for database performance, especially in scenarios involving large datasets.\n\n- **Free List Management for Node Reuse**: The database manages a free list to reuse nodes, which is a strategy to optimize storage usage by recycling space from freed nodes. This helps reduce fragmentation and improve disk space efficiency.\n\n- **Transaction Support**: AtomixDB supports transactions, ensuring data consistency and integrity through atomic operations.\n- **Concurrent Reads**: The ability to handle concurrent reads enhances performance by allowing multiple users to read data simultaneously without locking issues, making it suitable for read-heavy applications.\n\n## Upcoming Features\n\n- **Query Processing**: Enhancing AtomixDB with query capabilities to support more complex data retrieval and manipulation.\n\n- **Bug Fixes**: Ongoing efforts to address and resolve identified bugs to improve stability and reliability.\n\n## Supported Commands\n\n- **CREATE**\n- **INSERT**\n- **GET**\n- **UPDATE**\n- **DELETE**\n- **BEGIN**\n- **COMMIT**\n- **ABORT**\n\n## Contributing\n\nContributions are welcome! If you’d like to contribute to AtomixDB, please follow these steps:\n\n1.  **Fork the repository.**\n\n2.  **Create a new branch:** `git checkout -b feature/YourFeature`\n\n3.  **Commit your changes:** `git commit -am \"Add new feature\"`\n\n4.  **Push to the branch:** `git push origin feature/YourFeature`\n\n5.  **Open a Pull Request** describing your changes and the problem they solve.\n\n## License\n\nAtomixDB is open-source software licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilb315%2Fatomixdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahilb315%2Fatomixdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilb315%2Fatomixdb/lists"}