{"id":15767128,"url":"https://github.com/robertslando/mqtt-jsonl-store","last_synced_at":"2025-07-28T11:07:13.202Z","repository":{"id":63285823,"uuid":"565788771","full_name":"robertsLando/mqtt-jsonl-store","owner":"robertsLando","description":"JSONL store for in-flight MQTT.js packets.","archived":false,"fork":false,"pushed_at":"2024-01-25T14:01:54.000Z","size":2190,"stargazers_count":4,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-21T22:31:13.855Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/robertsLando.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"robertsLando","patreon":"user?u=16906849","custom":"paypal.me/daniellando"}},"created_at":"2022-11-14T10:29:17.000Z","updated_at":"2023-06-13T18:38:39.000Z","dependencies_parsed_at":"2024-01-25T14:55:23.587Z","dependency_job_id":"26e1abda-3903-44a7-8462-22c31e4e3df0","html_url":"https://github.com/robertsLando/mqtt-jsonl-store","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"957bd18fff009bddf209f25125b33d5acbb58e8a"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/robertsLando/mqtt-jsonl-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertsLando%2Fmqtt-jsonl-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertsLando%2Fmqtt-jsonl-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertsLando%2Fmqtt-jsonl-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertsLando%2Fmqtt-jsonl-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertsLando","download_url":"https://codeload.github.com/robertsLando/mqtt-jsonl-store/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertsLando%2Fmqtt-jsonl-store/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267505099,"owners_count":24098346,"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-07-28T02:00:09.689Z","response_time":68,"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-10-04T13:20:41.085Z","updated_at":"2025-07-28T11:07:13.139Z","avatar_url":"https://github.com/robertsLando.png","language":"TypeScript","funding_links":["https://github.com/sponsors/robertsLando","https://patreon.com/user?u=16906849","paypal.me/daniellando"],"categories":[],"sub_categories":[],"readme":"# mqtt-jsonl-store\n\nJSONL store for in-flight MQTT.js packets. Powered by [jsonl-db](https://github.com/AlCalzone/jsonl-db).\n\n[![CI](https://github.com/robertsLando/mqtt-jsonl-store/actions/workflows/ci.yml/badge.svg)](https://github.com/robertsLando/mqtt-jsonl-store/actions/workflows/ci.yml)\n\n[![node](https://img.shields.io/node/v/mqtt-jsonl-store.svg) ![npm](https://img.shields.io/npm/v/mqtt-jsonl-store.svg)](https://www.npmjs.com/package/mqtt-jsonl-store)\n\n## Installation\n\n```bash\nnpm install mqtt-jsonl-store\n```\n\n## Usage\n\n```js\nconst mqtt = require(\"mqtt\");\nconst { Manager } = require(\"mqtt-jsonl-store\");\n\nconst manager = new Manager(\"path/to/store\");\n\nasync function main() {\n\tawait manager.open();\n\tconst client = mqtt.connect(\"mqtt://localhost\", {\n\t\tincomingStore: manager.incoming,\n\t\toutgoingStore: manager.outgoing,\n\t});\n}\n\nmain();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertslando%2Fmqtt-jsonl-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertslando%2Fmqtt-jsonl-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertslando%2Fmqtt-jsonl-store/lists"}