Skip to content

OrcaWorkflows/orca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Orca Workflows

No-code data orchestration platform.
Explore»

This repository consists of all of Orca Workflows' components. Please refer to below
Orca | Orca Service | Orca Operators | Orca Charts

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Orca Workflows is no-code data orchestration platform which allows users to build data workflows with no learning curve.

Getting Started

OrcaWorkflows runs on Kubernetes cluster. There are several repositories that forms Orca Workflows as a system.

  • Orca: User interface of the system.
  • Orca Service: Backend service based on Spring Boot framework.
  • Orca Operators: Modules responsible for data operations invoked by Argo.
  • Orca Charts: Kubernetes charts for deployment.

Prerequisites

  • Maven
  • Docker
  • Kubernetes cluster
  • Argo workflows

Installation

  1. Clone the repo
    git clone https://github.com/OrcaWorkflows/orca
  2. Build&deploy docker images of operators, orca and service. Please refer to build&deploy instructions in their respective locations.
  3. Clone charts. To install all configurations and applications into Kubernetes cluster, please refer to the instructions in charts.
  4. Login to the system with admin credentials through [YOUR_K8S_HOST_IP:SERVICE_PORT(default=30300)].

Usage

Check out demo and blogs. Orca Workflows Demo

Roadmap

  • Add Scheduling feature
    • Backend
    • Frontend
  • Full GCP integration
  • UX Enhancements
  • Add data preview feature
    • A dynamic interface
  • Add data persistence feature
  • Add export/import feature

See the open issues for a full list of proposed features (and known issues).

Note: GCP is not fully functional unless you specify your own GCP configuration via volume mounts.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request

License

Distributed under the Apache 2.0 License. See LICENSE.txt for more information.

Contact

Burak Altas - @BurakkAltas - burak.altas@gmail.com

(back to top)