1- # easyaccess <a href =" https://github.com/mgckind/easyaccess/releases/tag/1.3.0 " > <img src =" https://img.shields.io/badge/release-v1.3.0 -blue.svg " alt =" latest release " /></a > <a href =" https://github.com/mgckind/easyaccess/blob/master/LICENSE.txt " ><img src =" https://img.shields.io/badge/license-NCSA%20License-blue.svg " alt =" License " /> </a > <a href =" https://pypi.python.org/pypi/easyaccess/1.3.0 " ><img src =" https://img.shields.io/badge/pypi-v1.3.0 -orange.svg " alt =" pypi version " /></a >
1+ # easyaccess <a href =" https://github.com/mgckind/easyaccess/releases/tag/1.3.1 " > <img src =" https://img.shields.io/badge/release-v1.3.1 -blue.svg " alt =" latest release " /></a > <a href =" https://github.com/mgckind/easyaccess/blob/master/LICENSE.txt " ><img src =" https://img.shields.io/badge/license-NCSA%20License-blue.svg " alt =" License " /> </a > <a href =" https://pypi.python.org/pypi/easyaccess/1.3.1 " ><img src =" https://img.shields.io/badge/pypi-v1.3.1 -orange.svg " alt =" pypi version " /></a >
22![ help_screen] ( data/help_screenshot.png )
33
44Enhanced command line SQL interpreter client for astronomical databases.
@@ -10,7 +10,7 @@ For a short tutorial (To be completed) check [here](http://deslogin.cosmology.il
1010(Using des credentials)
1111
1212
13- ** Current version = 1.3.0 **
13+ ** Current version = 1.3.1 **
1414
1515## Requirements
1616
@@ -29,7 +29,7 @@ For a short tutorial (To be completed) check [here](http://deslogin.cosmology.il
2929- Very flexible configuration
3030- Smart tab completion for commands, table names, column names and file paths accordingly
3131- write output results to csv, tab, fits files or HDF5 files
32- - load tables from csv, fits or hdf5 directly into DB (memory friendly)
32+ - load tables from csv, fits or hdf5 directly into DB (memory friendly by using number of rows or memory limit )
3333- intrinsic db commands to describe tables, own schema, quota and more
3434- It can be imported as module from python, extense python API
3535- Can run command directly from command line
@@ -64,7 +64,9 @@ The file types supported so far are: .csv, .tab, .fits, and .h5. Any other exten
6464To load a table it needs to be in a csv format with columns names in the first row
6565the name of the table is taken from filename or with optional argument --tablename
6666
67- DESDB ~> load_table <filename> --tablename <mytable>
67+ DESDB ~> load_table <filename> --tablename <mytable> --chunksize <number of rows to read/upload> --memsize <memory in MB to read at a time>
68+
69+ The --chunsize and --memsize are optional arguments to facilitate uploading big files.
6870
6971### Load SQL queries
7072To load SQL queries just run:
0 commit comments