{"id":22487318,"url":"https://github.com/infiniticio/infinitic","last_synced_at":"2026-01-11T16:54:57.495Z","repository":{"id":37095317,"uuid":"292219324","full_name":"infiniticio/infinitic","owner":"infiniticio","description":"Infinitic is an open source orchestration framework for application teams to build durable and flexible backend processes.","archived":false,"fork":false,"pushed_at":"2025-07-10T10:59:59.000Z","size":36443,"stargazers_count":350,"open_issues_count":9,"forks_count":24,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-07-10T18:20:00.511Z","etag":null,"topics":["automation","microservice","orchestrate-microservices","orchestration","pulsar","workflow","workflow-engine","workflows"],"latest_commit_sha":null,"homepage":"https://infinitic.io","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/infiniticio.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":"2020-09-02T08:06:23.000Z","updated_at":"2025-07-10T10:57:23.000Z","dependencies_parsed_at":"2023-02-10T00:00:50.188Z","dependency_job_id":"6117a211-2920-4fd3-91fb-000d585cfcd3","html_url":"https://github.com/infiniticio/infinitic","commit_stats":null,"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"purl":"pkg:github/infiniticio/infinitic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infiniticio%2Finfinitic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infiniticio%2Finfinitic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infiniticio%2Finfinitic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infiniticio%2Finfinitic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infiniticio","download_url":"https://codeload.github.com/infiniticio/infinitic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infiniticio%2Finfinitic/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268448362,"owners_count":24252019,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"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":["automation","microservice","orchestrate-microservices","orchestration","pulsar","workflow","workflow-engine","workflows"],"created_at":"2024-12-06T17:16:18.727Z","updated_at":"2026-01-11T16:54:57.483Z","avatar_url":"https://github.com/infiniticio.png","language":"Kotlin","readme":"![scarf pixel](https://static.scarf.sh/a.png?x-pxid=b7a9c0b3-ae8b-4e19-838b-36a40ee1cf96)\n\n# Infinitic\n\n[Infinitic](https://infinitic.io), while already used in production for years, is still in active development.\nSubscribe [here](https://infinitic.substack.com) to stay up-to-date.\n\n## What is it?\n\nInfinitic accelerates the implementation of event-driven architectures, reducing development time from months to\nweeks. It is ideal for backend teams developing applications that are time-dependant, dynamic or including human\ninteractions, such as:\n\n* E-commerce platforms with dynamic inventory management and complex delivery and invoicing processes\n* Financial systems handling multi-step transactions with built-in error recovery, or even manual approval for large\n  transfers\n* Supply chain management systems coordinating time-critical logistics across multiple parties\n* Customer support platforms with escalation processes that evolve based on issue complexity and involve human agents\n  for complex cases\n* Subscription-based services managing recurring billing cycles with retry mechanisms and manual review for payment\n  disputes\n* Travel booking systems orchestrating flight, hotel, and car reservations with fallback options\n* Content management systems with multi-stage approval workflows, scheduled publishing, and editorial review processes\n\nBuilding with Infinitic requires only two key components:\n\n- A **database** for storing current workflow states using a simple key-value table (currently supporting Redis,\n  Postgres, and MySQL, with easy expansion to other databases).\n- An **event streaming platform** to securely store and distribute messages generated by Infinitic to workers (currently\n  supporting [Apache Pulsar](https://pulsar.apache.org/)).\n\nDon't worry about mastering these external dependencies - Infinitic handles everything for you. If you're new to these\ntechnologies, [managed instances](https://docs.infinitic.io/docs/references/pulsar#using-infinitic-with-third-party-providers)\nare an excellent solution.\n\nYourself only need to focus on writing your application-specific code:\n\n- **Workflow Workers** orchestrate the execution of your Services. You simply code their description using Service\n  interfaces.\n- **Service Workers** execute your Services. You implement the actual Service logic or API calls, while Infinitic\n  handles all Pulsar-related operations.\n\nThose workers built with the Infinitic SDK - consume messages, process them, and produce responses. The Infinitic SDK\nprovides extensive functionalities that you do not have to code and maintain:\n\n- Implementation of events consumers and producers\n- Management of topics: topology, schemas, and creation\n- Error handling in case of failures\n- Data serialization\n- API for building workflows\n\nAt last, if you already have an existing infrastructure, Infinitic doesn't require you to replace it. Instead, it can\nseamlessly integrate with your current setup, allowing you to develop new features and enhance your system's\ncapabilities without disrupting your existing architecture.\n\nKey benefits of using Infinitic:\n\n* **Flexibility**: Harness the full power of programming languages with loops, conditions, and data manipulation to\n  define durable processes.\n* **Easy Maintenance**: Workflows are easy to understand, consolidated in a single class, and version-controlled like\n  standard code.\n* **Enhanced Observability**: Comprehensive monitoring with detailed insights available on dashboards.\n* **Unmatched Reliability**: Workflows remain resilient to service or worker failures, ensuring consistent operation.\n* **High Scalability**: Infinitic's core event-driven architecture guarantees exceptional scalability.\n\n## Getting Started\n\nSee the [documentation](https://docs.infinitic.io).\n\n## 📬 Contact \u0026 Contributions\nHave a feature request, question, or an idea for improvement? We’d love to hear from you.\n\nFor custom requests, consulting, or paid contributions, feel free to reach out directly:\n👉 Contact [Gilles Barbier](https://gillesbarbier.dev)\n\n","funding_links":[],"categories":["Kotlin","微服务库"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfiniticio%2Finfinitic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfiniticio%2Finfinitic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfiniticio%2Finfinitic/lists"}