Downloads¶
Lenses¶
- Download Lenses Box for single broker development environment (Free)- Request Lenses & Demo for enterprise cluster
Lenses Box¶
Lenses Box
docker run --rm -it -p 3030:3030 --net=host -e EULA="https://dl.lenses.stream/d/?id=CHECK_YOUR_EMAIL_FOR_KEY" landoop/kafka-lenses-dev:latest
Lenses CLI¶
A running instance of Lenses is required in order to use the lenses-cli.
Binary
lenses-cli-darwin-amd64-latest.tar.gzlenses-cli-linux-amd64-latest.tar.gz
lenses-cli-windows-amd64-latest.zip
Source
Lenses Clients¶
A running instance of Lenses is required to use the clients.
JDBC Driver¶
Maven
<dependency>
<groupId>com.landoop</groupId>
<artifactId>lenses-jdbc</artifactId>
<version>2.1.0</version>
</dependency>
Gradle
compile 'com.landoop:lenses-jdbc:2.1.0'
Source
Stream Reactor Connectors¶
Sink and Source connectors to move data in and out of Kafka. Stream Reactor can be used by any Kafka Connect installation.
Plugins, Libs, Tools¶
lenses-ldap-plugin-template
Used for Lenses LDAP security mode. view on GithubKafka Helm Charts
Kubernetes Helm charts for Apache Kafka and Kafka Connect and other components for data streaming and data integration. view on GithubKafka Unit Testing
view on GithubCoyote, Integration Testing
view on GithubKafka Autocomplete
Bash completion for Kafka command line utilities. view on GithubKafka Connect CLI
This is a tiny command line interface (CLI) around the Kafka Connect REST Interface. view on GithubSchema Registry CLI
A CLI and Go client for Kafka Schema Registry. view on Github