Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does this compare to other DAG solutions? #17

Open
darwinyip opened this issue Jun 24, 2020 · 3 comments
Open

How does this compare to other DAG solutions? #17

darwinyip opened this issue Jun 24, 2020 · 3 comments
Labels
question Further information is requested

Comments

@darwinyip
Copy link

For example how is it same or different from Airflow or Prefect?

@fristonio
Copy link
Owner

fristonio commented Jun 24, 2020

Hey @darwinyip

Xene is under active development and currently lacks a lot of features when compared to full-fledged solutions like Airflow, Perfect, Argo, or Temporal. This includes features like

  • Data pipelines with IO components using connectors in Xene.
  • Custom steps like- artifact pull, image build, etc.
  • Dynamically versioned workflow
  • Workflow orchestration using code
    etc.

I am currently also working on a workflow benchmark using Argo, Airflow, and Xene. Feel free to watch the repository if you want to get notified. I will also try to compare these solutions feature-wise in the same project.

@fristonio fristonio added the question Further information is requested label Jun 24, 2020
@darwinyip
Copy link
Author

Rather than feature comparison, talk about what distinguishes yours from the rest. Maybe there is something you don't like about current solutions that you are trying to address.

@fristonio
Copy link
Owner

Yeah, I think this makes more sense. I am currently working on the design docs of Xene(https://github.com/fristonio/xene/tree/master/docs/design) and will try to incorporate information about architectural/behavioral decisions and differences from other solutions that went into xene there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants