Skip to content

Virtual Schema that allows accessing content on an Elasticsearch data source as if it were part of the Exasol database

License

Notifications You must be signed in to change notification settings

exasol/elasticsearch-virtual-schema

Repository files navigation

Elasticsearch Virtual Schema

Build Status

Quality Gate Status

Security Rating Reliability Rating Maintainability Rating Technical Debt

Code Smells Coverage Duplicated Lines (%) Lines of Code'

Overview

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

If you want to set up a Virtual Schema for a different database system, please head over to the Virtual Schemas Repository.

The current version of Elasticsearch Virtual Schema supports Elasticsearch 8.6. If you run Elasticsearch version 7.x please use version 2.0.5 of the virtual schema.

Features

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

Table of Contents

Information for Users

Find all the documentation in the Virtual Schemas project.

Information for Developers