{"id":18006798,"url":"https://github.com/anonyfox/wired","last_synced_at":"2025-10-28T21:31:55.637Z","repository":{"id":57672255,"uuid":"255312147","full_name":"Anonyfox/wired","owner":"Anonyfox","description":"WIP: Collection of embeddable database models for Rust.","archived":false,"fork":false,"pushed_at":"2020-06-30T18:16:33.000Z","size":79,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-03T09:14:57.219Z","etag":null,"topics":["data-structures","database","embedded-database","learning-exercise","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Anonyfox.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}},"created_at":"2020-04-13T11:54:26.000Z","updated_at":"2020-07-06T10:58:52.000Z","dependencies_parsed_at":"2022-08-31T02:40:17.994Z","dependency_job_id":null,"html_url":"https://github.com/Anonyfox/wired","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Anonyfox/wired","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anonyfox%2Fwired","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anonyfox%2Fwired/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anonyfox%2Fwired/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anonyfox%2Fwired/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anonyfox","download_url":"https://codeload.github.com/Anonyfox/wired/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anonyfox%2Fwired/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270982207,"owners_count":24679449,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-structures","database","embedded-database","learning-exercise","rust"],"created_at":"2024-10-30T01:10:01.320Z","updated_at":"2025-10-28T21:31:50.593Z","avatar_url":"https://github.com/Anonyfox.png","language":"Rust","readme":"# wired\n\nWIP: Collection of embeddable database models for Rust.\n\n[![Documentation](https://docs.rs/wired/badge.svg)](https://docs.rs/wired)\n[![Crate](https://img.shields.io/crates/v/wired.svg)](https://crates.io/crates/wired)\n![Build](https://github.com/Anonyfox/wired/workflows/CI/badge.svg)\n\n## Features\n\n- **schema-free**: use anything that can be serialized with serde/bincode\n- **portable**: every database is persisted with a single memory-mapped binary file\n- **lightweight**: pure Rust implementation without many internal dependencies\n- **broadly available**: works on current stable rust\n- **efficient**: uses a self-managed block storage that recycles memory\n- **fast**: reading and writing should both be a `O(1)` operation\n\n## Work in Progress\n\nThis is a personal learning project and existing APIs may change any time.\nAlso, the format of the binary encoded files might not be compatible between\nversions. Once everything is stable I will release a version 1.0 and backwards\ncompatibility will be guaranteed.\n\nIn the mean time, I would love to get feedback on how the databases work in\nreal world use cases and where some bugs are lurking. This will stabilize the\nlib faster and I might learn more from your feedback!\n\n## Available Models\n\n- [x] Stack\n- [x] Queue\n- [ ] Log\n- [x] Key-Value\n- [ ] Document\n- [ ] Graph\n- [ ] Tabular\n- [ ] Relational\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanonyfox%2Fwired","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanonyfox%2Fwired","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanonyfox%2Fwired/lists"}