Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

exasol/generic-virtual-schema

Repository files navigation

Deprecation Warning

**Attention: ** due to reduced user interest, we archived this repository.

Generic Virtual Schema

Overview

The Generic Virtual Schema provides an abstraction layer that makes an external JDBC data source accessible from an Exasol database through regular SQL commands. The contents of the external data source are mapped to virtual tables which look like and can be queried as any regular Exasol table.

This Generic Virtual Schema is limited to JDBC but generic in this domain, i.e. without specific capabilities.

It's important to notice that in order to set up a Virtual Schema for a specific data source system, the Virtual Schema implementation for that specific data source system (if any) should be used, and not the Generic Virtual Schema.

To see all available Virtual Schema implementations, please head over to the Virtual Schemas Repository.

Features

  • Access a data source in read-only mode from an Exasol database, using a Virtual Schema.

Table of Contents

Information for Users

Find more documentation in the Virtual Schemas project.

Information for Developers