Skip to content

Commit

Permalink
announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Burns-Bose committed Feb 3, 2017
1 parent 6582b9f commit e354253
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
@@ -1,7 +1,12 @@
## Announcement

There has been a team here in IBM working on EclairJS for about a year now. Unfortunately from the team's perspective, the project has not gained traction and so they are going to discontinue work on it. The eclairjs.org domain name will continue to exist for a while longer although there will a few other changes such as shuttering this (largely unused) Slack channel. If you are interested in taking a more active role in EclairJS, please post your interest on the EclairJS Google channel , or you can contact the IBM team at eclairjs at us dot ibm dot com.

# EclairJS

EclairJS provides JavaScript and Node.js developers with an API for [Apache Spark](http://spark.apache.org/), and enables them to take advantage of Spark's unique data-processing environment that includes streaming, SQL, Machine Learning, and a graph database. Using EclairJS, developers can write applications entirely in JavaScript, some of which will be executed in the local JavaScript environment such as Node.js, and some of which will be executed on Spark. EclairJS is composed of a client component that runs in the local JavaScript environment, and can be simply installed from npm, and server components that can be remote from the client and handle JavaScript in Spark.


The examples directory contains smaller code examples that demonstrate how-to take advantage of various Spark capabilities such as streaming, ML, from a Node.js environment. There is also an examples/server directory that contains smaller code examples that can be run directly on the EclairJS server.

The [eclairs-examples](https://github.com/eclairjs/eclairjs-examples) repository contains a number of relatively full-function example Node.js applications that include UIs using the EclairJS client, plus the EclairJS server and Spark.
Expand Down

0 comments on commit e354253

Please sign in to comment.