Giter VIP home page Giter VIP logo

ctip's Introduction

CTIP (Configuration Testing In Parallel)

CTIP is a general, extensible tool for running batches of configurable jobs in parallel on a variety of environments from your local machine to a remote server.

By relying on the end-user to specify what to run and how to run it, CTIP is a very general solution for optimizing and experimenting on programs that use configuration files to determine behavior. CTIP provides the infrastructure for generating and passing configurations to user-adapted classes that setup and run a given program. It also provides tools for tracking job status when jobs are run locally.

Install

See the INSTALL file for more detailed information.

Via pip:

$ pip install ctip

Configure ctip installation by setting paths to directories containing all user defined Experiments and Environments:

$ ctip set experiment-dir ~/research/ctip-exp
$ ctip set environment-dir ~/research/ctip-env

Usage

For complete documentation of ctip, browse the docs folder or go to the future and visit a website I will make with all the documentation.

For a concise summary of all available commands, run:

$ ctip help

Run configurations for the Doodle experiment in the Local environment as specified in a genfile named doodle_configs.gen:

$ ctip run gen doodle_configs.gen --experiment Doodle --environment Local

Note: During development, avoid constant re-installation by using python ctip-runner.py instead of the ctip command.

Change log

Please see the CHANGELOG for information about what has changed recently or the TODO list to see what's comming.

Testing

From the root ctip directory run:

$ py.test

Security

If you discover any security related issues, please email me at [email protected] instead of using the issue tracker.

With that being said, any communication ctip does with the outside world is through user provided Environment classes and thus most security vulnerabilities will likely be the responsibility of the end-user.

Also sql injection through the optional 'where' clause is not only possible but is considered a feature. The only database malicious queries effect is the ctip database which only ever holds information you put in it... so go ahead.

Credits

Thanks to the Hintze Lab at Michigan State University for being a willing guinea pig.

License

The MIT License (MIT). Please see the LICENSE file for more information.

ctip's People

Contributors

arockett avatar

Stargazers

 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.