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

Commit 38b7699

Browse files
author
Florian Lautenschlager
committed
Added links to the projects in the documentation section.
1 parent 8cb74b9 commit 38b7699

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/documentation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ <h2>About</h2>
3535
Chronix supports three different scenarios, pursuing different goals:
3636
</p>
3737
<ol>
38-
<li><b>Chronix Storage:</b> Use Chronix as a small storage library and plug it into your
38+
<li><b><a href="https://github.com/ChronixDB/chronix.storage/">Chronix Storage:</a></b> Use Chronix as a small storage library and plug it into your
3939
application. It stores the time series using <a href="https://lucene.apache.org/core/">Apache Lucene</a>.
4040
</li>
41-
<li><b>Chronix Server:</b> Combine Chronix with <a href="https://lucene.apache.org/solr/">Apache Solr</a> for a typical client-server scenario.
41+
<li><b><a href="https://github.com/ChronixDB/chronix.server/">Chronix Server:</a></b> Combine Chronix with <a href="https://lucene.apache.org/solr/">Apache Solr</a> for a typical client-server scenario.
4242
Apache Solr offers several useful features like scalability, fault tolerance, distributed indexing, or replication.
4343
</li>
44-
<li><b>Chronix Spark:</b> Whenever you need a parallel and distributed time series processing,
44+
<li><b><a href="https://github.com/ChronixDB/chronix.spark/">Chronix Spark:</a></b> Whenever you need a parallel and distributed time series processing,
4545
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.
4646
Leverage Apache Spark to process a time series in parallel.
4747
</li>

0 commit comments

Comments
 (0)