{"id":13398395,"url":"https://github.com/zatosource/zato","last_synced_at":"2025-05-14T14:09:42.174Z","repository":{"id":1572459,"uuid":"2012231","full_name":"zatosource/zato","owner":"zatosource","description":"ESB, SOA, REST, APIs and Cloud Integrations in Python","archived":false,"fork":false,"pushed_at":"2025-05-10T10:54:18.000Z","size":91676,"stargazers_count":1133,"open_issues_count":0,"forks_count":244,"subscribers_count":78,"default_branch":"main","last_synced_at":"2025-05-10T11:30:34.999Z","etag":null,"topics":["aerospace","airport","api","api-gateway","api-server","automation-framework","defense","enterprise","enterprise-service-bus","esb","fhir","healthcare","hl7","interoperability","ipaas","low-code","orchestration-framework","python","soa","telecommunications"],"latest_commit_sha":null,"homepage":"https://zato.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zatosource.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2011-07-07T13:07:04.000Z","updated_at":"2025-05-10T10:54:22.000Z","dependencies_parsed_at":"2024-01-17T15:38:44.260Z","dependency_job_id":"8efe8a27-ecc2-4d38-b8c1-1cfb2b4fd80a","html_url":"https://github.com/zatosource/zato","commit_stats":{"total_commits":10152,"total_committers":46,"mean_commits":"220.69565217391303","dds":"0.24192277383766747","last_synced_commit":"b55cd364ae6ca5f43a398c5dc05de9fafdca426b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zatosource%2Fzato","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zatosource%2Fzato/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zatosource%2Fzato/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zatosource%2Fzato/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zatosource","download_url":"https://codeload.github.com/zatosource/zato/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254160449,"owners_count":22024569,"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":["aerospace","airport","api","api-gateway","api-server","automation-framework","defense","enterprise","enterprise-service-bus","esb","fhir","healthcare","hl7","interoperability","ipaas","low-code","orchestration-framework","python","soa","telecommunications"],"created_at":"2024-07-30T19:00:24.755Z","updated_at":"2025-05-14T14:09:37.164Z","avatar_url":"https://github.com/zatosource.png","language":"Python","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://zato.io\"\u003e\u003cimg alt=\"\" src=\"https://zato.io/static/img/intro/banner.webp\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Zato /zɑːtəʊ/\n\nESB, SOA, API and Cloud Integrations in Python.\n\nZato is a Python-based, open-source platform that lets you automate, integrate and orchestrate business systems,\nAPIs, workflows as well as hardware assets in industries such as\n[airports](https://zato.io/en/industry/airports/index.html),\n[defense](https://zato.io/en/industry/defense/index.html),\n[health care](https://zato.io/en/industry/healthcare/index.html),\n[telecommunications](https://zato.io/en/industry/telecom/index.html),\nfinancial services,\ngovernment\nand more.\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://zato.io\"\u003e\u003cimg alt=\"ESB, API Integrations and Automation in Python\" src=\"https://upcdn.io/kW15bqq/raw/root/static/img/intro/bus.png\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## What does it look like in practice?\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/user-attachments/assets/058b3ace-ddc3-47a3-b803-302122419aba\" alt=\"\" width=\"600\"/\u003e\n\u003c/p\u003e\n\n```python\n# Zato\nfrom zato.server.service import Service\n\nclass RESTService(Service):\n\n    def handle(self):\n\n        # Request to send ..\n        request = {'user_id':123, 'balance':1357, 'currency':'USD'}\n\n        # .. get a connection to our previously created REST endpoint ..\n        conn = self.out.rest['Billing'].conn\n\n        # .. invoke it ..\n        response = conn.post(self.cid, request)\n\n        # .. and return the response to our caller.\n        self.response.payload = response.data\n```\n\n## Learn more\n\nVisit https://zato.io for the details, including:\n\n* [Downloads](https://zato.io/en/docs/3.2/admin/guide/install/index.html)\n* [Screenshots](https://zato.io/en/docs/3.2/intro/screenshots.html)\n* [Programming examples](https://zato.io/en/docs/3.2/dev/index.html)\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzatosource%2Fzato","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzatosource%2Fzato","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzatosource%2Fzato/lists"}