Code Monkey home page Code Monkey logo

targaryen's Introduction

Targaryen

A distributed computing framework, written in Python. This is in no way "perfect" and is a work in progress. The name draws inspiration from the Targaryen sigil, a three headed dragon. This is the result of watching too much Game of Thrones. Inspiration for the actual project was taken from bashmu

Installation

virtualenv -p python3 <virtualenv_name>
cd <virtualenv_name>
. bin/activate
git clone https://github.com/MattLombana/Targaryen
cd Targaryen
pip3 install -Ur requirements.txt

Make sure to replace <virtualenv_name> with a name for your virtual environment. I like to use Targaryen-virt

Configuration

There are several files to configure before Targaryen can be run. They are:

  • machines.local.yml
cp conf/machines.yml conf/machines.local.yml
vim conf/machines.local.yml

Machine specifications should be placed in here. machines.yml is a template, and configurations will be loaded from machines.local.yml before being loaded from machines.yml Any files with .local. in the filename will be ignored.

Running Targaryen

Coming Soon!

Contributing to Targaryen

Right now, there's not much to do, as I haven't really done anything. Under the projects tab, the various projects and the TODO's associated with them can be found. If you want something to be done, create an issue.

If you find a bug, please create an issue and apply one or more appropriate labels.

targaryen's People

Watchers

 avatar

Forkers

seth-stansberry

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.