-
Notifications
You must be signed in to change notification settings - Fork 6
/
README
14 lines (12 loc) · 821 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This is the home of TimeSeriesSpark,
a time series and energy data analysis API for Spark,
the cluster computing framework http://www.cs.berkeley.edu/~matei/spark/ .
The API is described at http://www.cs.helsinki.fi/u/lagerspe/timeseries-spark-api-0.3/ .
However, for the latest and greatest version, check out the code.
The project is distributed under the BSD 3-Clause License, included in LICENSE.txt.
The license is also available at: http://www.opensource.org/licenses/BSD-3-Clause .
The energy-data-processing/pt4processor.cs is copyright to Monsoon Inc,
and can be found in the end of the Monsoon Power Monitor manual, Online at
http://msoon.com/register/download/
Its Scala variant, src/spark/timeseries/examples/Pt4Processor.scala
is written by Eemil Lagerspetz and is licensed under the BSD 3-Clause License.