star-history
robusta


star-history | robusta | |
---|---|---|
47 | 37 | |
6,949 | 2,672 | |
2.5% | 1.4% | |
6.0 | 9.5 | |
8 days ago | 6 days ago | |
TypeScript | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
star-history
-
Open source alternative to Postman / Insomnia
They explicitly sold themselves as an Insomnia alt.
Here is their usage graph: https://star-history.com/#usebruno/bruno&Date
Insomnia introduced account shenanigans around the end of Sept 23: https://github.com/Kong/insomnia/discussions/6590
- Airflow – Stream media files directly from macOS to AirPlay devices
-
Why and How I Created an Explorer for GitHub Awesome Lists
Sort by Trending: I want to display projects that have gained the most stars in the past week or month. I've learned from https://star-history.com/ how to generate star history and have started implementing it, but it needs testing.
- Nginx Has Moved to GitHub
- Coolify The self-hosting revolution for the 99%
- GitHub Star History
-
What's trending on GitHub week ending July 28 2024
Is this an editorialized list? Or is there some sort of programmatic filter applied?
Would have expected to see our repo, roboflow/sports, here given 1211 new stars (4.3x) this week.
https://star-history.com/#roboflow/sports&Date
-
Node.js Is Here to Stay
Comparing to Node it seems to be at about the same rate: https://star-history.com/#denoland/deno&nodejs/node&Date. It's actually quite impressive how close it is.
-
Ask HN: Why do you all think that Htmx is such a recent development?
I created the library that would become intercooler.js in 2012 and released it in 2013, based on a mashup of $.load(), pjax & angular attributes.
The world at that time was not ready to consider an alternative to the hot new ideas coming out of the big tech companies (angular from google, react from facebook).
In 2020 during covid i decided to rewrite intercooler.js w/o the jQuery dependency and rename it to htmx. The django community started picking it up because they were being largely ignored by the next.js/etc. world and they didn't have a built in alternative like rails has w/ Turbo.
In 2023 it got picked up by an ocaml twitch streamer, teej_dv, who knew some other folks in the twitch programming community. He told ThePrimeagen about it who took a look at it in July 2023 on stream and became enthusiastic about it. At the same time FireshipDev did an "htmx in 100 seconds" short on it. That lit the rocket. I was lucky that I also had just released my book https://hypermedia.systems at around the same time (it had been cancelled by a major publisher about a year beforehand.)
Another thing that happened is that Musk bought twitter, and a large number of big tech twitter accounts left. This opened up an opportunity for new tech twitter accounts to grow up, like a fire in a forest. I am pretty good at twitter and was able to take advantage of that situation.
Here's the story visually:
https://star-history.com/#bigskysoftware/htmx&bigskysoftware...
So I spent about a decade screaming into the void about hypermedia and had largely given up on the idea making a dent, rewrote intercooler.js just to stay sane during covid and then got very, very lucky.
-
Stirling PDF: Self-hosted, web-based PDF manipulation tool
I have some questions about the Github Star history, it's very unusual to see a ~1 year old with 20k+ stars.
It went from 6k to 15k+ stars in a few days around 2023 Christmas when global internet traffic is usually lowest, and I couldn't find any major social media posts or announcements around that time. If you're gonna buy stars don't buy 10k+ stars on one day, spread it out a bit!
https://star-history.com/#Stirling-Tools/Stirling-PDF&Date
https://www.google.com/search?q=%22stirling%22+%22PDF%22&sca...
robusta
-
AIOps : Déboguer son cluster Kubernetes en utilisant l’intelligence artificielle générative via…
apiVersion: v1 kind: Pod metadata: name: inventory-management-api spec: containers: - name: nginx image: nginx ports: - containerPort: 80 command: - wge - "-O" - "/work-dir/index.html" - https://home.robusta.dev (base) root@k8sgpt:~# kubectl apply -f https://raw.githubusercontent.com/robusta-dev/kubernetes-demos/refs/heads/main/crashloop_backoff/create_crashloop_backoff.yaml pod/inventory-management-api created (base) root@k8sgpt:~# kubectl get po NAME READY STATUS RESTARTS AGE inventory-management-api 0/1 ContainerCreating 0 5s (base) root@k8sgpt:~# kubectl get po NAME READY STATUS RESTARTS AGE inventory-management-api 0/1 RunContainerError 1 (1s ago) 10s
-
Show HN: Kr8s a batteries-included Python client library for Kubernetes
To put one more option out there, we use Hikaru (https://pypi.org/project/hikaru/) in Robusta.dev (https://github.com/robusta-dev/robusta) and have been pretty happy with it. Example code below:
with Pod().read(name='thename', namespace='the-namespace') as p:
- Robusta 0.10.17 released - track Ingress changes, Helm failures, and more
-
datadog-agent VS robusta - a user suggested alternative
2 projects | 31 May 2023
Open Source alternative based on Prometheus
-
kubevoy VS robusta - a user suggested alternative
2 projects | 31 May 2023
-
Kubernetes Tooling ranking on GitHub
I'm from the Robusta team (https://github.com/robusta-dev/robusta) which bursts upwards towards the end. Happy to answer any questions!
-
Broke the Kubernetes cluster, and asked ChatGPT to write me a poem about it in Shakespear style
The guys at Robusta, added it into thier slack so when alerts pop of issues in k8s, chatgpt can be used to investigate and offer options to check and potentially solutions. Next phase is probably to let it also apply it :)
-
Troubleshooting k8s - your recommendations for strategies and tools.
It's no replacement for learning how things work, but we're trying to automate common troubleshooting cases with Robusta. https://github.com/robusta-dev/robusta
-
How to automate repetitive tasks in Kubernetes with runbooks
https://docs.robusta.dev/master/ https://github.com/robusta-dev/robusta
-
Most efficient way to check all containers cluster wide for missing probes?
This is the sort of thing we built Robusta for: https://github.com/robusta-dev/robusta
What are some alternatives?
receiptline - Markdown for receipts. Printable digital receipts. Generate receipt printer commands and images.
karma - Alert dashboard for Prometheus Alertmanager
nix-prisma-example - An example Prisma project using nix
tgtg - Scanner for Too Good To Go Notifications
DoubleStar - A personalized/enhanced re-creation of the Darkhotel "Double Star" APT exploit chain with a focus on Windows 8.1 and mixed with some of my own techniques
kubectl - Issue tracker and mirror of kubectl code
redux-undo - :recycle: higher order reducer to add undo/redo functionality to redux state containers
pydantic-aioredis - A Declarative ORM for Redis using Pydantic Models and aioredis
timeonsite - Timeonsitetracker.js - Modern, Accurate & Real-time "Time on site"/User Engagement tracking for web and mobile browsers
yuniql - Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!
starred - creating your own Awesome List by GitHub stars!
debug-toolkit - A modern code-injection framework for Python. Like Pyrasite but Kubernetes-aware.

