{"id":19356344,"url":"https://github.com/markelca/toggles","last_synced_at":"2026-04-12T18:20:03.872Z","repository":{"id":208711782,"uuid":"722269288","full_name":"MarkelCA/toggles","owner":"MarkelCA","description":"A minimalistic  feature flags engine made with Go","archived":false,"fork":false,"pushed_at":"2024-06-01T22:02:59.000Z","size":77859,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-06T17:48:18.978Z","etag":null,"topics":["cli","docker-compose","feature-flags","go","golang","mongodb","redis","rest-api","websocket"],"latest_commit_sha":null,"homepage":"","language":"Go","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/MarkelCA.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":"2023-11-22T19:28:25.000Z","updated_at":"2024-06-01T22:03:04.000Z","dependencies_parsed_at":"2024-06-21T17:56:45.745Z","dependency_job_id":null,"html_url":"https://github.com/MarkelCA/toggles","commit_stats":null,"previous_names":["markelca/toggle.go"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkelCA%2Ftoggles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkelCA%2Ftoggles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkelCA%2Ftoggles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkelCA%2Ftoggles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarkelCA","download_url":"https://codeload.github.com/MarkelCA/toggles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240472807,"owners_count":19807025,"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":["cli","docker-compose","feature-flags","go","golang","mongodb","redis","rest-api","websocket"],"created_at":"2024-11-10T07:04:05.358Z","updated_at":"2026-04-12T18:20:03.772Z","avatar_url":"https://github.com/MarkelCA.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# toggles\nToggles is a feature flags engine made in Go. Its default implementation uses MongoDB for disk storage and Redis for flag value cache management. It includes implementations as a REST API, WebSocket server, and CLI tool. There are also plans to build SDKs soon.\n\n# Configure\nIn this step you'll be able to configure the port where the service will run (`APP_PORT`) and the desired implementation (`APP`). The `APP` value should be a folder from `cmd`. Currently there's two options: `api` (rest api) and `ws` (websocket). \n```bash\ncp .env.example .env\n```\n_Example env file:_\n```env\nAPP=ws\nAPP_PORT=3000\n```\n\n# Install\nUsing [docker](https://docs.docker.com/desktop/):\n```bash\ngit clone https://github.com/MarkelCA/toggles\ncd toggles\ndocker compose up --build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkelca%2Ftoggles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkelca%2Ftoggles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkelca%2Ftoggles/lists"}