{"id":15374918,"url":"https://github.com/puzza007/riakc_poolboy","last_synced_at":"2025-08-03T05:30:55.731Z","repository":{"id":11366309,"uuid":"13801739","full_name":"puzza007/riakc_poolboy","owner":"puzza007","description":"Riak Connection Pool","archived":false,"fork":false,"pushed_at":"2015-12-19T03:08:32.000Z","size":1119,"stargazers_count":3,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-17T16:36:20.724Z","etag":null,"topics":["erlang","poolboy","riak-connection-pool"],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/puzza007.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":"2013-10-23T12:08:37.000Z","updated_at":"2022-02-19T20:23:47.000Z","dependencies_parsed_at":"2022-08-28T02:00:36.064Z","dependency_job_id":null,"html_url":"https://github.com/puzza007/riakc_poolboy","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzza007%2Friakc_poolboy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzza007%2Friakc_poolboy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzza007%2Friakc_poolboy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzza007%2Friakc_poolboy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puzza007","download_url":"https://codeload.github.com/puzza007/riakc_poolboy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228526774,"owners_count":17933291,"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":["erlang","poolboy","riak-connection-pool"],"created_at":"2024-10-01T14:00:09.790Z","updated_at":"2024-12-06T21:21:45.034Z","avatar_url":"https://github.com/puzza007.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Riak Protocol Buffers Client Pool\n\n[![Build Status][travis_ci_image]][travis_ci]\n\nAbout\n=========\n\nRiak client connection pool using poolboy\n\nUsage\n=========\n\n```erlang\nSizeArgs = [{size, 10},\n            {max_overflow, 20}],\nWorkerArgs = [{hostname, \"127.0.0.1\"},\n              {port, 8087},\n              {ping_every, 50000}, %% undefined or absent to disable\n              {sync_connect, true}, %% useful for testing - workers must be connected to be available\n              {options, [{auto_reconnect, true}]}],\nPoolName = badger_pool,\nriakc_poolboy:start_pool(PoolName, SizeArgs, WorkerArgs),\n\n{ok, Obj} = riakc_poolboy:get(PoolName, \u003c\u003c\"a_bucket\"\u003e\u003e, \u003c\u003c\"a_key\"\u003e\u003e).\n\nriakc_poolboy:stop_pool(PoolName).\n```\n\nTODO\n=========\n\n* Support streaming functions\n* More tests\n\n[travis_ci]: https://travis-ci.org/puzza007/riakc_poolboy\n[travis_ci_image]: https://travis-ci.org/puzza007/riakc_poolboy.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuzza007%2Friakc_poolboy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuzza007%2Friakc_poolboy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuzza007%2Friakc_poolboy/lists"}