{"id":22751848,"url":"https://github.com/b1nary-gr0up/originium","last_synced_at":"2025-04-12T23:50:43.279Z","repository":{"id":267490439,"uuid":"901412697","full_name":"B1NARY-GR0UP/originium","owner":"B1NARY-GR0UP","description":"LSM-Tree based storage engine used by FOIVER system.","archived":false,"fork":false,"pushed_at":"2025-04-06T20:18:47.000Z","size":205,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T21:26:00.630Z","etag":null,"topics":["database","go","lsm","storage-engine"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/B1NARY-GR0UP.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-12-10T15:59:35.000Z","updated_at":"2025-04-06T20:18:51.000Z","dependencies_parsed_at":"2025-02-05T08:45:18.693Z","dependency_job_id":"35ec0883-164f-4695-8525-44d6f906f035","html_url":"https://github.com/B1NARY-GR0UP/originium","commit_stats":null,"previous_names":["b1nary-gr0up/originium"],"tags_count":5,"template":false,"template_full_name":"B1NARY-GR0UP/.github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B1NARY-GR0UP%2Foriginium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B1NARY-GR0UP%2Foriginium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B1NARY-GR0UP%2Foriginium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B1NARY-GR0UP%2Foriginium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/B1NARY-GR0UP","download_url":"https://codeload.github.com/B1NARY-GR0UP/originium/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647252,"owners_count":21139081,"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","go","lsm","storage-engine"],"created_at":"2024-12-11T05:07:38.578Z","updated_at":"2025-04-12T23:50:43.259Z","avatar_url":"https://github.com/B1NARY-GR0UP.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![ORIGINIUM](./images/ORIGINIUM.png)\n\nLSM-Tree based storage engine used by FOIVER system.\n\n## Install\n\n```shell\ngo get -u github.com/B1NARY-GR0UP/originium\n```\n\n## Usage\n\n- **Open**\n\n```go\n// use originium.Config to customize the db behavior\ndb, err := originium.Open(\"your-dir\", originium.DefaultConfig)\n```\n\n- **Set**\n\n```go\ndb.Set(\"hello\", []byte(\"originium\"))\n``` \n\n- **Get**\n \n```go\nv, ok := db.Get(\"hello\")\n```\n\n- **Scan**\n\n```go\nentries := db.Scan(\"start\", \"end\")\n```\n\n- **Delete**\n\n```go\ndb.Delete(\"hello\")\n```\n\n- **Close**\n\n```go\ndb.Close()\n```\n\n## Blogs\n\n- [Building an LSM-Tree Storage Engine from Scratch](https://dev.to/justlorain/building-an-lsm-tree-storage-engine-from-scratch-3eom)\n\n## License\n\nORIGINIUM is distributed under the [Apache License 2.0](./LICENSE). The licenses of third party dependencies of ORIGINIUM are explained [here](./licenses).\n\n## ECOLOGY\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/justlorain/justlorain/blob/main/images/PROJECT-FOIVER.png\" alt=\"PROJECT: FOIVER\"/\u003e\n\u003cbr/\u003e\u003cbr/\u003e\nORIGINIUM is Part of \u003ca href=\"https://github.com/B1NARY-GR0UP\"\u003ePROJECT: FOIVER\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb1nary-gr0up%2Foriginium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb1nary-gr0up%2Foriginium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb1nary-gr0up%2Foriginium/lists"}