Hacker Newsnew | past | comments | ask | show | jobs | submit | awenix's commentslogin

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.


groupcache[https://github.com/golang/groupcache] has been around for some time now.


The original groupcache is basically unmaintained, but there's at least two forks that have carried on active development and support additional nice features (like eviction), and should probably be preferred for most projects.

https://github.com/groupcache/groupcache-go


It's very limited in scope, but if it solves your needs it would be the way to go.


I'm insanely fascinated by Groupcache. It's such a cool idea.


Another solid code search tool https://github.com/hound-search/hound.

Based on regexp


It seems to be unmaintained. The last commit was more than a year ago.


Yeah, it's quite old ( https://www.etsy.com/codeascraft/announcing-hound-a-lightnin... - 2015) Sourcegraph has a more polished interface, Hound is very bare in comparison.

However, Hound does the job well.


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


fantastic. ill give it a go!


I updated the site to include differentiators. Agree that most of it has already been offered by Github.


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.


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.


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.


It sounds like approvals might be the key feature that Pippy is adding on top of GitHub Actions.


GHA already has approvals.


Pippy has stage level approvals. As far as I know,after playing with GHA a lot, the only approval is for the entire PR.


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.


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).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: