{"id":17953744,"url":"https://github.com/wzshiming/lrdb","last_synced_at":"2026-05-06T01:33:57.359Z","repository":{"id":57483181,"uuid":"142283267","full_name":"wzshiming/lrdb","owner":"wzshiming","description":"A redis-protocol compatible frontend to google's leveldb","archived":false,"fork":false,"pushed_at":"2020-01-12T10:00:31.000Z","size":207,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-13T19:10:44.569Z","etag":null,"topics":["database","db","key-value","key-value-store","leveldb","nosql","redis","storage"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/wzshiming.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":"2018-07-25T10:12:39.000Z","updated_at":"2022-05-26T08:38:16.000Z","dependencies_parsed_at":"2022-09-04T04:21:16.980Z","dependency_job_id":null,"html_url":"https://github.com/wzshiming/lrdb","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wzshiming/lrdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzshiming%2Flrdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzshiming%2Flrdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzshiming%2Flrdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzshiming%2Flrdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wzshiming","download_url":"https://codeload.github.com/wzshiming/lrdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzshiming%2Flrdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013458,"owners_count":26085274,"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-10-12T02:00:06.719Z","response_time":53,"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":["database","db","key-value","key-value-store","leveldb","nosql","redis","storage"],"created_at":"2024-10-29T10:06:55.982Z","updated_at":"2025-10-12T23:14:02.939Z","avatar_url":"https://github.com/wzshiming.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LRDB - A fast NoSQL database for storing big data\n\n[![Build Status](https://travis-ci.org/wzshiming/lrdb.svg?branch=master)](https://travis-ci.org/wzshiming/lrdb)\n[![Go Report Card](https://goreportcard.com/badge/github.com/wzshiming/lrdb)](https://goreportcard.com/report/github.com/wzshiming/lrdb)\n[![GoDoc](https://godoc.org/github.com/wzshiming/lrdb?status.svg)](https://godoc.org/github.com/wzshiming/lrdb)\n[![GitHub license](https://img.shields.io/github/license/wzshiming/lrdb.svg)](https://github.com/wzshiming/lrdb/blob/master/LICENSE)\n\n## Features\n\n* Is a high performace key-value NoSQL database.\n* LevelDB client-server support. Redis-protocol frontend to Google's LevelDB backend.\n* This is not a SQL database. It does not have a relational data model, it does not support SQL queries, and it has no support for indexes.\n* Implemented in golang, it supports all golang supported platforms and architectures.\n\n## Usage\n\n``` sh\n$ go get -v github.com/wzshiming/lrdb/cmd/lrdb\n\n$ nohup lrdb -port :10008 -path ./data \u0026\n\n$ go get -v github.com/wzshiming/resp/cmd/resp\n\n$ resp 127.0.0.1:10008\n\nRESP 127.0.0.1:10008\u003e set foo bar\n(Status) OK\n(1ms)\nRESP 127.0.0.1:10008\u003e get foo\n\"bar\"\n(1ms)\nRESP 127.0.0.1:10008\u003e\n\n```\n\n## License\n\nPouch is licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/lrdb/blob/master/LICENSE) for the full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzshiming%2Flrdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwzshiming%2Flrdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzshiming%2Flrdb/lists"}