Skip to content

Latest commit

 

History

History

core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Sclera - Core

Maven Central scaladoc

This is the core Sclera SQL processor, which is responsible for parsing, optimizing and evaluating SQL commands and queries with the help of the other components.

The SQL is processed in a streaming manner to the extent possible. The processor has the capability of reading data from any source (via connectors), and executiing arbitrary data transformations (as provided by plugins). This package also provides an extension API that can be used to develop such connectors and plugins.

For the details, please see the technical details document.

This component includes an embedded H2 database, which serves as the default metadata store and data cache.