{"id":50347459,"url":"https://github.com/wembie/resilix","last_synced_at":"2026-05-29T20:01:23.271Z","repository":{"id":356936581,"uuid":"1234643806","full_name":"Wembie/Resilix","owner":"Wembie","description":"Production-ready Redis toolkit for Go and Python with retries, DLQ, consumers, streams, pub/sub, observability, circuit breakers, pooling, and scalable worker orchestration for resilient distributed systems.","archived":false,"fork":false,"pushed_at":"2026-05-19T03:17:15.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-19T05:50:37.381Z","etag":null,"topics":["consumer","consumers","go","python","redis","stream","streams"],"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/Wembie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-10T13:05:26.000Z","updated_at":"2026-05-19T03:15:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Wembie/Resilix","commit_stats":null,"previous_names":["wembie/resilix"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Wembie/Resilix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wembie%2FResilix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wembie%2FResilix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wembie%2FResilix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wembie%2FResilix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wembie","download_url":"https://codeload.github.com/Wembie/Resilix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wembie%2FResilix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33668186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["consumer","consumers","go","python","redis","stream","streams"],"created_at":"2026-05-29T20:01:22.081Z","updated_at":"2026-05-29T20:01:23.263Z","avatar_url":"https://github.com/Wembie.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resilix\n\nResilix is an enterprise-grade Redis SDK monorepo focused on resilient backend systems, high throughput workloads, rich observability, and production-safe developer experience.\n\nCurrent priority:\n\n- Go SDK: active implementation\n- Python SDK: architectural preparation only\n\n## Install\n\nFor Go consumers, the public module path is:\n\n```bash\ngo get -v github.com/Wembie/Resilix/sdk/go\n```\n\nDocker is not required to consume the library. The Docker and observability assets in this repository are only for local integration, debugging, and maintainers of Resilix itself.\n\n## Design Principles\n\n- Clean and hexagonal architecture\n- Strong domain modularity\n- Concurrency safety and backpressure awareness\n- Resilience by default\n- First-class observability\n- Secure configuration and transport\n- Predictable DX for application teams\n\n## Monorepo Layout\n\n```text\n.\n|-- sdk/\n|   |-- go/\n|   `-- python/\n|-- examples/\n|-- benchmarks/\n|-- docs/\n|-- scripts/\n|-- deploy/\n|-- internal/\n|-- proto/\n|-- tests/\n|-- docker/\n`-- observability/\n```\n\n## Quick Start\n\n1. Install the Go SDK:\n\n   ```bash\n   go get -v github.com/Wembie/Resilix/sdk/go\n   ```\n\n2. Run Go tests:\n\n   ```bash\n   make test\n   ```\n\n3. Optional: start local Redis plus observability for integration work:\n\n   ```bash\n   make docker-up\n   ```\n\n4. Run the CLI health probe:\n\n   ```bash\n   go run ./sdk/go/cmd/resilixctl --config ./docs/sample-config.yaml\n   ```\n\n## Repository Standards\n\n- Conventional Commits\n- Per-SDK VERSION files\n- Pre-commit hooks\n- GitHub Actions with separated Go and Python validation\n- Security and dependency scanning\n- Benchmarks and observability assets\n\n## Documentation\n\n- Architecture: [docs/architecture/overview.md](docs/architecture/overview.md)\n- ADRs: [docs/adr](docs/adr)\n- Guides: [docs/guides](docs/guides)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwembie%2Fresilix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwembie%2Fresilix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwembie%2Fresilix/lists"}