HackerTrans
TopNewTrendsCommentsPastAskShowJobs

awenix

no profile record

Submissions

[untitled]

1 points·by awenix·năm ngoái·0 comments

Show HN: Pippy – Pipelines for GitHub Actions

pippy.dev
50 points·by awenix·2 năm trước·21 comments

comments

awenix
·7 tháng trước·discuss
I understand that orchestration,log storage, keeping software updated can cost money, which they seem to recover from charging for software. Hopefully there is support now included with self hosted runners being charged.
awenix
·năm ngoái·discuss
groupcache[https://github.com/golang/groupcache] has been around for some time now.
awenix
·2 năm trước·discuss
Another solid code search tool https://github.com/hound-search/hound.

Based on regexp
awenix
·2 năm trước·discuss
Thanks for trying this out. The command line version is open source and completely free, its local only and interacts with Github only.

you can try it here https://github.com/nixmade/pippy
awenix
·2 năm trước·discuss
I updated the site to include differentiators. Agree that most of it has already been offered by Github.
awenix
·2 năm trước·discuss
Sorry about the site not being clear. Agree most of this is already offered by Github, I updated the site to have key differentiators

- Automatic rollback on monitoring failures

- Datadog monitoring, queries configured datadog monitors after the workflow execution upto 15mins (right now hard coded). Optionally rollback if monitors are in failed state. This is also achievable with having a Github Action workflow query datadog monitors and stop further stages.
awenix
·2 năm trước·discuss
I have been made aware of deployments in Github https://docs.github.com/en/actions/deployment/targeting-diff... which offers similar functionality, without external monitoring or Rollback. The advantage of Azure devops is integration with Azure identity, making setup of approvals, reviewers easier.

pippy makes it easy to setup pipeline from simple workflows using UI (which Azure devops is good at), while in Github you may need to create a parent workflow which comprises of these individual simple workflows.
awenix
·2 năm trước·discuss
Github does offer deployments https://docs.github.com/en/actions/deployment/targeting-diff... which is similar in comparison, but i feel there are lot of steps to go through to get this working and creating pipeline for simple workflows makes it hard.

Azure pipelines offered this by setting up reviewers, approvals, but reading more about Github deployments, they might be similar.
awenix
·2 năm trước·discuss
Thank you for the feedback. Agree that most of the features are offered as https://docs.github.com/en/actions/deployment/targeting-diff..., unfortunately i haven't played with it. Will improve the landing page to focus on the pieces different from what is offered by Github.

>but I always want to click on those feature boxes for more info

Sorry about that, will work on not using cards :( I do not have much design/UI experience, and the lack of it shows here.
awenix
·2 năm trước·discuss
If you are referring to https://docs.github.com/en/actions/deployment/targeting-diff..., unfortunately i haven't played with it, and agree that it does offer most of the features offered by the product. As you mentioned the differentiator is the automatic rollback and support for external monitoring (datadog as of now). Would love to learn more about how you are using Github actions so i can make the product better, if you can drop an email to hello @ nixmade.com

For Cloud API, my post have been a little confusing, was suggesting/hoping 3rd party services to integrate with open source orchestrator https://github.com/nixmade/orchestrator so they can have their own version of pippy (not Github Actions).
awenix
·2 năm trước·discuss
Nice to see an open source implementation, i have been seeing many startups get into this space like https://www.retellai.com/, https://fixie.ai/ etc. They always end up needing speech-to-speech models (current approach seems speech-text-text-speech with multiple agents handling 1 listening + 1 speaking), excited to see how this plays with recently announced gpt-4o
awenix
·2 năm trước·discuss
Looks very similar to Service Fabric https://learn.microsoft.com/en-us/azure/service-fabric/servi.... I have heard it scale upto 2000 nodes and extensively used internally at microsoft.