#
vitess
Here are 20 public repositories matching this topic...
freno: cooperative, highly available throttler service
-
Updated
Jul 13, 2021 - Go
DEPRECATED: Vitess Operator provides automation that simplifies the administration of Vitess clusters on Kubernetes.
-
Updated
Jun 12, 2020 - Go
Go client library to access the PlanetScale API
-
Updated
Jul 13, 2021 - Go
Tagenal is a playground with a set of tools that enable experimentation in a cloud-native application.
-
Updated
Jan 28, 2021 - Go
A multi-tenant sharded SQL database powered by a PostgreSQL backend.
-
Updated
Oct 17, 2020 - C
Extracting metrics from vitess debug/vars
-
Updated
Feb 3, 2017 - Python
Chef cookbook for Vitess database clustering system.
-
Updated
May 17, 2021 - Ruby
Showcase of projects that use Astrobase.
-
Updated
Jun 1, 2021 - Python
Improve this page
Add a description, image, and links to the vitess topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vitess topic, visit your repo's landing page and select "manage topics."
Since we've upgraded our ProtoBuf package version in vitessio/vitess#8075, the new serializer to JSON and ProtoText inserts random whitespace on its output that prevents byte-wise comparison.
Our test suite makes extensive use of "golden tests" that compare these outputs. In order to complete the upgrade successfully, I had to disable the randomness in the serializer.