gatewayd icon indicating copy to clipboard operation
gatewayd copied to clipboard

☁️ Cloud-native database gateway and framework for building data-driven applications ✨ Like API gateways, for databases ✨

Results 105 gatewayd issues
Sort by recently updated
recently updated
newest added

Currently incoming connections from database clients are mapped 1:1 with the server connection in the pool. Multiplexing can help improve this to reuse idle server connections. **Context:** This will only...

enhancement
triage

- [x] Refactor policies to make them dynamic (#422) - [x] Write benchmarks - [ ] Optimize performance

enhancement
epic
needs investigation

This is to ensure HA of GatewayD by running a cluster of machines that can connect together and serve clients. So, plan and create tickets for all the following features...

enhancement
epic
needs investigation

With the removal of the elastic proxy mechanism in #359, there is currently a single [proxy](https://docs.gatewayd.io/using-gatewayd/proxies/) type that connects incoming connections to a limited set of connections (in the available...

enhancement
needs investigation

As mentioned in #402, the `plugin install` subcommand should be removed in favor of the `run` subcommand. This means that the `run` subcommand will check if the plugins are installed...

enhancement
needs investigation

The possibility of signal being received from other sources, and not only plugins, should be investigated.

enhancement
needs investigation

Other hooks, and not just traffic hooks, should be able to return signals that trigger actions. #397 is part of this ticket.

enhancement
triage

Currently the result of the notification hooks are ignored. These hooks should be changed to receive the result and take advantage of the Act system. This is part of #468....

enhancement

Currently the asynchronous actions run as a goroutine. This should be changed to using a worker that queues the outputs for async actions and run them separately. This can be...

enhancement

The proxy has a few issues that need to be addressed before it can be further enhanced: v0.8.x milestone: - [x] gatewayd-io/gatewayd#359 - [x] gatewayd-io/gatewayd#343 (enable bidirectional communication) - [x]...

enhancement
epic