{"id":14957618,"url":"https://github.com/oslabs-beta/qlutch","last_synced_at":"2025-10-18T16:06:10.164Z","repository":{"id":189052697,"uuid":"679942079","full_name":"oslabs-beta/QLutch","owner":"oslabs-beta","description":"A lightweight caching solution for graphQL APIs","archived":false,"fork":false,"pushed_at":"2023-11-10T01:51:03.000Z","size":9247,"stargazers_count":54,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-02T07:51:07.618Z","etag":null,"topics":["caching","express-js","graphql","javascript","jest","metrics","mongodb","react","redis"],"latest_commit_sha":null,"homepage":"http://www.qlutch.dev","language":"JavaScript","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/oslabs-beta.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},"funding":{"github":"open-source-labs","custom":["https://donorbox.org/donations-to-oslabs-inc"]}},"created_at":"2023-08-18T01:27:36.000Z","updated_at":"2024-01-14T14:41:24.000Z","dependencies_parsed_at":"2024-09-02T16:20:32.693Z","dependency_job_id":null,"html_url":"https://github.com/oslabs-beta/QLutch","commit_stats":null,"previous_names":["oslabs-beta/qlutch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oslabs-beta/QLutch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FQLutch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FQLutch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FQLutch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FQLutch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oslabs-beta","download_url":"https://codeload.github.com/oslabs-beta/QLutch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FQLutch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265738459,"owners_count":23820162,"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":["caching","express-js","graphql","javascript","jest","metrics","mongodb","react","redis"],"created_at":"2024-09-24T13:15:14.877Z","updated_at":"2025-10-18T16:06:10.062Z","avatar_url":"https://github.com/oslabs-beta.png","language":"JavaScript","funding_links":["https://github.com/sponsors/open-source-labs","https://donorbox.org/donations-to-oslabs-inc"],"categories":[],"sub_categories":[],"readme":"# QLutch\n\n![alt text](https://github.com/lrod8/Qlutch/blob/main/assets/white-base.svg?raw=true)\n\n\n\nA lightweight caching solution for graphQL APIs that interfaces with Redis for high-speed data retrieval, combined with performance visualization.\n\n![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge\u0026logo=javascript\u0026logoColor=%23F7DF1E)\n![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge\u0026logo=node.js\u0026logoColor=white)\n![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge\u0026logo=express\u0026logoColor=%2361DAFB)\n![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![Jest](https://img.shields.io/badge/-jest-%23C21325?style=for-the-badge\u0026logo=jest\u0026logoColor=white)\n![Redis](https://img.shields.io/badge/redis-%23DD0031.svg?\u0026style=for-the-badge\u0026logo=redis\u0026logoColor=white)\n![GraphQL](https://img.shields.io/badge/-GraphQL-E10098?style=for-the-badge\u0026logo=graphql\u0026logoColor=white)\n![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge\u0026logo=mongodb\u0026logoColor=white)\n____\n# Features\n- Redis cache integration for graphQL queries and *Create* mutations.\n- Performance monitor.\n\n![alt text](https://github.com/lrod8/Qlutch/blob/main/assets/data_flow_readme.png?raw=true)\n\n## Dashboard Visualizer\n![alt text](https://github.com/lrod8/Qlutch/blob/main/assets/demo.png?raw=true)\n\n# Usage Notes\n- Caching support for Update and Delete mutations is not yet implemented.\n\n# Installation\n- User creates application and installs qlutch dependency via [npm](https://www.npmjs.com/package/qlutch) (npm install qlutch)\n- Set up Redis database in application\n- Require qlutch and Redis in server file\n- For the dashboard visualizer, add express static path to node modules:\n![alt text](https://github.com/lrod8/Qlutch/blob/main/assets/expressStatic.png?raw=true)\n- For the dashboard visualizer, add a dashboard endpoint with a path to the qlutch dist index file:\n![alt text](https://github.com/lrod8/Qlutch/blob/main/assets/dashboard.png?raw=true)\n- Need two endpoints – one for qlutch and one for graphql. Install qlutch as middleware in qlutch endpoint – pass in “graphql” endpoint and redis instance as arguments. User would need to return res.locals.response:\n![alt text](https://github.com/lrod8/Qlutch/blob/main/assets/endPoints.png?raw=true)\n- Fetch requests on frontend will need to be made to /qlutch endpoint\n\n# Authors\n- [@Michael-Weckop](https://github.com/Michael-Weckop)\n- [@lrod8](https://github.com/lrod8)\n- [@alroro](https://github.com/alroro)\n- [@Reneeto](https://github.com/Reneeto)\n# Acknowledgements\n- [Charlie Charboneau](https://github.com/CharlieCharboneau)\n- [Annie Blazejack](https://github.com/annieblazejack)\n- [Matt Severyn](https://github.com/mtseveryn)\n- [Erika Collins Reynolds](https://github.com/erikacollinsreynolds)\n- [Sam Arnold](https://github.com/sam-a723)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foslabs-beta%2Fqlutch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foslabs-beta%2Fqlutch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foslabs-beta%2Fqlutch/lists"}