Skip to Content
DevelopProjects

Project

A project in Sequor is a collection of integration flows and source definitions that work together to solve specific data integration needs.

Project structure

Sequor project has the following structure:

my-integration/ # Root directory of project ├── flows/ # Directory for your integration flows │ └── example_flow.yaml # Sample integration flow ├── sources/ # Directory for source definitions used in flows │ └── example_source.yaml # Sample source └── sequor_project.yaml # Project configuration file
Last updated on