Coder Social home page Coder Social logo

piroguetoolsuite / pirogue-colander-connector Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 36 KB

CLI interface to transfer data from the PiRogue to Colander

Home Page: https://pts-project.org/

License: GNU General Public License v3.0

Python 100.00%
python rest-api colander

pirogue-colander-connector's Introduction

Colander connector for PiRogue

CLI interface to transfer data from the PiRogue to Colander. Have a look to our guides to learn more how to use the PiRogue.

License: GPLv3

Website | Documentation | Support

Colander connector for PiRogue

CLI interface to transfer data from the PiRogue to Colander.

Install the connector

This connector is provided as a Debian package and is not installed by default. To install it, run the following command on your PiRogue:

sudo apt update
sudo apt install pirogue-colander-connector

Configure the connector

Once installed, the first step before using it to collect artifacts or PiRogue experiments is to configure it by specifying both Colander base URL and your API key. To do so, run the following command on your PiRogue:

pirogue-colander config -u "<URL of your Colander server>" -k "<your Colander API key>"

Collect a single artifact/file

To upload an artifact/file to your Colander server, run the following command:

pirogue-colander collect-artifact -c "<destination case ID>" <path of the file to be uploaded>

Collect a PiRogue experiment

A PiRogue experiment is the output of the following commands:

  • pirogue-intercept-single
  • pirogue-intercept-gated

The command listed above generate a directory containing multiple files. To upload the entire experiment, use the following command on your PiRogue:

pirogue-colander collect-experiment -c "<destination case ID>" <path to the directory containing the outputs your experiment> 

Alternatively, you can also specify the artifact that has been executed during this experiment (usually an APK or a XAPK)

pirogue-colander collect-experiment -c "<destination case ID>" -t <path to the target artifact/file> <path to the directory containing the outputs your experiment> 

pirogue-colander-connector's People

Contributors

u039b avatar

Watchers

Abir Ghattas avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.