flowman
flowman copied to clipboard
Flowman is an ETL framework powered by Apache Spark. With its declarative approach, Flowman simplifies the development of complex data pipelines.
Flowman
The declarative data build tool based on Apache Spark.
🤔 What is Flowman?
Flowman is a data build tool based on Apache Spark that simplifies the act of implementing data transformation logic as part of complex data pipelines. Flowman follows a strict "everything-as-code" approach, where the whole transformation logic is specified in purely declarative YAML files. These describe all details of the data sources, sinks and data transformations. This is much simpler and efficient than writing Spark jobs in Scala or Python. Flowman will take care of all the technical details of a correct and robust implementation and the developers can concentrate on the data transformations themselves.
In addition to writing and executing data transformations, Flowman can also be used for managing physical data models, i.e. Hive or SQL tables. Flowman can create such tables from a specification with the correct schema and also automatically perform migrations. This helps to keep all aspects (like transformations and schema information) in a single place managed by a single tool.
💪 Noteable Features
- Semantics of a build tool like Maven — just for data instead for applications
- Declarative syntax in YAML files
- Data model management (Create, Migrate and Destroy Hive tables, JDBC tables or file based storage)
- Generation of meaningful data model documentation
- Flexible expression language for parametrizing a project for different environments (DEV, TEST, PROD)
- Jobs for managing build targets (like copying files or uploading data via sftp)
- Automatic data dependency management within the execution of individual jobs
- Meaningful logging output & rich set of execution metrics
- Powerful yet simple command line tools
- Extendable via Plugins
💾 Supported Data Sources and Sinks
Flowman supports a wide range of data sources, for example
- Various cloud blob storages (S3, ABS, ...)
- Relational databases (Postgres, Azure SQL, MS SQL Server, MariaDB, ...)
- Hadoop (HDFS & Hive)
- Streaming sources (Kafka)
For file-based sources and sinks, Flowman supports commonly used file formats like CSV, JSON, Parquet and much more. The official documentation provides an overview of supported connectors.
📚 Documentation
You can find the official homepage at Flowman.io and a comprehensive documentation at Read the Docs.
🤓 How do I use Flowman?
1. Install Flowman
You can set up Flowman by following our step-by-step instructions for local installations or by starting a Docker container
2. Create a Project
Flowman will provide some example projects in the examples subdirectory, which you can use as a starting point.
3. Execute the Project
You can execute the project interactively by starting the Flowman Shell
🚀 Installation
You simply grab an appropriate pre-build package at GitHub, or you can use a Docker image, which is available at Docker Hub. More details are described in the Quickstart Guide or in the official Flowman documentation.
🏗 Building
You can build your own Flowman version via Maven with
mvn clean install
Please also read BUILDING.md for detailed instructions, specifically on build profiles.
💙 Community
- Slack: Message us on Slack
😍 Contributing
You want to contribute to Flowman? Welcome! Please read CONTRIBUTING.md to understand how you can contribute to the project.
- GitHub issue tracker for Flowman to report feature requests or bugs.
📄 License
This project is licensed under Apache License 2.0 - see the LICENSE file for details.
