{"id":34595160,"url":"https://github.com/pgk/boostcached","last_synced_at":"2026-06-05T07:31:19.191Z","repository":{"id":10926423,"uuid":"13229168","full_name":"pgk/boostcached","owner":"pgk","description":"Boost C++ key/value store example","archived":false,"fork":false,"pushed_at":"2013-10-01T08:20:59.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-25T22:59:50.010Z","etag":null,"topics":[],"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/pgk.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}},"created_at":"2013-09-30T22:30:42.000Z","updated_at":"2013-10-01T08:21:00.000Z","dependencies_parsed_at":"2022-08-30T03:40:48.297Z","dependency_job_id":null,"html_url":"https://github.com/pgk/boostcached","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pgk/boostcached","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgk%2Fboostcached","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgk%2Fboostcached/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgk%2Fboostcached/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgk%2Fboostcached/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pgk","download_url":"https://codeload.github.com/pgk/boostcached/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgk%2Fboostcached/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33934420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"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":[],"created_at":"2025-12-24T11:29:59.861Z","updated_at":"2026-06-05T07:31:19.186Z","avatar_url":"https://github.com/pgk.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"##BoostCached\n\nAs a means to study Boost C++, in particular `boost::asio`, here is a naive \"Hello World\" in-memory key/value store in the spirit of memcached. Also using `boost::log::trivial`, `boost::thread/mutex`, and `boost::program_options`.\n\n###How to compile\n\n* Tested only on OS X Lion, but should compile on a recent compiler (`clang/llvm` and probably `gcc/g++`)\n* You will need `cmake` and `make`, with all their dependencies\n* The assumption is that you have installed boost libraries and they live on `/usr/local/include` and `/usr/local/lib`\n\ncd into the project directory and:\n\n        cmake .\n        make\n\nthen if all went well, you can run it with:\n\n       ./bin/boostcached --port 8080\n\nor get help with:\n\n       ./bin/boostcached --help\n\nthen you can test it with:\n\n\t    telnet 127.0.0.1 8081\n\t    get foo\n\t    get bar\n\t    set MyKey xyz\n\t    etc...\n\nnote that this is not daemonized and that logging is on stdout.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgk%2Fboostcached","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgk%2Fboostcached","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgk%2Fboostcached/lists"}