Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.71 KB

File metadata and controls

58 lines (36 loc) · 1.71 KB

JDBC SQLite

SQLite is the most used database engine in the world.

SQLite is built into all mobile phones, most computers, and comes bundled inside countless other everyday applications.

SQLite is a C-language library that implements a small, fast, self-contained, highly-reliable, fully-featured, SQL database engine.

SQLite JDBC is a library for accessing and creating SQLite database files in Java.

Note

Astra Streaming currently supports Apache Pulsar {pulsar_version}, which uses the Xerial 3.8.11.2 library to interact with SQLite.

Managing the Connector

Monitoring the Connector

Connector Reference

There are two sets of parameters that support sink connectors.

Astra Streaming

SQLite (configs)

These values are provided in the "configs" area.

The Astra Streaming JDBC MariaDB sink connector supports all configuration properties provided by Apache Pulsar. Please refer to the connector properties for a complete list.

What’s next?

Learn more about SQLite on their site.

Learn more about Apache Pulsar’s JDBC sink connector here.