Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 959 Bytes

README.md

File metadata and controls

41 lines (36 loc) · 959 Bytes

Installation

Requirements

How to install

  • Install and run Komadu using RabbitMQ
  • Install the python requirements
cd komadu_client
pip install -r requirements.txt

Usage

Data Extraction from a campaign

python3.7 komadu_client/main.py --static --workflow_type=<workflow_name> --user=<user_name> --machine=<machine_name> <campaign_dir>

Example:

python3.7 komadu_client/main.py --static --workflow_type="gray-scott" --user=swithana --machine=local ~/codar/campaigns/kTest

Notifications

python komadu_client/komadu-client.py notify <notification>

Example:

python komadu_client/komadu-client.py notify komadu_client/samples/notifications/gs-output.xml

Querying

python komadu-client.py query <xml_query>

Example:

python komadu-client.py query samples/singleWorkflowEx/findEntity.xml