JDBC driver for GeoMesa DataStores, which is a thin wrapper around Calcite JDBC driver.
Simply use DriverManager.getConnection(jdbcUrl) to get a connection for querying geomesa datastore using SQL,
where jdbcUrl is "jdbc:geomesa:<prop0>=<value0>;<prop1>=<value1>;...". Property names and values specified in
jdbcUrl is identical with the properties for connecting to GeoMesa DataStore.
Linear Supertypes
org.apache.calcite.jdbc.Driver, UnregisteredDriver, java.sql.Driver, AnyRef, Any
JDBC driver for GeoMesa DataStores, which is a thin wrapper around Calcite JDBC driver.
Simply use DriverManager.getConnection(jdbcUrl) to get a connection for querying geomesa datastore using SQL, where jdbcUrl is "jdbc:geomesa:<prop0>=<value0>;<prop1>=<value1>;...". Property names and values specified in jdbcUrl is identical with the properties for connecting to GeoMesa DataStore.