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

Commit 83370dc

Browse files
author
Florian Lautenschlager
authored
Merge pull request #28 from FlorianLautenschlager/master
Updates the chronix.io site.
2 parents ed53a25 + 1a18308 commit 83370dc

File tree

7 files changed

+18
-12
lines changed

7 files changed

+18
-12
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
22
rvm:
3-
- 2.2
3+
- 2.3.3
44

55
before_script:
66
- chmod +x ./script/cibuild # or do this locally and commit

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Site settings
22
title: Chronix
3-
subtitle: "A fast and efficient time series storage <br> based on Apache Lucene and Apache Solr."
3+
subtitle: "A fast and efficient time series storage"
44
55
url: http://www.chronix.io
66

_includes/chronixstack.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>Chronix Stack</h2>
1717
href="http://grafana.org/">Grafana</a> and <a href="https://zeppelin.incubator.apache.org/">
1818
Zeppelin</a> are tightly integrated.
1919
</p>
20-
<img src="img/documentation/chronix-stack.png" class="img-responsive center-block" width="80%"
20+
<img src="img/documentation/chronix-stack.png" class="img-responsive center-block" width="85%"
2121
alt="Chronix Stack">
2222

2323
</div>

_includes/documentation.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ <h2>About</h2>
1313
<p>
1414
Chronix natively speaks <b>time series</b>. You can store nearly every kind of
1515
data type within a time series due to its flexible design. You decide what a time series looks like.
16-
Check out the detailed <a
16+
Check out the <a
1717
href="https://chronix.gitbooks.io/chronix/content/">documentation</a> of Chronix.
18-
1918
<br><br>
2019

2120
Chronix is built to store time series highly compressed and for fast access times.

_includes/publications.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,27 @@ <h2>Publications</h2>
1616
<br>
1717
<h4>2016</h4>
1818
<ul>
19-
<li>Chronix – A fast and efficient time series storage based on Apache Solr, Open Source Data Center
20-
Conference, 2016,
21-
<a href="https://speakerdeck.com/florian_lautenschlager/chronix-a-fast-and-efficient-time-series-storage-based-on-apache-solr">Slides</a></li>
19+
<li>Chronix as long term storage for Prometheus, Cloud Native Conference, 2016,
20+
<a href="http://www.slideshare.net/QAware/chronix-as-longterm-storage-for-prometheus">Slides</a>
21+
<a href="https://www.youtube.com/watch?v=4fhXSgRmLHM&list=PLj6h78yzYM2PqgIGU1Qmi8nY7dqn9PCr4&index=62">Recording</a>
22+
</li>
23+
<li>Time Series Processing with Solr and Spark, Lucene Revolution, 2016,
24+
<a href="http://www.slideshare.net/QAware/time-series-analysis-67281407">Slides</a>
25+
</li>
2226
<li>The new time series kid on the block, Apache Big Data North America, 2016,
2327
<a href="https://speakerdeck.com/florian_lautenschlager/the-new-time-series-kid-on-the-block">Slides</a>
2428
</li>
2529
<li>Time Series Processing with Apache Spark, Apache Big Data North America, 2016,
2630
<a href="http://www.slideshare.net/adersberger/time-series-processing-with-apache-spark">Slides</a>
2731
</li>
32+
<li>Chronix – A fast and efficient time series storage based on Apache Solr, Open Source Data Center
33+
Conference, 2016,
34+
<a href="https://speakerdeck.com/florian_lautenschlager/chronix-a-fast-and-efficient-time-series-storage-based-on-apache-solr">Slides</a>
35+
</li>
2836
</ul>
2937

3038
<h4>2015</h4>
3139
<ul>
32-
3340
<li>Fast and efficient operational time series storage: The missing link in dynamic software
3441
analysis, Symposium on Software Performance, 2015,
3542
<a href="http://www.performance-symposium.org/fileadmin/user_upload/palladio-conference/2015/slides/06_FLautenschlager.pdf">Slides</a>

_includes/quickstart.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ <h4>Download and Run</h4>
3636
<div class="console">
3737
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">mkdir chronixShowcase</span><br>
3838
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">cd chronixShowcase</span><br>
39-
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">wget https://github.com/ChronixDB/chronix.server/releases/download/0.3/chronix-0.3.zip</span><br>
40-
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">unzip chronix-0.3.zip</span><br>
41-
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">cd chronix-solr-6.1.0/</span><br>
39+
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">wget https://github.com/ChronixDB/chronix.server/releases/download/v0.4/chronix-0.4.zip</span><br>
40+
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">unzip chronix-0.4.zip</span><br>
41+
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">cd chronix-solr-6.3.0/</span><br>
4242
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">chmod +x bin/solr</span><br>
4343
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">export JAVA_HOME=/usr/lib/jvm/java-8-oracle/</span><br>
4444
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">./bin/solr start</span><br>
20.2 KB
Loading

0 commit comments

Comments
 (0)