https://github.com/exasol/dynamodb-virtual-schema
Virtual Schema for accessing Amazon AWS DynamoDB through Exasol
https://github.com/exasol/dynamodb-virtual-schema
aws-dynamodb dynamodb exasol exasol-integration virtual-schema
Last synced: over 1 year ago
JSON representation
Virtual Schema for accessing Amazon AWS DynamoDB through Exasol
- Host: GitHub
- URL: https://github.com/exasol/dynamodb-virtual-schema
- Owner: exasol
- License: mit
- Created: 2020-02-07T18:31:48.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T16:02:22.000Z (over 1 year ago)
- Last Synced: 2025-02-12T16:45:48.229Z (over 1 year ago)
- Topics: aws-dynamodb, dynamodb, exasol, exasol-integration, virtual-schema
- Language: Java
- Homepage:
- Size: 2.28 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Virtual Schema for AWS DynamoDB
[](https://github.com/exasol/dynamodb-virtual-schema/actions/workflows/ci-build.yml)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adynamodb-virtual-schema)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adynamodb-virtual-schema)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adynamodb-virtual-schema)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adynamodb-virtual-schema)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adynamodb-virtual-schema)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adynamodb-virtual-schema)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adynamodb-virtual-schema)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adynamodb-virtual-schema)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adynamodb-virtual-schema)
## Overview
This adapter allows you to access document data that is stored in a [Amazon's DynamoDB](https://aws.amazon.com/dynamodb/) from inside of the Exasol analytical database. It abstracts over the different interfaces so that you can access the document data just like any regular Exasol table.
## Features
* Read access to data stored in DynamoDB
* Maps unstructured document data to Exasol tables that you can access using regular SQL statements
* Pushes down queries to the remote source
* Distributes the data loading over the whole Exasol Cluster, what makes queries more than six times faster compared to using a JDBC adapter
* Flexible definition of the schema mapping using the [Exasol Document Mapping Language (EDML)](https://github.com/exasol/virtual-schema-common-document/blob/main/doc/user_guide/edml_user_guide.md)
## Limitations
* The adapter does not support comparisons between two columns.
## Information for Users
* [User Guide](doc/user-guide/user_guide.md)
* [Exasol Document MApping Language User Guide](https://github.com/exasol/virtual-schema-common-document/blob/main/doc/user_guide/edml_user_guide.md)
* [Changelog](doc/changes/changelog.md)
* [Dependencies](dependencies.md)
## Information for Developers
* [Developer Guide](doc/development/developer_guide.md)