{"id":37094647,"url":"https://github.com/flume-cloud-services/cache","last_synced_at":"2026-01-14T11:39:21.591Z","repository":{"id":144053376,"uuid":"197274250","full_name":"flume-cloud-services/cache","owner":"flume-cloud-services","description":"Golang key/value Database via HTTP (by Flume Cloud Services)","archived":false,"fork":false,"pushed_at":"2019-09-10T17:47:25.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-04-26T01:37:21.562Z","etag":null,"topics":["cloud","database","golang","http","http-server","json","key-value","self-hosted"],"latest_commit_sha":null,"homepage":"https://flume-cloud-services.github.io/docs","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flume-cloud-services.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":"dimensi0n","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-07-16T22:07:19.000Z","updated_at":"2024-06-19T08:05:58.562Z","dependencies_parsed_at":"2024-06-19T08:05:56.821Z","dependency_job_id":"7e9fe056-16a6-4346-9e39-841ddc174439","html_url":"https://github.com/flume-cloud-services/cache","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/flume-cloud-services/cache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flume-cloud-services%2Fcache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flume-cloud-services%2Fcache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flume-cloud-services%2Fcache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flume-cloud-services%2Fcache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flume-cloud-services","download_url":"https://codeload.github.com/flume-cloud-services/cache/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flume-cloud-services%2Fcache/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cloud","database","golang","http","http-server","json","key-value","self-hosted"],"created_at":"2026-01-14T11:39:20.646Z","updated_at":"2026-01-14T11:39:21.520Z","avatar_url":"https://github.com/flume-cloud-services.png","language":"Go","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/dimensi0n/flume/master/.github/logo.png\" width=\"400\"/\u003e\n\u003c/p\u003e\n\n\u003chr\u003e\n\n# Cache\n`Golang key/value Database` via **HTTP** (by Flume Cloud Services)\n\n## Installation\n\n### Docker\n\n```bash\ndocker run -d -p 8080:8080 flumecloudservices/cache\n```\n\n### Manually\n\n```bash\nmkdir $GOPATH/src/github.com/flume-cloud-services \u0026\u0026 cd $GOPATH/src/github.com/flume-cloud-services\ngit clone https://github.com/flume-cloud-services/cache.git \u0026\u0026 cd cache\ngo get -d -v\ngo install -v\n\nFLUME_CACHE_ADMIN=admin_name FLUME_CACHE_SECRET=secret_token cache\n```\n\n## Usage\n\nUse the `signin` route with the following body to generate the JWT token :\n\n```\nPOST /signin\n\nBody:\n    - name: The admin name given in FLUME_CACHE_ADMIN by default it's simply \"admin\"\n\nReturn:\n    - If success :\n        - A JWT Token\n        - The cookie with the previously generated JWT Token\n    - If failed :\n        - Unauthorized Status\n        - Bad request Status\n```\nCheck if the jwt is correctly generated by visiting `welcome` route :\n\n```\nGET /welcome\n\nReturn:\n    - If success :\n        - Welcome to you visitor !\n    - If failed :\n        - Unauthorized Status\n```\n\nThen insert data using the `/insert` route :\n\n```\nPOST /insert\n\nBody:\n    - key: The key name to access the given value\n    - value: The value of the key\n\nReturn:\n    - If success :\n        - Data succesfully inseted\n    - If failed :\n        - Bad Request Status\n        - Internal Server Error Status\n```\n\nFinally get this data using the `/get` route :\n\n```\nPOST /get\n\nBody:\n    - key: the key of the desired data\n\nReturn:\n- If success :\n        - The desired data\n    - If failed :\n        - Bad Request Status\n        - Internal Server Error Status\n```\n","funding_links":["https://patreon.com/dimensi0n"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflume-cloud-services%2Fcache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflume-cloud-services%2Fcache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflume-cloud-services%2Fcache/lists"}