You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.adoc
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ image::logo.png[]
8
8
= Chronix Spark
9
9
An Apache Spark RDD implementation for time series processing - based on Chronix.
10
10
11
+
== Usage Guide
12
+
* link:chronix-infrastructure-local/README.adoc[Howto setup a local cluster]
13
+
11
14
== Design Principles
12
15
* A `ChronixRDD` is a collection of univariate time series. Each of them has its own vector of timestamps - they are not aligned on one common vector of timestamps.
13
16
* Time series are multi-dimensional. Each time series is associated to one or more dimensions. The identity of a time series is the combination of some of its dimension values.
@@ -34,4 +37,4 @@ greater flexibility in time series aggregation.
34
37
35
38
* Chronix is purely written in Java. There is no explicit support for Python and Scala yet.
36
39
37
-
* Chronix doesn not support a ZonedTime as this makes it way more complicated.
40
+
* Chronix doesn not support a ZonedTime as this makes it way more complicated.
0 commit comments