{"id":25044927,"url":"https://github.com/wzslr321/edgydb","last_synced_at":"2026-04-27T22:33:04.932Z","repository":{"id":274372073,"uuid":"894699991","full_name":"wzslr321/edgydb","owner":"wzslr321","description":"A lightweight, in-memory graph database with JSON serialization support, written in modern C++23","archived":false,"fork":false,"pushed_at":"2025-01-26T21:59:57.000Z","size":191,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-18T07:58:55.348Z","etag":null,"topics":["cpp","cpp23","database","graphs"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wzslr321.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-26T20:34:30.000Z","updated_at":"2025-01-26T22:00:00.000Z","dependencies_parsed_at":"2025-01-26T22:37:01.586Z","dependency_job_id":null,"html_url":"https://github.com/wzslr321/edgydb","commit_stats":null,"previous_names":["wzslr321/edgydb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wzslr321/edgydb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzslr321%2Fedgydb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzslr321%2Fedgydb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzslr321%2Fedgydb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzslr321%2Fedgydb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wzslr321","download_url":"https://codeload.github.com/wzslr321/edgydb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzslr321%2Fedgydb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32358509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["cpp","cpp23","database","graphs"],"created_at":"2025-02-06T05:19:49.257Z","updated_at":"2026-04-27T22:33:04.916Z","avatar_url":"https://github.com/wzslr321.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EdgyDB\n\nA lightweight, in-memory graph database with JSON serialization support, written in modern C++23.\n\n\n---\n\n\u003cp align = \"center\"\u003e\n  \u003cb\u003e \u003ci\u003e Show your support by giving a :star: \u003c/b\u003e \u003c/i\u003e\n\u003c/p\u003e\n\n---\n\n## Features\n\n- Graph-based data structure with nodes and edges\n- Support for both primitive and complex (JSON-like) data types\n- Query system with conditional filtering\n- JSON serialization/deserialization for persistence\n- REPL interface with command-line support\n- Colored logging system with debug levels\n\n\u003e Note: Some of the code was written fast, to meet the deadline, so it is far from ideal. The support for JSON serialization/deserialization and query parsing\n\u003e was build purely to support my specific needs, so it is not generic as it should be. Hopefully I will find some time to refactor it.\n\n## Building\n\nRequires:\n- CMake 3.30 or higher\n- C++23 compatible compiler\n- fmt library (automatically fetched via CMake)\n\n## Usage\n\n```sql\nCREATE GRAPH employees\nUSE employees\nINSERT NODE COMPLEX {\"name\": \"John\", \"position\": \"manager\"}\nINSERT EDGE FROM 1 TO 2\nSELECT NODE WHERE \"position\" EQ \"manager\"\n```\n\nRun with debug logging:\n```bash\n./edgydb --log-level=1\n```\n\n\u003e EdgyDB is a C++ project developed as part of the \"Programowanie w C++\" (C++ Programming) course at the Polish-Japanese Academy of Information Technology, Computer Science Major, during the 2024/2025 academic year.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzslr321%2Fedgydb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwzslr321%2Fedgydb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzslr321%2Fedgydb/lists"}