u2takey / mysqlgate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MysqlGate

Mostly inspired by PostgreSQL, MysqlGate is another proxy for mysql but aimed at extendability.

Designed Extend Point

  • User defined functions/aggregates
  • Background worker processes
    • Example usage: timescaledb like plugin
  • Query planner.
    • Example usage: sharding/ timescaledb like plugin
  • FDW.

About


Languages

Language:Go 99.6%Language:Makefile 0.4%