Skip to content

zifeishan/ndbloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NDB Loader for MySQL cluster
====

This loader is used to load TSV data into MySQL cluster.


Prerequisite
----
An installed MySQL cluster. Make sure PATH are configured.


Build
----
Run `./build.sh` to build a binary in ./ndbloader


Run
----

On Mac:

    DYLD_LIBRARY_PATH=/Users/zifei/package/mysql/lib ./ndbloader conn_string database data_file table_format_file [nParallelTransactions=10000] [milliSleep=0]

On Linux:

    LD_LIBRARY_PATH=/Users/zifei/package/mysql/lib ./ndbloader conn_string database data_file table_format_file [nParallelTransactions=10000] [milliSleep=0]

Caveats
----

See ndbloader documentation in DeepDive.

About

A loader for MySQL Cluster that uses NDBAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors