{"id":30143992,"url":"https://github.com/akumzy/kroncache","last_synced_at":"2026-05-20T07:06:05.159Z","repository":{"id":64281677,"uuid":"309473883","full_name":"Akumzy/kroncache","owner":"Akumzy","description":"[WIP] kroncache is a cache management and event scheduling server","archived":false,"fork":false,"pushed_at":"2022-02-05T12:04:55.000Z","size":78,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T07:01:54.600Z","etag":null,"topics":["cache","cachemanager","cron","database","scheduler"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Akumzy.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}},"created_at":"2020-11-02T19:27:59.000Z","updated_at":"2022-05-08T22:52:45.000Z","dependencies_parsed_at":"2023-01-15T08:01:05.032Z","dependency_job_id":null,"html_url":"https://github.com/Akumzy/kroncache","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/Akumzy/kroncache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akumzy%2Fkroncache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akumzy%2Fkroncache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akumzy%2Fkroncache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akumzy%2Fkroncache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akumzy","download_url":"https://codeload.github.com/Akumzy/kroncache/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akumzy%2Fkroncache/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269849383,"owners_count":24485152,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cache","cachemanager","cron","database","scheduler"],"created_at":"2025-08-11T07:36:06.325Z","updated_at":"2026-05-20T07:06:05.079Z","avatar_url":"https://github.com/Akumzy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kroncache [WIP]\nHave you ever wanted a cache management system that notifies you whenever a record expires automatically? like saving upload records and clearing it uploads after some time if failed and so on? That's how *kroncache* was born since I couldn't find any software that does that.\n\n*kroncache* provides API to perform simple CRUD operation for managing cache and as well notifying you once a record expires. It uses [badgerhold](https://github.com/timshannon/badgerhold) as database layer and Websocket for communication with *kroncache* clients.\n\n# Setup\nDownload the tar file that matches your platform and architecture [here](https://github.com/Akumzy/kroncache/releases)\nexample for Linux amd64 `kroncache_x.x.x_linux_amd64.tar.gz`\nthen unzip into your desired directory\n\n```sh\n$ tar -xf kroncache_x.x.x_Linux_64-bit.tar.gz\n```\nThen run `kroncache` with the default port `5093`\n```sh\n$ cd kroncache_x.x.x_Linux_64-bit\n$ ./kroncache\n```\nor change the port by setting the PORT environment variable\n```sh\n$ PORT=5599 ./kroncache\n```\n\n# Clients \n\n- NodeJs: [kroncache-node](https://github.com/Akumzy/kroncache-node)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakumzy%2Fkroncache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakumzy%2Fkroncache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakumzy%2Fkroncache/lists"}