Docs
Everything you need to integrate ContractGate into your stack. Pick an integration below to get started.
๐
Python SDKv0.1.0
First-party Python client for the ContractGate gateway. Validates events against semantic contracts via a simple sync or async HTTP client, and ships a pure-Python local validator for unit tests and pre-commit hooks โ no network required.
Python 3.9+sync + asynclocal validatorMIT
Read the Python SDK docs โ๐
Kafka Connect SMTv0.1.0
A Kafka Connect Single Message Transform that validates every record against a ContractGate semantic contract in real-time โ before it reaches your data warehouse or AI systems. Invalid records go to a dead-letter topic; valid records continue unchanged.
Java 11+Kafka Connect 2.8+DLQ supportApache 2.0
Read the Kafka Connect docs โMore integrations coming soon. See the Playground to test contracts interactively.