SqlEs
SqlEs is a client-side JDBC driver for Elasticsearch that supports the use of sql syntax to manipulate Elasticsearch.SqlEs is built on RestHighLevelClient, which shields you from the complexity of the RestHighLevelClient interface, allowing you to use the data as if it were Elasticsearch.
communal
build
characterization
- zero intrusion
Applications require no modification and can be seamlessly integrated into existing business applications.
- JDBC driver
SqlEs implements a JDBC driver , can be seamlessly integrated with other ORM frameworks , database connection pooling .
- SQL syntax
SqlEs uses sql syntax and shields the complexity of the Elasticsearch client interface, developers can easily get started and use Elasticsearch like a database.
- annotated configuration
SqlEs uses annotations to configure index mapping information and supports fine-grained index field definitions.