https://github.com/awslabs/amazon-timestream-odbc-driver

https://github.com/awslabs/amazon-timestream-odbc-driver

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: awslabs
  • License: apache-2.0
  • Language: C++
  • Default Branch: main
  • Size: 6.74 MB
Statistics
  • Stars: 6
  • Watchers: 2
  • Forks: 3
  • Open Issues: 1
  • Releases: 0
Created almost 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog Contributing License Code of conduct

README.md

Amazon Timestream ODBC Driver

Overview

The ODBC driver for the Amazon Timestream serverless time series database provides an SQL-relational interface for developers and BI tool users.

Full source code is provided. Users should be able build the library for intended platform.

For build instructions please refer to developer guide.

For details on ODBC driver installation and usage please refer to rest of this document.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

Documentation

See the product documentation for more detailed information about this driver, such as setup and configuration.

Setup and Usage

To setup and use the Timestream ODBC driver, follow these directions.

See Azure Active Directory set-up guide for setting up Azure AD account and connecting to Timestream. See Okta set-up guide for setting up Okta account and connecting to Timestream.

See PowerBI oveview for using PowerBI with Timestream ODBC driver and connector.

See performance testing setup for setting up and running performance tests.

Connection String Syntax

DRIVER={Amazon Timestream ODBC Driver};DSN={Timestream DSN};<option>=<value>;

For more information about connecting to an Amazon Timestream database using this ODBC driver, see the connection string documentation for more details.

Driver Info

| Platform | Amazon Timestream ODBC Driver File |----------|-----------------------------------| | Windows | timestream.odbc.dll | macOS | libtimestream-odbc.dylib | Linux | libtimestream-odbc.so

Known Issues

  1. Timestream does not support fully qualified table names. Timestream ODBC driver reports databases as catalogs instead of schemas by default, as a result, tools like Tableau may not work as expected. For example, Tableau does not include database name in the auto-generated queries to fetch data if databases are reported as catalogs. Users are recommended to use Timestream JDBC driver with Tableau. To make the Timestream ODBC driver work with Tableau, the user can set environment variable DATABASE_AS_SCHEMA to TRUE to make the driver report databases as schemas instead. For details, see odbc-support-and-limitations.

  2. The Timestream ODBC driver is a unicode driver and will convert non-ANSI characters from data sources to ANSI; the environment variable ANSI_STRING_ONLY can be set to TRUE to indicate a data source only uses ANSI characters and skip conversion. For details, see unicode-support.

Owner

  • Name: Amazon Web Services - Labs
  • Login: awslabs
  • Kind: organization
  • Location: Seattle, WA

AWS Labs

GitHub Events

Total
  • Issue comment event: 6
  • Push event: 25
  • Pull request event: 1
  • Pull request review event: 2
  • Create event: 2
Last Year
  • Issue comment event: 6
  • Push event: 25
  • Pull request event: 1
  • Pull request review event: 2
  • Create event: 2

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 8
  • Average time to close issues: N/A
  • Average time to close pull requests: about 11 hours
  • Total issue authors: 0
  • Total pull request authors: 4
  • Average comments per issue: 0
  • Average comments per pull request: 9.5
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 7 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • trevorbonas (2)
  • Aryex (2)
Pull Request Authors
  • trevorbonas (11)
  • RoyZhang2022 (5)
  • forestmvey (5)
  • arunsathiya (2)
  • fredjoonpark (1)
  • dependabot[bot] (1)
Top Labels
Issue Labels
bug (4)
Pull Request Labels
dependencies (1)

Dependencies

.github/workflows/linux-build.yml actions
  • EnricoMi/publish-unit-test-result-action/composite v2.7.0 composite
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • actions/upload-artifact v3 composite
  • aws-actions/configure-aws-credentials v2 composite
  • irongut/CodeCoverageSummary v1.2.0 composite
  • lukka/get-cmake latest composite
  • marocchino/sticky-pull-request-comment v2 composite
.github/workflows/mac-build.yml actions
  • EnricoMi/publish-unit-test-result-action/composite v1.30 composite
  • actions/checkout v2 composite
  • actions/upload-artifact v3 composite
  • aws-actions/configure-aws-credentials v2 composite
.github/workflows/mac-debug-build.yml actions
  • EnricoMi/publish-unit-test-result-action/composite v1.30 composite
  • actions/checkout v2 composite
  • actions/download-artifact v2 composite
  • actions/upload-artifact v3 composite
  • aws-actions/configure-aws-credentials v2 composite
  • irongut/CodeCoverageSummary v1.2.0 composite
  • marocchino/sticky-pull-request-comment v2 composite
.github/workflows/remove-old-artifacts.yml actions
  • c-hive/gha-remove-artifacts v1 composite
.github/workflows/win-build.yml actions
  • EnricoMi/publish-unit-test-result-action/composite v2.7.0 composite
  • actions/cache v3 composite
  • actions/checkout v2 composite
  • actions/checkout v3 composite
  • actions/download-artifact v2 composite
  • actions/upload-artifact v3 composite
  • aws-actions/configure-aws-credentials v2 composite
  • irongut/CodeCoverageSummary v1.2.0 composite
  • lukka/get-cmake latest composite
  • marocchino/sticky-pull-request-comment v2 composite
  • microsoft/setup-msbuild v1.0.2 composite
  • trufflesecurity/trufflehog main composite
performance/PTODBCResults/packages.config nuget
  • Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn 1.8.1