{"id":21088870,"url":"https://github.com/iolanguage/beanstalk","last_synced_at":"2026-02-27T04:04:02.987Z","repository":{"id":66367818,"uuid":"124751076","full_name":"IoLanguage/Beanstalk","owner":"IoLanguage","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-12T17:29:39.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-26T15:40:02.307Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Io","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IoLanguage.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-11T11:48:38.000Z","updated_at":"2018-06-12T17:29:40.000Z","dependencies_parsed_at":"2023-02-21T21:45:15.940Z","dependency_job_id":null,"html_url":"https://github.com/IoLanguage/Beanstalk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IoLanguage/Beanstalk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FBeanstalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FBeanstalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FBeanstalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FBeanstalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IoLanguage","download_url":"https://codeload.github.com/IoLanguage/Beanstalk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FBeanstalk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29884515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"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":"2024-11-19T21:21:15.058Z","updated_at":"2026-02-27T04:04:02.954Z","avatar_url":"https://github.com/IoLanguage.png","language":"Io","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Beanstalk \n\u003e NOTE: Doesn't work — has unidentified dependency YAML.\n\nbeanstalkd is a fast, distributed, in-memory workqueue service. See http://xph.us/software/beanstalkd/\n\nAn example from http://xph.us/software/beanstalkd/:\n\nFirst, have one process put a job into the queue:\n```Io\nproducer := Beanstalk clone connect(\"127.0.0.1:11300\")\nproducer put(\"hello\")\n```\n\nThen start another process to take jobs out of the queue and run them:\n```Io\nworker := Beanstalk clone connect(\"127.0.0.1:11300\")\nloop(\n\tjob := worker reserve\n\tjob body println # prints \"hello\"\n\tjob delete\n)\n```\n\nSee Beanstalk.io code and protocol description (http://github.com/kr/beanstalkd/tree/master/doc/protocol.txt) for details.\nBoth are short and easy to read.\n\nStat commands depend on \u003ca href=\"http://github.com/why/syck/tree/a4f241be5d247853aea6127d02dbdedd8a1dd477/ext/io\"\u003eYAML\u003c/a\u003e.\n\n# Installation\n\n```\neerie install https://github.com/IoLanguage/Beanstalk.git\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiolanguage%2Fbeanstalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiolanguage%2Fbeanstalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiolanguage%2Fbeanstalk/lists"}