Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit b1f09b0

Browse files
committed
Update README.adoc
1 parent d813e73 commit b1f09b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ image::logo.png[]
88
= Chronix Spark
99
An Apache Spark RDD implementation for time series processing - based on Chronix.
1010

11+
== Usage Guide
12+
* link:chronix-infrastructure-local/README.adoc[Howto setup a local cluster]
13+
1114
== Design Principles
1215
* 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.
1316
* 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.
3437

3538
* Chronix is purely written in Java. There is no explicit support for Python and Scala yet.
3639

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

Comments
 (0)