GatewayD

Like API gateways, for databases.

GatewayD is a free and open-source cloud-native database gateway and framework for building data-driven applications. It sits between your database servers and clients and proxies all their communication. It is like API gateways, for databases.

GatewayD is an L4 proxy for SQL databases and clients. You can either write your own plugins or make use of our built-in, community and enterprise plugins.

Using GatewayD, you can see through the queries and the data passing between your database server and clients, and take action. For example, you can cache the result of SQL SELECT queries or detect and prevent SQL injection attacks.

Learn More

Cache

gatewayd-plugin-cache

GatewayD plugin for caching query results.

Optimize performance by caching SQL SELECT query results in Redis, ensuring efficient invalidation upon DML, DDL, and similar queries. Benefit from features such as TTL, multi-database support, Prometheus metrics, and more.

Learn More

SQL IDS/IPS

gatewayd-plugin-sql-ids-ips

GatewayD plugin for detection and prevention of SQL injection attacks.

Safeguard your systems against SQL injection attacks using our meticulously crafted deep learning models. Detect and prevent these attacks effectively, taking immediate and proactive measures to ensure the security of your data and infrastructure.

Learn More

DeepSQLi

Deep learning model, dataset, trained model and related code for detecting SQL injection attacks.

DeepSQLi is a project designed to detect SQL injection (SQLi) attacks using deep learning models. It provides a Prediction API, a Flask application that tokenizes and sequences SQL queries, and then predicts whether a query is an SQL injection. This project is used in conjunction with the GatewayD SQL IDS/IPS plugin.

Learn More

Advanced Cache

gatewayd-plugin-advanced-cache

GatewayD plugin for advanced caching of query results.

Seamlessly invalidate cached results, regardless of direct client connections to the database, ensuring consistent and up-to-date data throughout your infrastructure.

Learn More
logo

Free and open-source cloud-native database gateway and framework for building data-driven applications