DEV Community

Cover image for An Open Source DevOps Toolchain Manager
Maxim Wheatley
Maxim Wheatley

Posted on

An Open Source DevOps Toolchain Manager

Hey Dev.to Family! Forgive my shameless promotion, but I'm proud of my teammates and want to share, and hoping you'll help!

*Quick demo video at the bottom of the post!
*

DevStream, is an open source DevOps toolchain manager that we developed to make it fast and easy to configure, launch, and manage a workflow in just a few minutes with a single command.

https://github.com/merico-dev/stream

As we've built DevOps tools, it became clear what a headache it was for teams to set up new workflows (and many don't really have them because of this!) So we wanted to do our part to solve this.

No more manual curl/wget download, apt install, helm install; no more local experiments and playing around just to get a piece of tool installed correctly.

DevStream does the hard work for you so you can focus on building (the fun part!)

Image description

You can define your desired DevOps tools in a single human-readable YAML config file, and at the press of a button (one single command), you will have your whole DevOps toolchain and SDLC workflow set up.

We've already integrated GitHub Actions, Jenkins, ArgoCI, Grafana/Prometheus, and Trello, more tools on the way!
We'd love your feedback, ideas, contributions, anything is most welcome. We hope you love it and find it as helpful as we intended, and that if so, that you'll help us spread the word!

GitHub link HERE: https://github.com/merico-dev/stream

Top comments (1)

Collapse
 
maximwheatley profile image
Maxim Wheatley

Here's a demo video showing you DevStream in action! youtube.com/watch?v=gHxStaTfUho

We hope you like it!