Skip to content

axibase/atsd-odbc

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 76 commits ahead, 777 commits behind ClickHouse:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
vs
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ATSD ODBC Driver

Overview

The driver provides access to the Axibase Time Series Database for applications that support the ODBC database connectivity protocol. It is primarily used by programs running on Microsoft Windows.

Syntax

ATSD SQL supports the following DML query types.

  • SELECT
  • INSERT
  • UPDATE
  • DELETE

The syntax and examples are provided in the SQL documentation.

DDL statements are not supported since the ATSD schema is self-managed.

Protocol

The driver communicates with the ATSD using the SSL protocol. Enable the Ignore SSL Errors setting in case the target server is using the self-signed certificate.

Installation

  • Download the latest msi package for your platform from the Releases section.
  • Make sure that the package file (32 or 64 bit) corresponds to the OS platform.
  • Follow the prompts to install the driver.

Configuration

  • Open Administrative Tools, click Data Sources (ODBC).
  • Select driver encoding.
  • Click Add on the User DSN tab and specify connection settings.
Property Required Description
Name yes Data source name
Description no Short data source description
Host yes Hostname or IP address of the target ATSD server
Port yes HTTPS Port of the target ATSD server. Default is 8443.
Ignore SSL Errors yes Ignore SSL certificate validation errors.
User yes Username
Password yes Password
Table no Expression to filter available tables (metrics). Use % as a wildcard.
Expand Tags No Expand the tags column into multiple columns.
Meta Columns No Add metadata columns in SELECT * columns and table metadata queries.

About

ODBC Driver for Axibase Time Series Database

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.1%
  • CMake 2.4%
  • Other 0.5%