{"id":16799963,"url":"https://github.com/lmnzx/lucid","last_synced_at":"2025-03-17T05:17:18.972Z","repository":{"id":156564180,"uuid":"629362174","full_name":"lmnzx/lucid","owner":"lmnzx","description":"A simple key value database made with C++","archived":false,"fork":false,"pushed_at":"2023-10-22T04:21:00.000Z","size":149,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T14:48:20.843Z","etag":null,"topics":["cpp","key-value","redis","rust"],"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/lmnzx.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":"2023-04-18T06:54:22.000Z","updated_at":"2023-10-22T04:21:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"880d9550-38d0-4a83-b5cd-6e1a734bb87e","html_url":"https://github.com/lmnzx/lucid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmnzx%2Flucid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmnzx%2Flucid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmnzx%2Flucid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmnzx%2Flucid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmnzx","download_url":"https://codeload.github.com/lmnzx/lucid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243976473,"owners_count":20377691,"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":["cpp","key-value","redis","rust"],"created_at":"2024-10-13T09:30:15.632Z","updated_at":"2025-03-17T05:17:18.951Z","avatar_url":"https://github.com/lmnzx.png","language":"C++","readme":"# LucidDB: A simple Key-Value Database\n\nLucid is a high-performance key-value database. It provides fast and reliable storage for your applications. The server is implemented in C++, ensuring efficiency and low latency, while the client component is written in Rust, offering a safe and ergonomic interface for interacting with the database.\n\n### Getting Started\n#### Prerequisites\n\n- C++ compiler (supporting C++11 and above)\n- Rust compiler (stable)\n- CMake (for building the C++ server)\n- Cargo (for building the Rust client)\n\n\n#### Building the Server\n```bash\ngit clone https://github.com/lmnzx/lucid.git \u0026\u0026 cd lucid\ncmake .\nmake\n```\nTo run the server (default port:1234)\n```bash\n./lucid\n```\n\n#### Building the Client\n```bash\ncd client \ncargo build\n```\n\nUsing client\n```\n./target/debug/client get l\n(nil)\n./target/debug/client set l lmn\n(nil)\n./target/debug/client get l\n(str) lmn\n ./target/debug/client keys\n(arr) len=1\n(str) l\n(arr) end\n./target/debug/client set m mln\n(nil)\n./target/debug/client keys\n(arr) len=2\n(str) m\n(str) l\n(arr) end\n./target/debug/client del l\n(int) 1\n./target/debug/client keys\n(arr) len=1\n(str) m\n(arr) end\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmnzx%2Flucid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmnzx%2Flucid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmnzx%2Flucid/lists"}