Providers

Providers are hexkit’s concrete implementations of its protocols, each binding a protocol to a specific technology. Application code is written against the protocols; which provider is wired in decides the actual infrastructure. Each provider family lives behind an optional extra (e.g. pip install hexkit[akafka,mongodb]), so services only pull in the dependencies they need.

Currently Implemented Providers

Adding Providers