{"id":22794356,"url":"https://github.com/etff/feature-toggle","last_synced_at":"2025-03-30T17:42:59.911Z","repository":{"id":266406433,"uuid":"698858938","full_name":"etff/feature-toggle","owner":"etff","description":"unleash 실습을 통한 feature-toggle 학습","archived":false,"fork":false,"pushed_at":"2023-10-01T07:30:41.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T13:08:43.478Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/etff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-10-01T07:29:52.000Z","updated_at":"2023-10-01T07:30:44.000Z","dependencies_parsed_at":"2024-12-04T05:41:18.914Z","dependency_job_id":null,"html_url":"https://github.com/etff/feature-toggle","commit_stats":null,"previous_names":["etff/feature-toggle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etff%2Ffeature-toggle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etff%2Ffeature-toggle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etff%2Ffeature-toggle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etff%2Ffeature-toggle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etff","download_url":"https://codeload.github.com/etff/feature-toggle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246357630,"owners_count":20764360,"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":[],"created_at":"2024-12-12T04:08:05.836Z","updated_at":"2025-03-30T17:42:59.886Z","avatar_url":"https://github.com/etff.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## FEATURE TOGGLE(UNLEASH)\n## Unleash\n\u003e https://github.com/Unleash/unleash\n- 오픈소스\n- 실제로 사용하고 있는 회사와 10개 이상 커뮤니티 SDK 존재\n- 깃헙스타 9k+\n\n## DOCS\n- https://docs.getunleash.io/reference/sdks/java\n\n## 실습\n### 개발환경\n- Docker\n- Java 17\n- Spring boot 3\n### STEP1\n```\ngit clone https://github.com/Unleash/unleash.git\ncd unleash\ndocker-compose up -d\n```\n### STEP2\n- http://localhost:4242 접속\n- feature 신규 생성 ex) feature-001\n- 작동할 환경 설경(develop, production)\n- Toggle 설정\n\n### STEP3 \n- 프로젝트의 application.yml\n```\nio:\n  getunleash:\n    app-name: \n    instance-id: \n    environment: \n    api-url: \n    api-token: \n```\n부분을 unleash 관리자 페이지에서 가져와 넣고 실행\n\n### STEP4\n- http://localhost:8080/toggle 에 접속하면\n- 화면에 old-feature 가 출력된다.\n```\nold-feature\n```\n- unleash 관리자 페이지에서 toggle을 활성화한뒤 \nhttp://localhost:8080/toggle 에 접속하면\n실시간으로 feature-001이 활성화된다.\n```\nfeature-001\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetff%2Ffeature-toggle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetff%2Ffeature-toggle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetff%2Ffeature-toggle/lists"}