{"id":26517223,"url":"https://github.com/fraction/flumelog-array","last_synced_at":"2026-05-08T19:32:09.085Z","repository":{"id":76241134,"uuid":"162624560","full_name":"fraction/flumelog-array","owner":"fraction","description":"like flumelog-memory without the filesystem","archived":false,"fork":false,"pushed_at":"2019-03-19T21:48:22.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-07T04:28:45.694Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/fraction.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-12-20T19:45:35.000Z","updated_at":"2019-03-19T21:48:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"9f7ce948-cc4b-42f1-883d-df6ea8cba8f1","html_url":"https://github.com/fraction/flumelog-array","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/fraction/flumelog-array","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraction%2Fflumelog-array","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraction%2Fflumelog-array/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraction%2Fflumelog-array/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraction%2Fflumelog-array/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fraction","download_url":"https://codeload.github.com/fraction/flumelog-array/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraction%2Fflumelog-array/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32794606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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":[],"created_at":"2025-03-21T08:19:08.367Z","updated_at":"2026-05-08T19:32:09.080Z","avatar_url":"https://github.com/fraction.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flumelog-array\n\n\u003e like flumelog-memory without the filesystem\n\n## Table of Contents\n\n- [Install](#install)\n- [Usage](#usage)\n- [Maintainers](#maintainers)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Install\n\n```\nnpm install flumelog-array\n```\n\n## Usage\n\n```js\nconst Log = require('flumelog-array')\nconst Flume = require('flumedb')\n\nconst db = Flume(Log())\n\ndb.append({foo: 1}, function (err, seq) {\n  if (err) throw err\n  db.get(seq, (err, val) =\u003e {\n    if (err) throw err\n    console.log(val) // =\u003e { foo: 1 }\n  })\n})\n```\n\n## Maintainers\n\n[@fraction](https://github.com/fraction)\n\n## Contributing\n\nPRs accepted.\n\n## License\n\nISC © 2018 Fraction LLC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffraction%2Fflumelog-array","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffraction%2Fflumelog-array","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffraction%2Fflumelog-array/lists"}