Skip to content
Krzysztof Burliński edited this page Aug 28, 2014 · 6 revisions

Welcome to the JS-Spark wiki!

Introduction

JS-Spark is a distributed real time analytics framework. Reimplementation of famous Apache Spark project in JavaScript.

Concept

We have 3 types of actors:

  • Worker (Performs computation),
  • Server (Divides tasks, takes care of the workers),
  • Manager (Gives tasks to the server and receives the results).
Clone this wiki locally