Changes between Version 17 and Version 18 of GEMINI/Tutorial/GEC20/GENI_Desktop_and_GEMINI_data/RetrieveData


Ignore:
Timestamp:
06/20/14 18:27:54 (10 years ago)
Author:
mkeele@indiana.edu
Comment:

still need to try ms_plot

Legend:

Unmodified
Added
Removed
Modified
  • GEMINI/Tutorial/GEC20/GENI_Desktop_and_GEMINI_data/RetrieveData

    v17 v18  
    6868If you would like to try a periscope tool that handles your key, cert and slice uuid for you then you will need to install a dependency on the Global Node. For this example my Global Node is Fedora 15 but if you're using another image you can see more installation instructions here [https://github.com/periscope-ps/periscope/tree/master/peri-js].
    6969
    70 Install Dependency's [[BR]]
     70Install Dependencies [[BR]]
    7171{{{ cd /usr/src }}} [[BR]]
    7272{{{ sudo wget http://nodejs.org/dist/v0.10.28/node-v0.10.28.tar.gz }}} [[BR]]
     
    7979{{{ sudo yum install git }}}
    8080
    81 Test Dependency's [[BR]]
     81Test Dependencies [[BR]]
    8282{{{ node -v }}} [[BR]]
    8383v0.10.28 [[BR]]
     
    9292{{{ cd periscope/peri-js/ }}}
    9393
    94 Install Peri-JS Dependency's [[BR]]
     94Install Peri-JS Dependencies [[BR]]
    9595{{{ sudo npm install }}} [[BR]]
    9696{{{ sudo npm install -g bower }}} [[BR]]
     
    137137Now you should see all your data in JSON format. To reiterate, each metadata object represents an event type for a particular measurement. Navigating to a particular event type/metadata object by the metadata ID will get the single metadata object. Using that metadata ID, you can query the data route to get the data associated with that event type.
    138138
    139 Once you have your data you might like to visualize it to help make discoveries from the data. At this repository, [https://github.com/periscope-ps/peri-client-scripts] we provide some scripts to help you with data visualization.
     139Once you have your data you might like to visualize it to help make discoveries from the data. At this repository, [https://github.com/GENI-GEMINI/UW/blob/master/msplot_python/ms_plot.py] we provide a script to help you with data visualization.
     140
     141...install python dependencies
    140142
    141143[[BR]]