-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (65 loc) · 6.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>EclairJS by EclairJS</title>
</head>
<body>
<header>
<div class="inner">
<h1>EclairJS</h1>
<h2></h2>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h3>Announcement</h3>
<p>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.
</p>
<h3>
<a id="welcome-to-eclairjs" class="anchor" href="#welcome-to-eclairjs" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to EclairJS</h3>
<p>Web applications are looking to incorporate increasingly sophisticated analytics and more types of data. The <a href="http://spark.apache.org">Apache Spark</a> engine is a fast and general purpose engine for analytics and large-scale data processing which web application runtimes like <a href="http://nodejs.org">Node.js</a> can take advantage of using EclairJS.</p>
<p><img src="images/stack-2.jpg" width="483" height="522" alt="Technology Stack"></p>
<h3>
<a id="client-server" class="anchor" href="#client-server" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>EclairJS Client & Server
</h3>
<p><a href="https://github.com/EclairJS/eclairjs">EclairJS</a> has a client component and a server component. The EclairJS Client enables Node.js and JavaScript developers to program against Apache Spark. It provides a Spark API in Node.js and JavaScript, and enables Node.js applications to run remotely from Spark.</p>
<p>The EclairJS server is responsible for exposing the Apache Spark programming model to JavaScript and for taking advantage of Spark's distributed computing capabilities. In addition to supporting the EclairJS client, the Server component supports Jupyter Notebooks, and a REPL.</p>
<h3>
<a id="community" class="anchor" href="#community" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Community etc.
</h3>
<p>The EclairJS project has a <a href="http://eclairjs.slack.com">Slack chat channel</a> and a <a href="https://groups.google.com/d/forum/eclairjs">group list</a>. If you are interested in joining these, or in any other aspects of the projects, email us at <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>The project maintains an <a href="https://github.com/EclairJS/eclairjs/issues">issue list</a> for tracking bugs and monitoring the progress of requested features.</p>
<p>Note that the EclairJS project used to be represented through two separate projects: EclairJS-Node and EclairJS-Nashorn. The EclairJS project has absorbed these former projects as <a href="https://github.com/EclairJS/eclairjs/tree/master/client">EclairJS Client</a> and <a href="https://github.com/EclairJS/eclairjs/tree/master/server">EclairJS Server</a> respectively. Going forward and with EclairJS's support for Apache Spark version 2.0, all work will now take place under EclairJS although the older repositories will remain for a while: <a href="https://github.com/EclairJS/eclairjs-node">EclairJS-Node</a>, <a href="https://github.com/EclairJS/eclairjs-nashorn">EclairJS-Nashorn</a>.</p>
<p>Want to find out more? Visit the <a href="https://github.com/EclairJS/eclairjs">EclairJS project on GitHub</a> where you will find examples and more documentation or check out some of our recent presentations:</p>
<ul>
<li>Upcoming</li>
<li>Past</li>
<li><a href="https://apachebigdataeu2016.sched.org/event/8U0A/putting-a-spark-in-web-apps-david-fallside-ibm">Putting a Spark in Web Apps</a>, Apache Big Data Europe, 11-14-16</li>
<li><a href="https://developer.ibm.com/open/events/dw-open-tech-talk-eclairjs/">dW Open Webinar: EclairJS. 11-09-16</a></li>
<li><a href="http://www.meetup.com/BayNode/events/234361674/">BayNode Meetup, 11-01-16</a></li>
<li><a href="https://developer.ibm.com/node/2016/08/25/running-apache-spark-applications-with-node-js-on-ibm-bluemix/">Running Apache Spark Applications With Node.js on IBM Bluemix</a></li>
<li><a href="https://spark-summit.org/2016/events/eclairjs-nodejs-apache-spark/">Spark Summit presentation, 06-07-16</a></li>
<li><a href="http://www.spark.tc/introducing-eclairjs/">Spark.tc blog, part 1</a></li>
<li><a href="http://www.meetup.com/Boston-cloud-services/events/229752889/">Big Data +, Cambridge Meetup, 03-30-16</a></li>
<li><a href="https://github.com/EclairJS/eclairjs-node/blob/master/presentations/EclairJSMeetup_02_09.pdf">Apache Spark, Raleigh Meetup, 02-09-16</a></li>
</ul>
</section>
<aside id="sidebar">
<p>© IBM Corp. 2016. Node.js is a trademark of Joyent, Inc. and is used with its permission. We are not endorsed by or affiliated with Joyent. Apache Spark, Spark, Apache, and the Spark logo are trademarks of The Apache Software Foundation.</p>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
</body>
</html>