Created
December 3, 2015 23:02
-
-
Save MichaelDrogalis/9f6109703c660789839b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ bin/onyx-etl --help | |
-f, --from <medium> Input storage medium | |
-t, --to <medium> Output storage medium | |
--input-batch-size <n> 20 Batch size of the input task | |
--transform-batch-size <n> 20 Batch size of the transformation task | |
--output-batch-size <n> 20 Batch size of the output task | |
--datomic-uri <uri> Datomic URI | |
--datomic-partition <part> Datomic partition to use | |
--datomic-key-file <file> Absolute or relative path to a Datomic transformation file. See the project README for the spec. | |
--sql-classname <JDBC classname> The SQL JDBC spec classname | |
--sql-subprotocol <JDBC subprotocol> The SQL JDBC spec subprotocol | |
--sql-subname <JDBC subname> The SQL JDBC spec subname | |
--sql-user <user> The user to log in to the SQL database as | |
--sql-password <password> The password to authenticate the user | |
--sql-table <table> The SQL table to read from | |
--sql-id-column <column-name> The SQL column in the table to partition by | |
--sql-rows-per-segment <n> 50 The number of rows to compact into a single segment at read time | |
-h, --help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment