#
vitess
Here are 20 public repositories matching this topic...
freno: cooperative, highly available throttler service
-
Updated
Mar 8, 2022 - 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
Apr 20, 2022 - Go
Tagenal is a playground app using Vitess, Redis, Traefik and Jaeger on Kubernetes
-
Updated
Jan 28, 2021 - Go
Extracting metrics from vitess debug/vars
-
Updated
Feb 3, 2017 - Python
Chef cookbook for Vitess database clustering system.
-
Updated
Dec 13, 2021 - Ruby
Designed, developed and deployed a web app for TEDxENSEA that allows event organisers to quickly edit the website and open/close the ticketing system.
-
Updated
Mar 8, 2022 - JavaScript
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."
Our parser outputs all aggregations functions using the general
sqlparser.FuncExpr. This is a little clunky and requires us to do additional checks before we are sure that the aggregation we have is valid and what it is aggregating.I suggest we instead introduce one struct type per aggregation, and have them all implement some interface. This would help clean up the code.
Example: