sclera-plugin-textfiles

Add-on that enables Sclera to work with free-form text files

License

License

GroupId

GroupId

com.scleradb
ArtifactId

ArtifactId

sclera-plugin-textfiles_2.13
Last Version

Last Version

4.0
Release Date

Release Date

Type

Type

jar
Description

Description

sclera-plugin-textfiles
Add-on that enables Sclera to work with free-form text files
Project URL

Project URL

https://github.com/scleradb/sclera-plugin-textfiles
Project Organization

Project Organization

Sclera, Inc.
Source Code Management

Source Code Management

https://github.com/scleradb/sclera-plugin-textfiles

Download sclera-plugin-textfiles_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.scleradb/sclera-plugin-textfiles_2.13/ -->
<dependency>
    <groupId>com.scleradb</groupId>
    <artifactId>sclera-plugin-textfiles_2.13</artifactId>
    <version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.scleradb/sclera-plugin-textfiles_2.13/
implementation 'com.scleradb:sclera-plugin-textfiles_2.13:4.0'
// https://jarcasting.com/artifacts/com.scleradb/sclera-plugin-textfiles_2.13/
implementation ("com.scleradb:sclera-plugin-textfiles_2.13:4.0")
'com.scleradb:sclera-plugin-textfiles_2.13:jar:4.0'
<dependency org="com.scleradb" name="sclera-plugin-textfiles_2.13" rev="4.0">
  <artifact name="sclera-plugin-textfiles_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scleradb', module='sclera-plugin-textfiles_2.13', version='4.0')
)
libraryDependencies += "com.scleradb" % "sclera-plugin-textfiles_2.13" % "4.0"
[com.scleradb/sclera-plugin-textfiles_2.13 "4.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1

provided (2)

Group / Artifact Type Version
com.scleradb : sclera-core_2.13 jar 4.0
com.scleradb : sclera-tools_2.13 jar 4.0

test (2)

Group / Artifact Type Version
com.scleradb : sclera-config_2.13 jar 4.0
org.scalatest : scalatest_2.13 jar 3.1.1

Project Modules

There are no modules declared in this project.

Sclera - Text Files Connector

Build Status Maven Central scaladoc

Enables Sclera to work with free-form text files.

The text files are viewed as tables, with two columns: an identifier column containing the file's path, and another column containing the file's contents. These tables can be scanned, filtered, joined, and aggregated in a manner similar to database tables in a SQL query.

A common use case is to use this in conjunction with the Sclera - OpenNLP Connector which can be used to extract entities from the file contents.

For details on how to use the connector, please see 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.

com.scleradb

Sclera, Inc.

Extensible Data Processing

Versions

Version
4.0