Giter Site home page Giter Site logo

presto-teradata-connector's Introduction

Presto-Teradata Connector

This is a plugin for Presto that allow you to query Teradata from PrestoDB

This product is under development. Queries "walk", but you can help us make them run! ;) You are welcome to stop by and help us enhance it.

Project development

We do not provide Teradata JDBC jars, since they require to agree on some terms due to US Legislation. After cloning this repo, you should

  • download Teradata JDBC drivers from here

  • rename the jars

  • place them in the following directories

      $PROJECT_HOME/lib/com/teradata/config/15.10.0/config-15.10.0.jar
      $PROJECT_HOME/lib/com/teradata/jdbc/15.10.0/jdbc-15.10.0.jar
    

Connection Configuration

Create new properties file inside etc/catalog dir:

connector.name=teradata
# connection-url is the Teradata JDBC URL. You may use different configurations per environment.
# For more information, please visit 
# [JDBC driver docs](https://developer.teradata.com/doc/connectivity/jdbc/reference/current/jdbcug_chapter_2.html)
connection-url=jdbc:teradata://aaa.bbb.ccc.ddd/TMODE=ANSI,CHARSET=UTF8
connection-user=someusername
connection-password=somepassword

To install the connector, copy presto-teradata-{version}.jar and jars at presto-dependencies folder to some location, ex.: /tmp/teradata-jars

cd $PRESTODB_HOME
mkdir -p plugin/teradata
cp /tmp/teradata-jars/* plugin/teradata

Building Presto Teradata Connector

To build Presto Teradata Connector, execute:

mvn clean install

Related resources

Below we list resources related to Prestor connectors. If you wrote a Presto connector to any database, we want to hear from you!

Contribute & Support!

Contributions are welcome! You can contribute by

  • starring this repo!
  • requesting or adding new features.
  • enhancing existing code or documentation.
  • testing.
  • bringing suggestions and reporting bugs.
  • spreading the word / telling us how you use it!

presto-teradata-connector's People

Contributors

jmrozanec avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.