{"id":24573864,"url":"https://github.com/hcengineering/rebeldb","last_synced_at":"2025-04-23T08:16:22.648Z","repository":{"id":262122046,"uuid":"886271014","full_name":"hcengineering/rebeldb","owner":"hcengineering","description":"RebelDB™ • A new database engine is brewing 🧪 Imagine if REBOL and SQLite had a rebellious offspring ⚡️","archived":false,"fork":false,"pushed_at":"2024-12-18T22:12:25.000Z","size":1533,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T08:16:16.299Z","etag":null,"topics":["database","language","nosql","nosql-database","programming-language"],"latest_commit_sha":null,"homepage":"https://rebeldb.com","language":"Zig","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/hcengineering.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-10T16:30:25.000Z","updated_at":"2025-04-15T20:45:45.000Z","dependencies_parsed_at":"2024-12-18T21:33:41.048Z","dependency_job_id":null,"html_url":"https://github.com/hcengineering/rebeldb","commit_stats":null,"previous_names":["aplatoff/rebeldb","hcengineering/rebeldb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcengineering%2Frebeldb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcengineering%2Frebeldb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcengineering%2Frebeldb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcengineering%2Frebeldb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hcengineering","download_url":"https://codeload.github.com/hcengineering/rebeldb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250395285,"owners_count":21423400,"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":["database","language","nosql","nosql-database","programming-language"],"created_at":"2025-01-23T20:13:29.618Z","updated_at":"2025-04-23T08:16:22.623Z","avatar_url":"https://github.com/hcengineering.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RebelDB™\n\nA new database engine is brewing 🧪, imagine if REBOL and SQLite had a rebellious offspring ⚡️\n\n## Overview\n\nRebelDB™ is a high-performance database engine written in Zig that combines efficient memory management with flexible storage options. Key features:\n\n- Variable-length integer encoding optimized for lexicographical ordering\n- Flexible page-based storage system with configurable alignment\n- Zero-copy value storage with efficient memory management\n- Compile-time configuration for optimal performance\n\n## Quick Start\n\n```zig\nconst std = @import(\"std\");\nconst Page = @import(\"page.zig\").Page;\nconst ByteAligned = @import(\"page.zig\").ByteAligned;\nconst Static = @import(\"page.zig\").Static;\nconst Mutable = @import(\"page.zig\").Mutable;\n\n// Create a simple page with 128 bytes capacity\nvar data: [128]u8 = undefined;\nconst BasicPage = Page(u8, Static(128), ByteAligned(u8), Mutable(u8));\nvar page: *BasicPage = @ptrCast(\u0026data);\n\n// Initialize and store values\n_ = page.init(128);\nconst val = page.alloc(16);\n@memcpy(val, \"Hello, RebelDB!\");\n```\n\n## Documentation\n\n- [Architecture Overview](docs/architecture.md)\n- Examples:\n  - [Basic Usage](docs/examples/basic_usage.zig)\n  - [Page Configurations](docs/examples/page_configuration.zig)\n  - [Memory Management](docs/examples/memory_management.zig)\n\n## About Huly.io\n\nRebelDB™ can be an essential part of next generation [Huly.io](https://huly.io). Huly is [open-source](https://github.com/hcengineering) product\nfor process management, knowledge management, and team collaboration. It's crafted to be an all-in-one solution,\nenabling teams to manage their work more efficiently and serving as an alternative to tools like Jira, Linear, Asana, Slack, Notion, Motion, and Roam.\n\n\u003csup\u003e© 2024 [Huly Labs](https://hulylabs.com) • All Rights Reserved\u003c/sup\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhcengineering%2Frebeldb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhcengineering%2Frebeldb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhcengineering%2Frebeldb/lists"}