Skip to content

Virtual Schema for connecting Big Query as a data source to Exasol

License

Notifications You must be signed in to change notification settings

exasol/bigquery-virtual-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

57715bc · Nov 18, 2024

History

20 Commits
Nov 18, 2024
Nov 18, 2024
Sep 23, 2024
Nov 18, 2024
Nov 18, 2024
Apr 9, 2024
Oct 25, 2023
Nov 18, 2024
Jan 14, 2021
Jul 26, 2022
Nov 18, 2024
Oct 25, 2022
Nov 18, 2024
Nov 18, 2024
Jan 15, 2021

Repository files navigation

Big Query 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 Big Query Virtual Schema provides an abstraction layer that makes an external Google Big Query data source accessible from an Exasol database through regular SQL commands. The contents of the external Big Query 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.

Features

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

Table of Contents

Information for Users

Find all the documentation in the Virtual Schemas project.

Information for Developers