Skip to content

Main repository for the EXASOL virtual schemas framework (including the JDBC adapter)

License

Notifications You must be signed in to change notification settings

narmion/virtual-schemas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Schemas

Build Status

SonarCloud results:

Quality Gate Status

Security Rating Reliability Rating Maintainability Rating Technical Debt

Code Smells Coverage Duplicated Lines (%) Lines of Code

Overview

Exasol Virtual Schemas are an abstraction layer that makes external data sources accessible in our data analytics platform through regular SQL commands. The contents of the external data sources are mapped to virtual tables which look like and can be queried as any regular Exasol table.

Regardless of whether that source is a relational database like ours, or it's like the structure of GitHub repositories, the interface that users see is always the same.

This means an user familiar with SQL will immediately feel at home when accessing remote data through Virtual Schemas.

Version Requirements

From Virtual Schema 2.0.0 on you need Exasol 6.2 or later since it requires Java 9 to run. For Exasol 6.1 choose Virtual Schema 1.x or upgrade to 6.2.

Deprecation Warning

Please use the entry point

com.exasol.adapter.RequestDispatcher

in all your CREATE JAVA ADAPTER SCRIPT statements. The old entry point was removed with the Version 2.0.0 of Exasol's Virtual Schema.

Features

Customer Support

This is an open source project which is officially supported by Exasol. For any question, you can contact our support team.

Table of Contents

Information for Users

Supported dialects:

  1. Athena
  2. Aurora
  3. Big Query
  4. DB2
  5. Exasol
  6. Hive
  7. Impala
  8. MySQL
  9. Oracle
  10. PostgreSQL
  11. Redshift
  12. SAP HANA
  13. SQL Server
  14. Sybase ASE
  15. Teradata
  16. Generic

Information for Developers

Dependencies

Run Time Dependencies

Running the Virtual Schema requires a Java Runtime version 9 or later.

Dependency Purpose License
JSON-P JSON Processing CDDL-1.0
Exasol Script API Accessing Exasol features MIT License
JDBC driver(s), depending on data source Connecting to the data source Check driver documentation

Build Time Dependencies

Dependency Purpose License
Apache Derby Pure-Java embedded database Apache License 2.0
Apache HTTP Components HTTP communication Apache License 2.0
Apache Maven Build tool Apache License 2.0
Equals Verifier Testing equals(...) and hashCode() contracts Apache License 2.0
Exasol Virtual Schema Common Common module of Exasol Virtual Schemas adapters MIT License
Exec Maven Plugin Helps execute system and Java programs. Apache License 2.0
Java Hamcrest Checking for conditions in code via matchers BSD License
JSONassert Compare JSON documents for semantic equality Apache License 2.0
JUnit Unit testing framework Eclipse Public License 1.0
J5SE JUnit5 extensions to test Java System.x functions Eclipse Public License 2.0
Mockito Mocking framework MIT License
SnakeYaml YAML parsing Apache License 2.0

About

Main repository for the EXASOL virtual schemas framework (including the JDBC adapter)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.2%
  • HTML 1.9%
  • TSQL 1.1%
  • Python 0.8%
  • Shell 0.6%
  • SQLPL 0.3%
  • PLpgSQL 0.1%