Giter VIP home page Giter VIP logo

abaco's Introduction

abaco's People

Contributors

joestubbs avatar waltermoreira avatar

Watchers

 avatar  avatar

Forkers

tacc

abaco's Issues

Registration API

Includes the database.

  • Inserts pattern in the database.
  • Creates actor worker (asynchronously). It may need another component that takes care of creating/monitoring new or existing containers. This may be a separate issue.

Event worker

  • Pattern matching on JSON objects and putting in the corresponding channels in the actor queue.
  • Update its local list of pattern (through the command event queue).

Pattern matching engine

A function that is responsible for matching a JSON object against some specific set of patterns. It returns a subset of patterns that match.

Includes the task of having a grammar for describing the patterns. Needs to be efficient.

Actor queue

It has two types of channels. One is the proper actor's inbox. The other is identified with a set of events, maybe defined by a pattern of JSON objects.

Event queue

This may include the queue where events are posted, and the "command" queue. Subscription to the command queue may be different type from the subscription to the "data" queue.

Event workers subscribe to both. But only one worker process an object from the data queue, while all workers should process objects from the command queue.

An example of a command is the request for workers to update their internal list of patterns to check.

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.