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 >
2
2
![ help_screen] ( data/help_screenshot.png )
3
3
4
4
Enhanced 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
10
10
(Using des credentials)
11
11
12
12
13
- ** Current version = 1.3.0 **
13
+ ** Current version = 1.3.1 **
14
14
15
15
## Requirements
16
16
@@ -29,7 +29,7 @@ For a short tutorial (To be completed) check [here](http://deslogin.cosmology.il
29
29
- Very flexible configuration
30
30
- Smart tab completion for commands, table names, column names and file paths accordingly
31
31
- 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 )
33
33
- intrinsic db commands to describe tables, own schema, quota and more
34
34
- It can be imported as module from python, extense python API
35
35
- 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
64
64
To load a table it needs to be in a csv format with columns names in the first row
65
65
the name of the table is taken from filename or with optional argument --tablename
66
66
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.
68
70
69
71
### Load SQL queries
70
72
To load SQL queries just run:
0 commit comments