Giter Site home page Giter Site logo

smallpox's Introduction

welcome to smallpox

Motivation

Writing distributed components is not always as easy as it sounds. First of all we face the problem of writing all those communication layer bits that doesn't add anything to the business and are pretty much the same for all projects.

So the main idea here is to provide a framework that allows the developer to have distribution enabled components out of the box. But not only enabled in the sense of that they can communicate using some socket/queue abstraction (sure, we can do that too), but in the sense that they don't need to worry even for writing code aware of replication, fail-over instances, etc.

There exist some frameworks which are already tested which might provide some kind of functionality that resembles what we propose, however there are two main things that this will give us that the other don't (AFAIK): 1) Full communication abstraction and already implemented distribution patterns and 2) the fun of implementing it myself.

Current State

I must warn you: don't expect much in the short term, this is something that I've been wanting to implement for a while now and it is not an easy task. I'm a human being and have a life when I get up of this chair/screen/keyboard.

With that said I'd be more than glad to have collaboration on this project, all you have to do is email me so we can coordinate.

smallpox is separated in two subprojects: moth and whitewhale. The first holds some low level abstractions for networking, threading, logging and common system access operations. The second (which still has not a single line of code in it) will contain the high level abstractions.

smallpox's People

Contributors

gsandoval avatar

Watchers

 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.