{"id":26517239,"url":"https://github.com/fraction/flumeview-array","last_synced_at":"2026-05-10T00:32:35.729Z","repository":{"id":42222693,"uuid":"162755567","full_name":"fraction/flumeview-array","owner":"fraction","description":"simple flumeview built on flumelog-array","archived":false,"fork":false,"pushed_at":"2022-04-09T22:50:25.000Z","size":63,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T23:30:09.332Z","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}},"created_at":"2018-12-21T20:33:18.000Z","updated_at":"2020-07-08T01:56:44.000Z","dependencies_parsed_at":"2022-08-20T17:41:00.574Z","dependency_job_id":null,"html_url":"https://github.com/fraction/flumeview-array","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraction%2Fflumeview-array","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraction%2Fflumeview-array/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraction%2Fflumeview-array/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraction%2Fflumeview-array/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fraction","download_url":"https://codeload.github.com/fraction/flumeview-array/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244759953,"owners_count":20505716,"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":[],"created_at":"2025-03-21T08:19:10.875Z","updated_at":"2026-05-10T00:32:35.673Z","avatar_url":"https://github.com/fraction.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flumeview-array\n\n\u003e simple flumeview built on flumelog-array\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 flumeview-array\n```\n\n## Usage\n\n```js\nconst Log = require('flumelog-array')\nconst Flume = require('flumedb')\nconst View = require('flumeview-array')\n\nvar db = Flume(Log())\n\ndb.use('bool', View(x =\u003e !!x))\n\ndb.append({foo: 1}, function (err, seq) {\n  if (err) throw err\n  db.bool.get(seq, (err, val) =\u003e {\n    if (err) throw err\n    console.log(val) // =\u003e true\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%2Fflumeview-array","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffraction%2Fflumeview-array","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffraction%2Fflumeview-array/lists"}