GithubHelp home page GithubHelp logo

bissetii's Introduction

Bissetii

Bissetii is a library higly inspired by Celery from python world. Basically, it is a Task queue, mechanism to distribute work across threads or machines.

Bissetii communicates via messages using a broker (Kafka in current implementation) to mediate between clients and workers. To initiate a task the client adds a message to the queue, the broker then delivers that message to a worker. Worker on the other hand, performs task and returns result to client by http protocol.

Library is build on top of Cats Effect and Eff. Eff is based on the “free-er” monad and an “open union” of effects described by Oleg Kiselyov in Freer monads, more extensible effects.

Library is divided in three main parts: effects, interpreters and internal abstractions. Effects and interpreters are separated, it means that client can implementat his (her) own interpreter for desired effect (for example substitute Kafka for any other broker or distributed queue implementation).

bissetii's People

Contributors

dantara avatar

Stargazers

Kazybek Askarbek avatar

Watchers

James Cloos 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.