This topic provides an overview of the methods used to connect to different Lindorm engines and provides links to the relevant references.

EngineConnection methodReferences
LindormTableUse LindormTable SQL to connect to a wide table engine.
Use an HBase API to connect to a wide table engine.
Use Cassandra Query Language (CQL) to connect to a wide table engine.
Use the Amazon Simple Storage Service (S3) protocol to connect to a wide table engine.
LindormTSDBUse Lindorm-cli to connect to a time series engine.Use Lindorm-cli to connect to and use a time series engine
Use a Java Database Connectivity (JDBC) driver to connect to a time series engine.Use a JDBC driver to connect to and use a time series engine (recommended)
Use a Lindorm JDBC driver to connect to a time series engine.Use a Lindorm JDBC driver to connect to and use a time series engine
LindormSearchUse Apache Solr shells to connect to a search engine.Use Search Shell to connect to and use LindormSearch
Use SQL to connect to a search engine.Use a JDBC driver to connect to and send SQL requests to LindormSearch
LindormDFSUse Hadoop Distributed File System (HDFS) shells to connect to a file engine.Use HDFS shells to connect to and use a file engine
Use open source HDFS clients to connect to a file engine.Use open source HDFS clients to connect to and use a file engine
Use HDFS FUSE to connect to a file engine.Use HDFS FUSE to connect to and use a file engine
Lindorm Distributed Processing System (LDPS)Use JDBC to connect to LDPSUse JDBC in application development
Create a Java job to connect to LDPSCreate a job in Java
Create a Python job to connect to LDPSCreate a job in Python
Lindorm streaming engineUse Lindorm-cli to connect to the Lindorm streaming engineUse a client to connect to and use the Lindorm streaming engine
Use an open source Apache Kafka client to connect to the Lindorm streaming engineUse an open source Apache Kafka client to write data to the Lindorm streaming engine