GithubHelp home page GithubHelp logo

tom-willemsen / picobramble Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.55 MB

A lightweight library for running jobs across multiple machines. Originally designed for a cluster of Raspberry Pis.

License: Apache License 2.0

Java 91.68% HTML 5.13% JavaScript 2.01% CSS 1.18%

picobramble's Introduction

PicoBramble

Build Status Code Climate Issue Count

A lightweight library for running jobs across multiple machines. Originally designed for a cluster of Raspberry Pis.

Built as a learning exercise - you should probably use something like the JPPF framework for serious projects.

Some documentation is available on the wiki.

picobramble's People

Contributors

tom-willemsen avatar

Watchers

 avatar  avatar

picobramble's Issues

Security: encrypt & verify network data

Data sent across the network should be encrypted and integrity-verified on arrival.

Could use either a symmetric cipher with the keys in configuration files or a full asymmetric implementation.

Investigate which libraries can best accomplish this task.

Refactor web API log messages

Currently the web API always publishes all available log messages. If the log gets large, this is horribly inefficient.

There should be options to get the last 50/100/500 messages.

Alternatively, figure out a way of asynchronously publishing one message at a time so that they don't have to be combined/kept on the server side.

Use a configuration file instead of hard-coded values.

Currently BrambleConfiguration.java contains a range of configuration options for the cluster e.g.

    public static final int MASTER_PORT = 5800;
    public static final int SLAVE_PORT = 5801;
    public static final int WEB_API_SERVER_PORT = 5802;
    ...

This should be moved to a configuration file which is read on startup. Also update the documentation.

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.