Live data from Hacker News

Show HN: Gaia – Build pipelines in any programming language

gaia-pipeline.io

1–10 of 69 posts

Re: Show HN: Gaia – Build pipelines in any programming language

#4
Raises the question "what is a pipeline"? I'm assuming you don't mean the "prog | sort" kind of pipeline, but I was no clearer after reading it what you do mean.

Also, make the page display something without 2 different Javascript sources having to be enabled.

Re: Show HN: Gaia – Build pipelines in any programming language

#5
post #2

Is there an example video somewhere on how this looks in usage?

Hey simplify. Yes, actually when you open the website (https://gaia-pipeline.io) it should automatically start the video. Otherwise, have a look here: https://gaia-pipeline.io/video/gaia.mp4

Re: Show HN: Gaia – Build pipelines in any programming language

#7
post #3

Looks like a great idea. What's the roadmap for any programming language SDKs in your "Develop Pipelines" section, such as for Rust?

We have just added the support for C++ and currently looking at Rust but it's a bit tricky. There is no official gRPC SDK for Rust but I think we will manage it soon. :-)

Re: Show HN: Gaia – Build pipelines in any programming language

#8
I agree with other commenters that it would be really helpful to understand exactly what you mean by "pipeline", and how they can help/improve a project or workflow. What problem does this solve, and how does it solve that problem better than other solutions?

Also, very minor nitpick, but your programming language icons shouldn't be in tags. They appear to be clickable, but do nothing, which gives the appearance that the site is not working as intended.

Re: Show HN: Gaia – Build pipelines in any programming language

#10
post #4

Raises the question "what is a pipeline"? I'm assuming you don't mean the "prog | sort" kind of pipeline, but I was no clearer after reading it what you do mean. Also, make the page display something without 2 different Javascript sources having to be enabled.

Thanks for the feedback. I will add that!

To answer your question, a pipeline is a real application which consists of at least one function (we call it job). You can compare it with a Jenkins Pipeline (https://jenkins.io/solutions/pipeline/). Therefore, a pipeline is one flow of automation task which consists of one or more steps.

Post reply on HN