Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 890 Bytes

File metadata and controls

21 lines (17 loc) · 890 Bytes

draco - The Protocol Adapter

But what even is a Adapter? Adapter is a software component that acts as an intermediary between two different systems or protocols. It translates data from one format to another, enabling communication between incompatible systems.

Or simply, the endpoint of a specific protocol or system (e.g., HTTP, MQTT, AMQP). For example, an HTTP adapter can translate HTTP requests into a format that can be understood by a different system or in context taurus our runtime.

Installation

See: Installation

Roadmap

Protocol/System Status
HTTP 🚧
MQTT 📝
AMQP 📝
Cron-Jobs 📝

Legend:

  • ✅ Done: Fully implemented and ready to use
  • 🚧 Under Construction: Currently in development
  • 📝 Planned: On our roadmap for future development
  • ❌ Not Planned: No current plans for implementation