No commit activity in last 3 years
No release in over 3 years
Dumps records to Trafodion.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.0
>= 10.0
 Project Readme

Trafodion output plugin for Embulk

TODO: Write short description here and build.gradle file.

Overview

  • Plugin type: output
  • Load all or nothing: no
  • Resume supported: no
  • Cleanup supported: yes

Configuration

  • host: database host name (string, required)
  • port: database port number (integer, default: 3306)
  • user: database login user name (string, required)
  • password: database login password (string, default: "")
  • database: destination database name (string, required)
  • table: destination table name (string, required)

Example

out:
type: trafodion
host: localhost 
user: my_user 
password: my_passwd
database: my_database
schema: schema_name
table: table_name
mode: insert

Build

$ ./gradlew gem