Coder Social home page Coder Social logo

laputa's Introduction

laputa

A parallel computing framework for the stat_agg package based on Redis.

Description

laputa is a python package that provides an elastic, fault-tolerant, parallel computing foundation for the stat_agg (statistical aggregates) package.

Requirements

To use the laputa package you will need Python (tested on version 2.7), the redis python package, and a connection to an instance of Redis. For further information about Redis, see the homepage.

Installing laputa

The easiest way to install laputa uses pip in a shell:

> pip install -e git+https://github.com/kaneplusplus/laputa.git#egg=laputa

This package can also be installed with pip in a shell using the following commands:

> find . -name "*.pyc" -print | xargs rm
> pip uninstall laputa
> python setup.py sdist
> pip install dist/laputa-0.1.tar.gz

Using laputa

The laputa package should currently be considered "plumbing" for the stat_agg package. When the interface stabilizes and the features are expanded a more complete user's guide will be added.

Support

  1. laputa is supported on Python version 2.7.
  2. The development home of this project can be found at: https://github.com/kaneplusplus/laputa
  3. Contributions are welcome.
  4. For more information contact Michael Kane at [email protected].

laputa's People

Contributors

kaneplusplus avatar

Watchers

 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.