{"id":34090841,"url":"https://github.com/paloaltodatabases/sequor-integrations","last_synced_at":"2026-04-01T20:20:31.050Z","repository":{"id":291193302,"uuid":"976884779","full_name":"paloaltodatabases/sequor-integrations","owner":"paloaltodatabases","description":"Pre-built, production-ready integrations and examples for Sequor","archived":false,"fork":false,"pushed_at":"2025-06-14T00:22:58.000Z","size":64,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-28T00:11:12.768Z","etag":null,"topics":["api-integration","app-integration","data-integration","etl","sequor","sql"],"latest_commit_sha":null,"homepage":"https://sequor.dev/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paloaltodatabases.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-02T23:58:19.000Z","updated_at":"2025-07-02T14:10:10.000Z","dependencies_parsed_at":"2025-05-03T01:39:25.773Z","dependency_job_id":"8d3aade6-e311-4101-92e9-1c8516887fa0","html_url":"https://github.com/paloaltodatabases/sequor-integrations","commit_stats":null,"previous_names":["paloaltodatabases/sequor-integrations"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paloaltodatabases/sequor-integrations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paloaltodatabases%2Fsequor-integrations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paloaltodatabases%2Fsequor-integrations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paloaltodatabases%2Fsequor-integrations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paloaltodatabases%2Fsequor-integrations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paloaltodatabases","download_url":"https://codeload.github.com/paloaltodatabases/sequor-integrations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paloaltodatabases%2Fsequor-integrations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api-integration","app-integration","data-integration","etl","sequor","sql"],"created_at":"2025-12-14T14:27:16.346Z","updated_at":"2026-04-01T20:20:31.021Z","avatar_url":"https://github.com/paloaltodatabases.png","language":null,"readme":"# Sequor Integrations\n\nProduction-ready, tested integrations for [Sequor](https://sequor.dev) – the SQL-centric, code-first platform for modern app/API integration.\n\n## Overview\n\nThis repository contains pre-built integration flows for popular services including Salesforce, Shopify, Mailchimp, and many more. Each integration provides:\n\n- **Production-ready implementation** with continuous testing and validation\n- **Complete bidirectional data flows** for ingesting data and updating external systems\n- **Pre-solved common challenges** including authentication, pagination, and response mapping\n- **Consistently structured flows** following best practices for maintainability\n\n## Integration structure\n\nEach integration follows a consistent pattern:\n\n```\nflows/\n  └── \u003csystem_name\u003e_\u003cverb\u003e_\u003cobject\u003e.yaml  # Integration flow (e.g. mailchimp_fetch_subscribers.yaml)\n  └── \u003csystem_name\u003e_env.yaml                # Environment variables required for the integration\nsources/\n  └── \u003csystem_name\u003e.yaml                  # Source configurations\n```\n\n## Environment setup\n\nBefore running any integration flow:\n\n1. Locate the relevant `\u003csystem_name\u003e_env.yaml` file for your integration\n2. Add the required environment variables to your Sequor environment\n3. Run the desired integration flow\n\n## Learning from examples\n\nEven if your target system isn't included, these integrations demonstrate reusable patterns for:\n\n- Authentication flows (OAuth, API keys, etc.)\n- Configuring and parameterizing HTTP requests\n- Response parsing and database mapping\n- Implementing pagination strategies\n- Bidirectional data integrations\n\nThe repository showcases all common integration patterns that you can apply to build your own custom integrations.\n\n## Getting started\n\n```bash\n# Clone the repository\ngit clone https://github.com/sequor/sequor-integrations.git\n\n# Navigate to the repository\ncd sequor-integrations\n\n# Configure environment variables\n# (Add required values from \u003csystem_name\u003e_env.yaml to your Sequor environment)\n\n# Run an integration flow. For example:\nsequor run flows/mailchimp_fetch_subscribers.yaml\n```\n\n## Contributing\n\nWe welcome contributions! If you've built an integration that others might find useful, please consider submitting a pull request.\n\n## Stay connected\n\nWe continuously add new integrations. Subscribe to the [Sequor newsletter](https://buttondown.com/sequor) to receive updates.\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaloaltodatabases%2Fsequor-integrations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaloaltodatabases%2Fsequor-integrations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaloaltodatabases%2Fsequor-integrations/lists"}