{"id":20570218,"url":"https://github.com/RangerMauve/pouchdb-adapter-hyperbee","last_synced_at":"2025-05-09T19:31:00.609Z","repository":{"id":57328993,"uuid":"327991503","full_name":"RangerMauve/pouchdb-adapter-hyperbee","owner":"RangerMauve","description":"Adapter for PouchDB to load p2p data from Hyperbee","archived":false,"fork":false,"pushed_at":"2024-02-21T19:01:27.000Z","size":25,"stargazers_count":13,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"default","last_synced_at":"2024-11-09T07:12:08.583Z","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":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RangerMauve.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":"2021-01-08T19:16:29.000Z","updated_at":"2024-05-18T04:36:48.000Z","dependencies_parsed_at":"2024-10-23T13:03:12.212Z","dependency_job_id":null,"html_url":"https://github.com/RangerMauve/pouchdb-adapter-hyperbee","commit_stats":{"total_commits":11,"total_committers":3,"mean_commits":"3.6666666666666665","dds":"0.18181818181818177","last_synced_commit":"d14ca08508a78120936f52041c43da770b799c57"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RangerMauve%2Fpouchdb-adapter-hyperbee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RangerMauve%2Fpouchdb-adapter-hyperbee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RangerMauve%2Fpouchdb-adapter-hyperbee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RangerMauve%2Fpouchdb-adapter-hyperbee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RangerMauve","download_url":"https://codeload.github.com/RangerMauve/pouchdb-adapter-hyperbee/tar.gz/refs/heads/default","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224876883,"owners_count":17384704,"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":"2024-11-16T05:11:38.256Z","updated_at":"2024-11-16T05:11:53.137Z","avatar_url":"https://github.com/RangerMauve.png","language":"JavaScript","funding_links":[],"categories":["**Awesome Pears 🍐**"],"sub_categories":["Building Blocks"],"readme":"# pouchdb-adapter-hyperbee\n\nAdapter for PouchDB to load p2p data from Hyperbee\n\n## Example\n\n```JavaScript\nPouchDB.plugin(require('pouchdb-adapter-hyperbee')())\n\n// You can pass any valid `hyper://` URL\n// URLs with a `name` in them will generate a local hyperbee\n// You can sparsely load remote DBs with a full `hyper://` URL\nconst pouch = new PouchDB('hyper://example', {\n  adapter: 'hyperbee'\n})\n\n// Wait for the DB to open if you want to access the bee directly\npouch.once('open', () =\u003e {\n  const url = await pouch.getURL()\n\n  // In case you want to access the hyperbee instance directly\n  const bee = pouch.bee\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRangerMauve%2Fpouchdb-adapter-hyperbee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRangerMauve%2Fpouchdb-adapter-hyperbee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRangerMauve%2Fpouchdb-adapter-hyperbee/lists"}