Giter Site home page Giter Site logo

hellhound's Introduction

HellHound Build Status

IMPORTANT NOTE: This software is not ready to use yet. It's under heavy development and reaches the alpha stage pretty soon. If you like to be part of this process please leave us a message.

Goals

HellHound is a fullstack Clojure/ClojureScript framework for creating async distributed web applications suitbale for stream processing. Basically HellHound is a set of smaller tools to create such systems.

The goal is to create a tool which allows developers to focus on their business logic while it takes care of different aspect of a distributed software in an opinionated way.

Server Side

Here is a breif description about the server side application, its requirements and design.

Requirements

The server side application should be:

  • Stateless
  • Scalable
  • Fault tolarance
  • Async
  • Extendable

Design

Each HellHound application should have a system which is a map of components with possible workflows and a supervisor. Basically supervisor is in charge of starting and stopping the system and dealing with any problem with the system. For example it should be able to automatically restart a component which is in a bad state.

Each component has a start and stop function with some input and an output. A workflows simply describe data workflow in the component pipeline.

Component IO

TBA

WebServer Component

TBA

Client Side

Here is a breif description about the client side application, its requirements and design.

Requirements

The client side should able to:

  • Process a stream of incoming data
  • Set data as a stream of event to the server
  • Subscribe to a query result

Design

TBA

Installation

Add HellHound to your dependencies as follow:

[codamic/hellhound "1.0.0-SNAPSHOT"]

Where to get help

Getting Started

TBA

How to contibute

TBA

License

Copyright © 2016-2017 Sameer Rahmani <@lxsameer>.

Distributed under the MIT License.

hellhound's People

Contributors

lxsameer avatar mostafa avatar

Watchers

 avatar  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.