{"id":21278479,"url":"https://github.com/wdalmut/queue-file","last_synced_at":"2026-05-17T21:10:35.117Z","repository":{"id":142589636,"uuid":"84877750","full_name":"wdalmut/queue-file","owner":"wdalmut","description":"A simple queue system based on files","archived":false,"fork":false,"pushed_at":"2017-03-14T18:06:49.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T13:41:41.293Z","etag":null,"topics":["filesystem","json","queue","simple"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/wdalmut.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":"2017-03-13T21:47:18.000Z","updated_at":"2019-07-09T11:58:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"42ca46f2-34fa-4cc4-a21a-b1be40955429","html_url":"https://github.com/wdalmut/queue-file","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wdalmut/queue-file","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdalmut%2Fqueue-file","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdalmut%2Fqueue-file/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdalmut%2Fqueue-file/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdalmut%2Fqueue-file/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wdalmut","download_url":"https://codeload.github.com/wdalmut/queue-file/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdalmut%2Fqueue-file/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33155543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["filesystem","json","queue","simple"],"created_at":"2024-11-21T10:14:31.035Z","updated_at":"2026-05-17T21:10:35.112Z","avatar_url":"https://github.com/wdalmut.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Queue\n\n[![Build Status](https://travis-ci.org/wdalmut/queue-file.svg?branch=master)](https://travis-ci.org/wdalmut/queue-file)\n\nJust a simple queue based on files\n\n```sh\n$ npm install queue-file --save\n```\n\n```js\nrequire('queue-file')(\"/tmp/queue\", (err, queue) =\u003e {\n  if (err) {\n    // on error\n  }\n\n  data.pop((data, next, commit, rollback) =\u003e {\n    /* work with data */\n\n    // confirm executed and get the next message\n    commit(next);\n\n    /** rollback(next); // keep the message and get the next message */\n  });\n\n  data.push({test: ok}, (err, filename) =\u003e {\n    // sent\n  });\n});\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdalmut%2Fqueue-file","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwdalmut%2Fqueue-file","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdalmut%2Fqueue-file/lists"}