Integrations

LangStream leverages the Apache Kafka Connect and Apache Camel frameworks to integrate your application with external systems.

Apache Kafka Connect

Apache Kafka Connect is a framework to connect Kafka with external systems such as databases, key-value stores, search indexes, and file systems.

You can find the docs at https://kafka.apache.org/documentation/#connect

LangStream currently supports both Kafka Connect Sources and Kafka Connect Sinks.

Check out the Apache Kafka Connect page for more information.

Apache Camel

Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.

You can find the docs at https://camel.apache.org/

LangStream currently supports using Camel components as sources.

Check out the Apache Camel page for more information.

Last updated