{"id":19520820,"url":"https://github.com/dnyfzr/acid-cache","last_synced_at":"2025-09-14T22:31:59.725Z","repository":{"id":244531039,"uuid":"813170408","full_name":"DNYFZR/acid-cache","owner":"DNYFZR","description":"💙 Async Key Value Store w/ Express API","archived":false,"fork":false,"pushed_at":"2024-06-17T21:19:34.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-11T00:33:27.868Z","etag":null,"topics":["api","cache","sqlite","typescript"],"latest_commit_sha":null,"homepage":"","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/DNYFZR.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":"2024-06-10T15:46:54.000Z","updated_at":"2024-10-01T13:07:42.000Z","dependencies_parsed_at":"2024-11-11T00:28:02.138Z","dependency_job_id":null,"html_url":"https://github.com/DNYFZR/acid-cache","commit_stats":null,"previous_names":["dnyfzr/ts-cache-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DNYFZR%2Facid-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DNYFZR%2Facid-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DNYFZR%2Facid-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DNYFZR%2Facid-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DNYFZR","download_url":"https://codeload.github.com/DNYFZR/acid-cache/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233038179,"owners_count":18615464,"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":["api","cache","sqlite","typescript"],"created_at":"2024-11-11T00:27:53.666Z","updated_at":"2025-01-08T13:44:36.554Z","avatar_url":"https://github.com/DNYFZR.png","language":"TypeScript","readme":"\u003ch1 align=\"center\"\u003eAcid Cache 🧪\u003c/h1\u003e\n\nKey-value store :\n\n- Developed with Typescript \u0026 SQLite\n- Persist to storage or run in-memory\n- Demo API server built in Express\n\n### Setup\n\nIf the cache is configured with no parameters:\n\n- An in-memory key-value store will be setup with a table named store\n\n- The table has a key column (TEXT) and a value column (JSON)\n\nOtherwise the following parameters can be set :\n\n- If a cachePath is provided; the database will be stored there\n\n- If a cacheTable is also provided; this will be used as the name\n\n### Commands\n\n#### Run Server\n\nThe server is configured to execute with npm run commands :\n\n````bash\nnpm i\nnpm run start\n\n````\n\n#### Server Test Commands\n\nInitial testing for the cache API server demo has been developed in Python using the requests package :\n\n````ps1\npython -m pip install requests\n\npython -m tests.get\npython -m tests.post\npython -m tests.put\npython -m tests.delete\n\n````\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnyfzr%2Facid-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnyfzr%2Facid-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnyfzr%2Facid-cache/lists"}