Giter Site home page Giter Site logo

breeze0806 / go-etl Goto Github PK

View Code? Open in Web Editor NEW
99.0 9.0 30.0 1.15 MB

go-etl is a toolset for data extraction, transformation and loading。(go-etl是一个集数据源抽取,转化,加载的工具集,提供强大的数据同步能力)

License: Apache License 2.0

Go 99.84% Makefile 0.14% Shell 0.02% Batchfile 0.01%
etl mysql golang go postgresql greenplum csv xlsx db2 ibmdb2

go-etl's People

Contributors

breeze0806 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

go-etl's Issues

I got a error: filed:t_unsigned_bigint type(UNSIGNED BIGINT) is not supportted

Hello friend,
My software version:
win10
go-etl v0.1.7
reader: MySQL5.7.26 (use init.sql init the database)
writer: MySQL5.7.26 (use init.sql init the database)

After run datax -c config.json
I got a error: filed:t_unsigned_bigint type(UNSIGNED BIGINT) is not supportted,
How to fix it, thanks.

config.json
{
"core" : {
"container": {
"job":{
"id": 1,
"sleepInterval":100
}
}
},
"job":{
"content":[
{
"reader":{
"name": "mysqlreader",
"parameter": {
"username": "root",
"password": "123456",
"column": [""],
"connection": {
"url": "tcp(127.0.0.1:3306)/source?parseTime=false",
"table": {
"db":"source",
"name":"type_table"
}
},
"where": ""
}
},
"writer":{
"name": "mysqlwriter",
"parameter": {
"username": "root",
"password": "123456",
"writeMode": "insert",
"column": ["
"],
"session": [],
"preSql": [],
"connection": {
"url": "tcp(127.0.0.1:3306)/mysql?parseTime=false",
"table": {
"db":"destination",
"name":"type_table"
}
},
"batchTimeout": "1s",
"batchSize":1000
}
},
"transformer":[]
}
]
}
}

make release 报错

make release 报错
tools/wizard.go:147:29: undefined: generateScript
tools/wizard.go:150:31: undefined: ext

runtime/cgo

ld: warning: directory not found for option '-L/Users/play/go/src/github.com/ibmdb/clidriver/lib'
../../../../../../pkg/mod/github.com/ibmdb/[email protected]/api/api_unix.go:14:11: fatal error: 'sqlcli1.h' file not found
include <sqlcli1.h>
^~~~~~~~~~~
1 error generated.

ld: warning: directory not found for option '-L/Users/play/go/src/github.com/ibmdb/clidriver/lib'

ld: warning: directory not found for option '-L/Users/play/go/src/github.com/ibmdb/clidriver/lib'
ld: warning: directory not found for option '-L/Users/play/go/src/github.com/ibmdb/clidriver/lib'
make: *** [release] Error 2

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.