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

Commit f5db68b

Browse files
author
Florian Lautenschlager
committed
Fixes wording, changes, and renames.
1 parent 7a25b65 commit f5db68b

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

_includes/documentation.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ <h2>About</h2>
1616

1717
<br><br>
1818

19-
Chronix Kassiopeia is a specialized time series package that can easily be added to Chronix.
20-
It provides a time series implementation and <b>high-level time series functions</b>, e.g., trend
21-
detection, frequencies, outliers. If Kassiopeia does not fit your needs, you can easily use your custom
22-
time series within Chronix by implementing a converter with two methods.
23-
24-
<br><br>
25-
2619
Chronix is built to store time series highly compressed and for fast access times.
2720
In comparison to related time series databases, Chronix does not only take 5 to 171 times less space,
2821
but it also shaves off 83&#37; of the access time, and up to 78&#37;
@@ -42,12 +35,10 @@ <h2>About</h2>
4235
Apache Solr offers several useful features like scalability, fault tolerance, distributed indexing, or replication.
4336
</li>
4437
<li><a href="https://github.com/ChronixDB/chronix.spark/">Chronix Spark:</a> Whenever you need a parallel and distributed time series processing,
45-
integrate Chronix with <a href="http://spark.apache.org/">Apache Spark</a>. Store the time series in a Chronix Storage and HDFS or in a Chronix Server cluster.
46-
Leverage Apache Spark to process a time series in parallel.
38+
integrate Chronix with <a href="http://spark.apache.org/">Apache Spark</a>. Leverage Apache Spark to process a time series in parallel.
4739
</li>
4840
</ol>
4941
<p>
50-
Chronix is in a very early stage and hence there is a lot of work to do. Anyway! ;-)
5142
We have several presentations and papers that describe the architecture and the main concepts of
5243
Chronix.
5344
You will find the slides from the <a href="https://archive.fosdem.org/2015/schedule/event/apache_solr_as_a_compressed,_scalable_and_high_performance_time_series_database/">FOSDEM 2015</a> conference below. For more information about Chronix

_includes/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2>Download</h2>
1414
</p>
1515
<ul>
1616
<li><a href="https://github.com/ChronixDB/chronix.server/releases">Chronix Server</a></li>
17-
<li><a href="https://github.com/ChronixDB/chronix.kassiopeia/releases">Chronix Kassiopeia</a>
17+
<li><a href="https://github.com/ChronixDB/chronix.kassiopeia/releases">Chronix Kassiopeia (Format)</a>
1818
<li><a href="https://github.com/ChronixDB/chronix.storage/releases">Chronix Storage</a>
1919
<li><a href="https://github.com/ChronixDB/chronix.spark/releases">Chronix Spark</a>
2020
</ul>

0 commit comments

Comments
 (0)