stheppi / lenses-jdbc

JDBC driver for Apache Kafka - via Lenses

Home Page:https://lenses.stream/dev/jdbc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSQL JDBC Library

A JDBC 4.0 compliant driver for Lenses, suitable for any application that uses the JDBC interface, to communicate with Apache Kafka via the Lenses platform.

Users of this library can:

  • Select from topics
  • Insert into topics
  • Use prepared statements
  • Use batched inserts
  • Fetch metadata around topics
  • Fetch metadata around messages

Documentation

Documentation can be found here.

Requirments

  1. java 1.8+
  2. gradle 3.5+

Building

Requires grade 3.5+

To build:

gradle compileKotlin

For a fatJar:

gradle shadowJar

About

JDBC driver for Apache Kafka - via Lenses

https://lenses.stream/dev/jdbc/

License:Apache License 2.0


Languages

Language:Kotlin 96.9%Language:Java 3.1%