{"id":35019147,"url":"https://github.com/theremyyy/nyro-db","last_synced_at":"2026-01-13T22:00:07.412Z","repository":{"id":330647507,"uuid":"1114754202","full_name":"TheRemyyy/nyro-db","owner":"TheRemyyy","description":"NyroDB is a next-generation database engine built from the ground up in Rust. It utilizes Zero-Copy Serialization, Asynchronous Batching, and Secondary Indexing to achieve performance that transcends modern understanding","archived":false,"fork":false,"pushed_at":"2025-12-29T04:13:03.000Z","size":170,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T20:40:43.945Z","etag":null,"topics":["dashmap","database","database-engine","databases","db","engine","performance","realtime","rust","zero-copy"],"latest_commit_sha":null,"homepage":"https://nyro-db.vercel.app/","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/TheRemyyy.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-11T20:50:42.000Z","updated_at":"2025-12-29T04:13:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/TheRemyyy/nyro-db","commit_stats":null,"previous_names":["theremyyy/nyro-db"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TheRemyyy/nyro-db","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRemyyy%2Fnyro-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRemyyy%2Fnyro-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRemyyy%2Fnyro-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRemyyy%2Fnyro-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheRemyyy","download_url":"https://codeload.github.com/TheRemyyy/nyro-db/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRemyyy%2Fnyro-db/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28403750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dashmap","database","database-engine","databases","db","engine","performance","realtime","rust","zero-copy"],"created_at":"2025-12-27T05:39:56.605Z","updated_at":"2026-01-13T22:00:07.390Z","avatar_url":"https://github.com/TheRemyyy.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# NyroDB\n\n**The Fastest Real-Time Database in the Known Universe**\n\n[![Website](https://img.shields.io/badge/Website-veloxframework.vercel.app-FFA500?style=flat-square\u0026logo=vercel)](https://veloxframework.vercel.app)\n[![Rust Version](https://img.shields.io/badge/Rust-1.75+-brown?style=flat-square\u0026logo=rust\u0026logoColor=white)](https://www.rust-lang.org/)\n[![Ops/Sec](https://img.shields.io/badge/Performance-1M%20ops%2Fsec-blueviolet?style=flat-square)](https://github.com/TheRemyyy/nyro-db)\n\n*A hyper-performant, zero-copy, real-time database engine designed for extreme throughput and universal versatility.*\n\n[Features](#features) • [Installation](#installation) • [Documentation](#documentation) • [API Guide](#api-guide) • [Configuration](#configuration)\n\n\u003c/div\u003e\n\n---\n\n## Overview\n\nNyroDB is a next-generation database engine built from the ground up in Rust. It utilizes **Zero-Copy Serialization (Bincode)**, **Asynchronous Batching**, and **Secondary Indexing** to achieve performance that transcends modern understanding. Whether you're building a real-time messaging app, a high-frequency trading platform, or a secure authentication system, NyroDB provides the speed and flexibility you need.\n\n### Key Features\n\n- **⚡ Extreme Throughput** — Capable of **1,000,000+ operations per second** with sub-microsecond latency.\n- **🧠 Universal Querying** — O(1) secondary indexing on any field. Query by custom metadata instantly.\n- **🌐 Real-Time Native** — Built-in WebSocket server for instant data streaming and pub/sub notifications.\n- **🛡️ Secure by Design** — Native API Key authentication and schema validation for production-grade safety.\n- **🚀 Zero-Copy Storage** — Optimized disk persistence using memory-mapped files and ultra-fast serialization.\n- **📊 Real-Time Metrics** — Detailed performance monitoring including throughput windows and p99 latency stats.\n\n## \u003ca id=\"installation\"\u003e\u003c/a\u003e📦 Installation\n\n### From Source\n\n```bash\ngit clone https://github.com/TheRemyyy/nyro-db.git\ncd nyro-db\ncargo build --release\n```\n\n### Running\n\n```bash\n./target/release/NyroDB\n```\n\n## \u003ca id=\"api-guide\"\u003e\u003c/a\u003e🔧 API Guide\n\nNyroDB exposes a simple yet powerful REST and WebSocket API.\n\n### REST Endpoints (Port 8081)\n\n| Method | Endpoint | Description |\n| :--- | :--- | :--- |\n| `POST` | `/insert/:model` | Insert a new JSON record. |\n| `GET` | `/get/:model/:id` | Retrieve a record by its primary ID. |\n| `GET` | `/query/:model` | List all records in a model. |\n| `GET` | `/query/:model/:field/:value` | **O(1)** search by secondary index. |\n| `GET` | `/metrics` | Retrieve real-time performance statistics. |\n\n### Real-Time WebSocket\n\nConnect to `ws://127.0.0.1:8081/ws` to receive instant updates.\nFormat: `INSERT:model_name:{\"id\":123,...}`\n\n## \u003ca id=\"configuration\"\u003e\u003c/a\u003e⚙️ Configuration\n\nNyroDB is configured via `nyrodb.toml`.\n\n```toml\n[server]\nhost = \"127.0.0.1\"\nport = 8081\n\n[security]\nenable_auth = true\napi_key = \"your_secret_key\"\n\n[performance]\nbatch_size = 10000\nmax_concurrent_ops = 100000\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\u003csub\u003eBuilt with ❤️ and Rust\u003c/sub\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheremyyy%2Fnyro-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheremyyy%2Fnyro-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheremyyy%2Fnyro-db/lists"}