Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →
Top 23 Software Package Open-Source Projects
-
As another data point, k8s used to rely on Bazel to get hermetic builds and distributed build caching in CI. Though go toolchain became better over time and it was dropped in 2020. There is interesting discussion with pros and cons in https://github.com/kubernetes/kubernetes/issues/88553
-
Moby
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Project mention: Casual Friday 03/02/2023 - Qualcuno pensi ai crostoli edition | reddit.com/r/italy | 2023-02-03
-
Think the user base for this kind of service is impossibly small? Syncthing has close to 50,000 stars on Github. Ansible, the industry standard automation toolkit, has ~56k stars.
-
-
vegeta v12.8.4
-
Project mention: Do you have a clever way that you manage your bookmarks? Specifically interested in optimizing given quantity and long time periods. Motivation: avoiding a useless heap. | reddit.com/r/datacurator | 2023-02-03
I self host https://silverbullet.md/ and I have my mini server on a Tailscale VPN along with my desktop and phone so I can access it while out of the house. I keep notes and links organized into pages that are saved as markdown files. It supports queries and tags. The markdown files are backed up with restic on a schedule.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Gor
GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
Project mention: A Golang-based open-source network monitoring tool | news.ycombinator.com | 2022-12-24 -
Project mention: Code editor that is legally free for business use | reddit.com/r/learnprogramming | 2022-09-01
https://limetext.github.io/ its not as fast as sublime still open source / free alternative to sublime.
-
Project mention: Benchmarking SQLite Performance in Go. Using Go's awesome built-in simple benchmarking tools to investigate SQLite database performance in a couple of different benchmarks, plus a comparison to Postgres. | reddit.com/r/golang | 2022-12-14
64 concurrent requests isn't a lot. Modern web apps can typically handle much more than that (depending on what the request does, of course). Try it yourself with a load tester like https://github.com/rakyll/hey against a Go HTTP server, for example the one I've built in https://www.golang.dk/articles/go-and-sqlite-in-the-cloud
-
Packer
Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
I'd suggest using a tool like Packer to build a gold image based on your base AMI and all your changes. Then you'll have your own AMI you can launch new instances with.
-
There's a tool called "comcast" for exactly that (and more): https://github.com/tylertreat/comcast
-
toxiproxy
:alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing
Project mention: Regarding default TCP setting in Golang and how it effects speed | reddit.com/r/golang | 2022-12-30That's why I usually recommend anybody that develops network critical apps to test their app with something like toxiproxy and purposfully mess with their connections and simulate network issues.
-
Project mention: Can anyone explain what the dev ops section in this flowchart is used for. I am familiar with all the rest. | reddit.com/r/webdev | 2023-01-25
You can do a hell of a lot with webhooks, a bit of scripting and, err, webhook.
-
Project mention: Managing multiple Go versions in the local environment | reddit.com/r/golang | 2022-11-21
I use the Go Version Manager. It is really easy to use and you can manage as many versions as you want: https://github.com/moovweb/gvm
-
Project mention: Populating Docker containers with sensitive information using kubernetes | reddit.com/r/codehunter | 2022-10-23
this can then be incorporated into confd, which populates local files according to a template definition (such as Apache or WordPress config files)
-
There is liteide too: https://github.com/visualfc/liteide Is not super amazing but it does the job and since is purely for Go it has a few nice features. And it's very lightweight!
-
Project mention: 10 years since Google said to “hang tight” about Linux support for Google Drive | news.ycombinator.com | 2022-04-24
I just want to collect the major options for Google Drive on Linux in a single comment, since a few options are scattered around:
Insync works well, and it's 50% off for a couple more days: https://www.insynchq.com/ Not affiliated, but $15 is not a lot to pay, as opposed to waiting for something that probably won't happen.
Rclone has support for Google Drive, and it's open source: https://rclone.org/
There's a command line client that uses a push/pull workflow: https://github.com/odeke-em/drive It was written by a member of the Google Drive team.
Gnome supports Google Drive, or at least used to, directly in Nautilus. I don't use Gnome, so I can't comment.
There may be other options I've missed, but the point is that there is already good support in multiple forms. I'd be interested to know what support Google could provide that's not already available.
-
ddosify
High-performance load testing tool, written in Golang. For distributed and Geo-targeted load testing: Ddosify Cloud - https://ddosify.com 🚀
-
-
-
-
I am not sure about hetzner alternative in US/Canada. I personally use Duplicacy to backup to backup my data to a local NAS and offload it to Backblaze B2. It works great and it is not that expensive. Might be helpful: https://www.vmwareblog.org/single-cloud-enough-secure-backups-5-cool-cross-cloud-solutions-consider/
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Software Packages related posts
- Do you have a clever way that you manage your bookmarks? Specifically interested in optimizing given quantity and long time periods. Motivation: avoiding a useless heap.
- Which build system do you use?
- Casual Friday 03/02/2023 - Qualcuno pensi ai crostoli edition
- Docker 23.0.0 is out
- Docker 23.0.0 Is Out
- Reverse Proxies with Nginx Proxy Manager
- Cloudflare Image Resizing for WordPress using Workers
-
A note from our sponsor - SonarQube
www.sonarqube.org | 3 Feb 2023
Index
What are some of the best open-source Software Package projects? This list will help you:
Project | Stars | |
---|---|---|
1 | kubernetes | 95,533 |
2 | Moby | 65,009 |
3 | Hugo | 64,997 |
4 | syncthing | 49,105 |
5 | croc | 21,661 |
6 | Vegeta | 20,724 |
7 | restic | 19,321 |
8 | Gor | 16,813 |
9 | limetext | 15,311 |
10 | Hey | 15,002 |
11 | Packer | 14,210 |
12 | Comcast | 9,827 |
13 | toxiproxy | 8,878 |
14 | webhook | 8,591 |
15 | GVM | 8,150 |
16 | confd | 8,005 |
17 | LiteIDE | 7,112 |
18 | drive | 6,499 |
19 | ddosify | 5,978 |
20 | ko | 5,522 |
21 | nes | 5,165 |
22 | gaia | 4,964 |
23 | Duplicacy | 4,484 |