{"id":15095961,"url":"https://github.com/unexist/showcase-feature-flags","last_synced_at":"2026-02-17T11:32:43.537Z","repository":{"id":245101318,"uuid":"817179800","full_name":"unexist/showcase-feature-flags","owner":"unexist","description":"Showcase for Feature Flags [MIRROR]","archived":false,"fork":false,"pushed_at":"2024-06-21T09:52:04.000Z","size":254,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T17:36:56.048Z","etag":null,"topics":["gin-gonic","podman","unleash"],"latest_commit_sha":null,"homepage":"https://hg.unexist.dev/showcase-feature-flags","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/unexist.png","metadata":{"files":{"readme":"README.adoc","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-19T07:23:32.000Z","updated_at":"2024-06-21T09:52:08.000Z","dependencies_parsed_at":"2024-06-19T21:04:21.296Z","dependency_job_id":"91616bf4-f751-47f8-a678-1858b7a289f0","html_url":"https://github.com/unexist/showcase-feature-flags","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"f0909ba4fdcd187f73c4f7d7fe80354f9ab89b56"},"previous_names":["unexist/showcase-feature-flags"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unexist/showcase-feature-flags","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unexist%2Fshowcase-feature-flags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unexist%2Fshowcase-feature-flags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unexist%2Fshowcase-feature-flags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unexist%2Fshowcase-feature-flags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unexist","download_url":"https://codeload.github.com/unexist/showcase-feature-flags/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unexist%2Fshowcase-feature-flags/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29542523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T08:11:05.436Z","status":"ssl_error","status_checked_at":"2026-02-17T08:09:38.860Z","response_time":100,"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":["gin-gonic","podman","unleash"],"created_at":"2024-09-25T15:44:19.226Z","updated_at":"2026-02-17T11:32:43.494Z","avatar_url":"https://github.com/unexist.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Showcase for feature flags\n\nThis project is a showcase for feature flags\n\n== Modules\n\n- *infrastructure* - Showcase for arc42\n- *todo-service-unleash* - Showcase for Unleash on GinGonic +Updated  Golang\n\n== How to use\n\nOnce the infrastructure is set up the examples requires the creation of a\nfeature flag called `app.NewHello` with a proper deployment strategy.\n\nIt pretty much works with every default, it just has to be set up like this:\n\nimage::docs/feature_flag.png[]\n\nAnd a simple distribution strategy like this:\n\nimage::docs/feature_flag_strategy.png[]\n\nThe endpoint provides a different route aptly named hello to answer with well\na hello:\n\n[source,shell]\n----\n$ make hello\n{\n  \"hello\": \"Hey!\"\n}\n----\n\nThe activation can be done via webinterface:\n\nimage::docs/feature_flag_strategy.png[]\n\nAnd after a short delay to propagate the changes the hello changes slightly:\n\n[source,shell]\n----\n$ make hello\n{\n  \"hello\": \"Howdie!\"\n}\n----\n\n== Under the hood\n\nThe magic basically happens here:\n\n[source,go]\ninclude::todo-service-unleash/adapter/TodoResource.go[tag=unleash,indent=2]\n\n== Links\n\n- https://github.com/Unleash/unleash\n- https://www.getunleash.io/\n- https://featureflagsbook.com/\n- https://slumber.lucaspickering.me/book/introduction.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funexist%2Fshowcase-feature-flags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funexist%2Fshowcase-feature-flags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funexist%2Fshowcase-feature-flags/lists"}