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 8 Go Scale Projects
-
tidb
TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://tidbcloud.com/free-trial
-
Have you tried dgraph.io?
-
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.
-
~ kubectl apply -f \ https://github.com/knative/serving/releases/\ download/v$KNATIVE_VERSION/serving-crds.yaml ~ kubectl wait --for=condition=Established \ --all crd ~ kubectl apply -f \ https://github.com/knative/serving/releases/\ download/v$KNATIVE_VERSION/serving-core.yaml ~ kubectl wait pod --timeout=-1s \ --for=condition=Ready -l '!job-name' \ -n knative-serving > /dev/null
-
Project mention: How do you manage transactions in Go? Do we really need to use one transaction for each request? | /r/golang | 2023-06-02
Have you taken a look at SpiceDB? The Authzed blog has a few posts that are useful to improving your understanding -- I can think of two: New Enemies and Writing relationships to SpiceDB.
-
I would suggest reading the code for the hystrix part: https://github.com/gojek/heimdall/tree/master/hystrix It is not very complex, but I see things like error threshold, so it might already be doing what you want.
-
Project mention: x509: certificate signed by unknown authority (Docker compose MinIO + KES + Vault REST encryption) | /r/minio | 2022-10-21
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
This is a common frustration of mine as well!
In the latest release of the spicedb-operator[0], I added a feature that allows users to specify arbitrary patches over operator-managed resources directly in the API (examples in the link).
There are some other projects like Kyverno and Gatekeeper that try to do this generically with mutating webhooks, but embedding a `patches` API into the operator itself gives the operator a chance to ensure the changes are within some reasonable guardrails.
[0]: https://github.com/authzed/spicedb-operator/releases/tag/v1....
Go Scale related posts
- How do you manage transactions in Go? Do we really need to use one transaction for each request?
- ProxMox Initial Setup & Advice
- Solution for ReBAC authz using attributes?
- The Annotated Google Zanzibar Paper
- What is your experience with mixed workload (OLTP and OLAP) databases?
- NewDB: Fate of an Open Source Database
- I Don't Want to Shard (MySQL)
-
A note from our sponsor - SonarQube
www.sonarqube.org | 5 Jun 2023
Index
What are some of the best open-source Scale projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | tidb | 34,140 |
2 | dgraph | 19,302 |
3 | serving | 5,004 |
4 | spicedb | 3,531 |
5 | heimdall | 2,441 |
6 | kes | 385 |
7 | hedgedhttp | 104 |
8 | spicedb-operator | 38 |