{"id":28724162,"url":"https://github.com/featurevisor/featurevisor-go","last_synced_at":"2025-06-27T05:34:00.132Z","repository":{"id":255587725,"uuid":"712059781","full_name":"featurevisor/featurevisor-go","owner":"featurevisor","description":"Go SDK for Featurevisor (in progress)","archived":false,"fork":false,"pushed_at":"2024-09-11T21:10:35.000Z","size":93,"stargazers_count":1,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-15T10:09:22.316Z","etag":null,"topics":[],"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/featurevisor.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,"zenodo":null}},"created_at":"2023-10-30T17:56:45.000Z","updated_at":"2024-12-12T12:58:29.000Z","dependencies_parsed_at":"2024-09-12T06:05:58.845Z","dependency_job_id":null,"html_url":"https://github.com/featurevisor/featurevisor-go","commit_stats":null,"previous_names":["featurevisor/featurevisor-go"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/featurevisor/featurevisor-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/featurevisor%2Ffeaturevisor-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/featurevisor%2Ffeaturevisor-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/featurevisor%2Ffeaturevisor-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/featurevisor%2Ffeaturevisor-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/featurevisor","download_url":"https://codeload.github.com/featurevisor/featurevisor-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/featurevisor%2Ffeaturevisor-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260039075,"owners_count":22949564,"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":"2025-06-15T10:09:21.394Z","updated_at":"2025-06-27T05:34:00.099Z","avatar_url":"https://github.com/featurevisor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# featurevisor-go\n\nGo SDK for [Featurevisor](https://featurevisor.com).\n\nUnder heavy development. Not ready yet.\n\n## TODOs\n\n- [ ] Types\n  - [x] Initial batch of types\n  - [ ] Create parser functions for `DatafileContent` and `Test`\n- [x] Bucketing\n  - [x] Add bucketing functions following murmurhashv3 algorith\n  - [x] Add tests using same fixtures as JS SDK\n- [x] Logger\n  - [x] Create `Logger` struct\n  - [x] Add tests\n- [ ] DatafileReader\n  - [ ] Create `DatafileReader` struct\n  - [ ] Add tests\n- [ ] Conditions\n  - [ ] Write conditions evaluator\n  - [ ] Add tests\n- [ ] Segments\n  - [ ] Write segments evaluator\n  - [ ] Add tests\n- [ ] Emitter\n  - [ ] Create Emitter class, keeping multithreading in mind\n  - [ ] Add tests\n- [ ] Feature\n  - [ ] Create common functions for feature evaluation\n- [ ] Instance\n  - [ ] Create `Instance` struct\n  - [ ] Options:\n    - [ ] `bucketKeySeparator`\n    - [ ] `configureBucketKey`\n    - [ ] `configureBucketValue`\n    - [ ] `datafile`\n    - [ ] `datafileUrl`\n    - [ ] `handleDatafileFetch`\n    - [ ] `initialFeatures`\n    - [ ] `interceptContext`\n    - [ ] `logger`\n    - [ ] `onActivation`\n    - [ ] `onReady`\n    - [ ] `onRefresh`\n    - [ ] `onUpdate`\n    - [ ] `refreshInterval`\n    - [ ] `stickyFeatures`\n  - [ ] Methods:\n    - [ ] `onReady`\n    - [ ] `setDatafile`\n    - [ ] `setStickyFeatures`\n    - [ ] `getRevision`\n    - [ ] `getFeature`\n    - [ ] `getBucketKey`\n    - [ ] `getBucketValue`\n    - [ ] `isReady`\n    - [ ] `refresh`\n    - [ ] `startRefreshing`\n    - [ ] `stopRefreshing`\n    - [ ] `evaluateFlag`\n    - [ ] `isEnabled`\n    - [ ] `evaluateVariation`\n    - [ ] `getVariation`\n    - [ ] `activate`\n    - [ ] `evaluateVariable`\n    - [ ] `getVariable`\n    - [ ] `getVariableBoolean`\n    - [ ] `getVariableString`\n    - [ ] `getVariableInteger`\n    - [ ] `getVariableDouble`\n    - [ ] `getVariableArray`\n    - [ ] `getVariableObject`\n    - [ ] `getVariableJSON`\n  - [ ] `createInstance` function\n  - [ ] Add tests\n- [ ] Test runner\n  - [ ] Create an executable `featurevisor-go` that runs tests\n\n## Local development\n\n```\n$ go build\n$ go test\n```\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeaturevisor%2Ffeaturevisor-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeaturevisor%2Ffeaturevisor-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeaturevisor%2Ffeaturevisor-go/lists"}