Changes between Version 31 and Version 32 of Clients
- Timestamp:
- Nov 21, 2016, 4:26:15 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clients
v31 v32 20 20 * `rasql` is a command-line utility for sending queries and saving results in local files. Invocation example (see `rasql --help` for details): 21 21 {{{ 22 rasql -q "select encode( mr, "png" ) from mr" --out file 22 rasql -q 'select encode( mr, "png" ) from mr' --out file 23 }}} 24 * To see a list of all collections with arrays in the database: 25 {{{ 26 rasql -q 'select c from RAS_COLLECTIONNAMES as c' --out string 23 27 }}} 24 28 * '''rasql queries''' can also be invoked via a Web service by default listening at `localhost:8080/rasdaman/rasql`. To this end, the corresponding servlet needs to be started (see [browser:manuals_and_examples/manuals/doc-guides/inst-guide.pdf Installation Guide]).