Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/u2takey/mysqlgate
https://github.com/u2takey/mysqlgate
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/u2takey/mysqlgate
- Owner: u2takey
- Created: 2022-08-09T08:55:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T03:58:46.000Z (about 2 years ago)
- Last Synced: 2024-10-10T20:05:49.284Z (28 days ago)
- Language: Go
- Size: 201 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.