Skip to content

Dataplane is an Airflow inspired data platform with additional data mesh capability to automate, schedule and design data pipelines and workflows.

License

Notifications You must be signed in to change notification settings

BardyshBorys/dataplane

 
 

Repository files navigation

GitHub Workflow Status (event) Docker Pulls

If you like Dataplane, give it a star ⭐

Dataplane (Beta)

⚡️ Extreme performance with a low memory and CPU footprint.
🖐 Drag drop data pipeline builder.
🧑‍💻 Built in Python code editor.
👮 Granular permissions for teams to collaborate with segregated access.
🐿 Secrets management with logging redaction allows team members to use secure resources without revealing passwords.
⏱ Scheduler with multiple time zone support.
🌍 Setup isolated environments to develop, test & deploy across data mesh domains.
📊 Monitor real-time resource usage by analytical workloads.
⭐️ Distributed computing with worker groups.
🌳 Add more replicas for high availability and scale.
☁️ Cloud native

Pipeline Running Screen Recording 4K pre render v2

About the project

The idea behind Dataplane is to make it quicker and easier to build robust data pipelines and automated workflows for businesses and teams of all sizes. In addition to being more user friendly, there has been an emphasis on scaling, resilience, performance and security. It is early days for Dataplane with the first beta release. We would love to hear your thoughts and for you to get involved.

Website: https://dataplane.app/
Documentation: https://learn.dataplane.app/
Demo: https://dataplane.app/demo

Quick start with Docker

Requires Docker engine installed - https://docs.docker.com/engine/install/
Download the quick start docker compose file

curl -LfO 'https://raw.githubusercontent.com/dataplane-app/dataplane/main/quick-start/docker-compose.yaml'

Run docker compose

docker-compose up

For first time setup, follow the get started process at: http://localhost:9001/webapp/get-started

To use Dataplane, go to http://localhost:9001/webapp/
Docker releases: https://hub.docker.com/u/dataplane

Develop Dataplane code

There is a containerised development environment setup for VS code.

To get started with a development setup follow these steps

  1. Install Remote Development in VS Code - extension id: ms-vscode-remote.vscode-remote-extensionpack
  2. Click on the green section with two chevrons bottom left corner of VS code "Open a remote window"
  3. Ensure Docker is running
  4. Click on "Reopen in Container"
  5. To work outside of the container, click on the green section again and select "Reopen Folder Locally"

License

The project published in this git repo is released under the Source Available License - Business Source License 1.1 (BSL). The license was chosen to discourage cloud providers offering this project as a data platform service. If you would like to offer Dataplane as a service, we are open to the conversation, come speak to us. For the rest of you (99.999%) who are using the software for your own personal or business needs, you can use the software freely where these restrictions will not apply.

Thanks to Vectorized (https://vectorized.io/blog/open-source/), CockroachDB and Mariadb for researching and developing the Business Source License. We share the same views to strike a balance between making software open to the community while being protected from unfair practices that aim to commercially benefit without giving back to the community.

About

Dataplane is an Airflow inspired data platform with additional data mesh capability to automate, schedule and design data pipelines and workflows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 60.1%
  • Go 39.2%
  • Other 0.7%