scleradb / sclera-plugin-csv   4.0

Apache License 2.0 GitHub

Sclera - CSV Connector

Scala versions: 2.13

Sclera - CSV Connector

Build Status Maven Central scaladoc

Enables Sclera to work with CSV format data.

The CSV files are viewed as tables, and can be accessed in a manner similar to tables in a SQL query. You can also join the CSV file with tables in your database, with other CSV files, and aggregate the data as needed.

Further details on how to use the connector are in the ScleraSQL Reference document.

This is a sample component showcasing Sclera's ability to interface with external data. For the implementation details, please see the Sclera Data Access Connector Development document.