{"id":20109844,"url":"https://github.com/hyper63/hyper-adapter-memory","last_synced_at":"2025-03-02T18:24:50.877Z","repository":{"id":43409382,"uuid":"377900913","full_name":"hyper63/hyper-adapter-memory","owner":"hyper63","description":"Memory adapter for Hyper Cache port","archived":false,"fork":false,"pushed_at":"2022-03-02T22:05:23.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-13T05:41:38.256Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyper63.png","metadata":{"files":{"readme":"README.md","changelog":null,"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},"funding":{"github":"hyper63"}},"created_at":"2021-06-17T16:48:47.000Z","updated_at":"2022-03-02T22:04:36.000Z","dependencies_parsed_at":"2022-09-23T08:52:59.915Z","dependency_job_id":null,"html_url":"https://github.com/hyper63/hyper-adapter-memory","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyper63%2Fhyper-adapter-memory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyper63%2Fhyper-adapter-memory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyper63%2Fhyper-adapter-memory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyper63%2Fhyper-adapter-memory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyper63","download_url":"https://codeload.github.com/hyper63/hyper-adapter-memory/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241550073,"owners_count":19980644,"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-13T18:09:36.845Z","updated_at":"2025-03-02T18:24:50.853Z","avatar_url":"https://github.com/hyper63.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003ehyper-adapter-memory\u003c/h1\u003e\n\u003cp align=\"center\"\u003eA Cache port adapter for local memory in the \u003ca href=\"https://hyper.io/\"\u003ehyper\u003c/a\u003e  service framework\u003c/p\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://nest.land/package/hyper-adapter-memory\"\u003e\u003cimg src=\"https://nest.land/badge.svg\" alt=\"Nest Badge\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/hyper63/hyper-adapter-memory/actions/workflows/test.yml\"\u003e\u003cimg src=\"https://github.com/hyper63/hyper-adapter-memory/actions/workflows/test.yml/badge.svg\" alt=\"Test\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/hyper63/hyper-adapter-memory/tags/\"\u003e\u003cimg src=\"https://img.shields.io/github/tag/hyper63/hyper-adapter-memory\" alt=\"Current Version\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Table of Contents\n\n- [Getting Started](#getting-started)\n- [Installation](#installation)\n- [Features](#features)\n- [Methods](#methods)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Getting Started\n\n```js\nimport { default as memory } from \"https://x.nest.land/hyper-adapter-memory@1.2.5/mod.js\";\n\nexport default {\n  app: opine,\n  adapter: [\n    {\n      port: \"cache\",\n      plugins: [memory()],\n    },\n  ],\n};\n```\n\n## Installation\n\nThis is a Deno module available to import from\n[nest.land](https://nest.land/package/hyper-adapter-memory)\n\ndeps.js\n\n```js\nexport { default as memory } from \"https://x.nest.land/hyper-adapter-memory@1.2.5/mod.js\";\n```\n\n## Features\n\n- Create a named store in `memory`\n- Destroy a named store in `memory`\n- Create a document in a store in `memory`\n- Get a document from a store in `memory`\n- Update a document in a store in `memory`\n- Delete a document from a store in `memory`\n- List documents in a sttore in `memory`\n\n## Methods\n\nThis adapter fully implements the Search port and can be used as the\n[hyper Cache service](https://docs.hyper.io/cache-api) adapter\n\nSee the full port [here](https://nest.land/package/hyper-port-cache)\n\n## Contributing\n\nContributions are welcome! See the hyper\n[contribution guide](https://docs.hyper.io/contributing-to-hyper)\n\n## Testing\n\n```\n./scripts/test.sh\n```\n\nTo lint, check formatting, and run unit tests\n\n## License\n\nApache-2.0\n","funding_links":["https://github.com/sponsors/hyper63"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyper63%2Fhyper-adapter-memory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyper63%2Fhyper-adapter-memory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyper63%2Fhyper-adapter-memory/lists"}