Commit db5be375 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Updated README.txt.

parent 304d8e13
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ NAME
       vos_data

SYNOPSYS
       python3.x dataArchiverCli.py COMMAND USERNAME
       vos_data COMMAND USERNAME

DESCRIPTION
       The purpose of this client application is to notify to the VOSpace backend that
@@ -124,7 +124,7 @@ You can access the file catalog from the 'client' container:
    
The default output of the query after the container initialization should be something like this:
 
vospace_testdb=# SELECT node_id, parent_path, path, name, tstamp_wrapper_dir, type, owner_id, creator_id, content_MD5 FROM Node;
vospace_testdb=# SELECT node_id, parent_path, path, name, tstamp_wrapper_dir, type, owner_id, creator_id, content_MD5 FROM node;
 node_id | parent_path |  path   |    name    | tstamp_wrapper_dir |   type    | owner_id | creator_id | content_md5 
---------+-------------+---------+------------+--------------------+-----------+----------+------------+-------------
       1 |             |         |            |                    | container | 0        | 0          | 
@@ -140,7 +140,7 @@ vospace_testdb=# SELECT node_id, parent_path, path, name, tstamp_wrapper_dir, ty
A few seconds after launching three jobs with 'dataArchiverCli.py', the database will be populated and launching the previous
SQL query you will be able an output like the one here below:       

vospace_testdb=# SELECT node_id, parent_path, path, name, tstamp_wrapper_dir, type, owner_id, creator_id, content_MD5 FROM Node;
vospace_testdb=# SELECT node_id, parent_path, path, name, tstamp_wrapper_dir, type, owner_id, creator_id, content_MD5 FROM node;
 node_id | parent_path |    path    |       name       | tstamp_wrapper_dir  |   type    | owner_id | creator_id |           content_md5          
  
---------+-------------+------------+------------------+---------------------+-----------+----------+------------+----------------------------------