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

Commit b943ed7

Browse files
author
Florian Lautenschlager
committed
Merge pull request #13 from FlorianLautenschlager/master
Some fixes for Apache Con.
2 parents abe59c3 + b513635 commit b943ed7

File tree

17 files changed

+108
-53
lines changed

17 files changed

+108
-53
lines changed

_config.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Chronix
33
subtitle: "A fast and efficient time series storage <br> based on Apache Lucene and Apache Solr."
44
5-
url: http://chronix.io
5+
url: http://www.chronix.io
66

77
# Contact form: comment the line below if you want to stick with the default PHP contact form
88
contact: static
@@ -34,24 +34,6 @@ social:
3434
- title: github
3535
url: https://github.com/chronixDB
3636

37-
features:
38-
- title: Easy to use
39-
descb: Chronix is easy to use and integrated within minutes.
40-
img: game.png
41-
alt: Game-Image
42-
- title: Small
43-
descb: Chronix stores time series highly compressed.
44-
img: submarine.png
45-
alt: Submarine-Image
46-
- title: Fast
47-
descb: Chronix has very fast query and analysis times.
48-
img: rocket.png
49-
alt: Rocket-Image
50-
- title: Expressive
51-
descb: Chronix has high-level query functions.
52-
img: query.png
53-
alt: Query-Image
54-
5537
# Credits content
5638
credits:
5739
- icon: university

_includes/chronixstack.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!-- Quick start section -->
2+
<section class="bgWhite" id="chronixstack">
3+
<div class="container">
4+
<div class="row">
5+
<div class="col-lg-12 text-center">
6+
<h2>Chronix Stack</h2>
7+
<hr class="star-white">
8+
</div>
9+
</div>
10+
<div class="row">
11+
<div class="col-lg-12">
12+
<p>
13+
The whole Chronix Stack is open source and is free to use for everyone without any restrictions. One
14+
can use the stack using plain Chronix blocks, such as the Chronix Collector, a tool for collecting
15+
jmx values via ssh from several applications, or the Chronix Analytics, a JavaFX rich client for
16+
time series exploration. If preferred a stack using <a href="http://collectd.org/">collectd</a> or
17+
<a href="https://github.com/elastic/logstash">logstash</a> as collection framework and <a
18+
href="http://grafana.org/">Grafana</a> or <a href="https://zeppelin.incubator.apache.org/">Apache
19+
Zeppelin</a> is also possible. The following figure shows the Chronix Stack.
20+
</p>
21+
<img src="img/documentation/chronix-stack.png" class="img-responsive center-block" width="80%"
22+
alt="Chronix Stack">
23+
<p>
24+
Note: Some of the shown parts are not yet released or in a stable version, such as the Grafana
25+
source plugin for Chronix. We will release them soon as possible. We promise! In the meantime stay
26+
tuned.
27+
</p>
28+
29+
</div>
30+
</div>
31+
</div>
32+
</section>
33+

_includes/documentation.html

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ <h2>About</h2>
1717
<br><br>
1818

1919
Chronix is built to store time series highly compressed and for fast access times.
20-
In comparison to related time series databases, Chronix does not only take 5 to 171 times less space,
20+
In comparison to related time series databases, Chronix does not only take 5 to 171 times less
21+
space,
2122
but it also shaves off 83&#37; of the access time, and up to 78&#37;
2223
off the runtime on a mix of real world queries.
2324
For the measurements we used a commodity hardware laptop computer and Chronix using the Apache Solr
@@ -28,29 +29,22 @@ <h2>About</h2>
2829
Chronix supports three different scenarios, pursuing different goals:
2930
</p>
3031
<ol>
31-
<li><a href="https://github.com/ChronixDB/chronix.storage/">Chronix Storage:</a> Use Chronix as a small storage library and plug it into your
32-
application. It stores the time series using <a href="https://lucene.apache.org/core/">Apache Lucene</a>.
32+
<li><a href="https://github.com/ChronixDB/chronix.storage/">Chronix Storage:</a> Use Chronix as a
33+
small storage library and plug it into your
34+
application. It stores the time series using <a href="https://lucene.apache.org/core/">Apache
35+
Lucene</a>.
3336
</li>
34-
<li><a href="https://github.com/ChronixDB/chronix.server/">Chronix Server:</a> Combine Chronix with <a href="https://lucene.apache.org/solr/">Apache Solr</a> for a typical client-server scenario.
35-
Apache Solr offers several useful features like scalability, fault tolerance, distributed indexing, or replication.
37+
<li><a href="https://github.com/ChronixDB/chronix.server/">Chronix Server:</a> Combine Chronix with
38+
<a href="https://lucene.apache.org/solr/">Apache Solr</a> for a typical client-server scenario.
39+
Apache Solr offers several useful features like scalability, fault tolerance, distributed
40+
indexing, or replication.
3641
</li>
37-
<li><a href="https://github.com/ChronixDB/chronix.spark/">Chronix Spark:</a> Whenever you need a parallel and distributed time series processing,
38-
integrate Chronix with <a href="http://spark.apache.org/">Apache Spark</a>. Leverage Apache Spark to process a time series in parallel.
42+
<li><a href="https://github.com/ChronixDB/chronix.spark/">Chronix Spark:</a> Whenever you need a
43+
parallel and distributed time series processing,
44+
integrate Chronix with <a href="http://spark.apache.org/">Apache Spark</a>. Leverage Apache
45+
Spark to process a time series in parallel.
3946
</li>
4047
</ol>
41-
<p>
42-
We have several presentations and papers that describe the architecture and the main concepts of
43-
Chronix.
44-
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
45-
and the current
46-
development
47-
check our <a href="https://github.com/ChronixDB">GitHub repository</a>.
48-
49-
<br><br>
50-
51-
<script async class="speakerdeck-embed" data-id="b2c55b2abbcc41a0a4846804e41ce601"
52-
data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>
53-
</p>
5448
</div>
5549
</div>
5650
</div>

_includes/download.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!-- Download section -->
2-
<section class="bgWhite" id="download">
2+
<section class="bgGray" id="download">
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12 text-center">
66
<h2>Download</h2>
7-
<hr class="star-white">
7+
<hr class="star-gray">
88
</div>
99
</div>
1010
<div class="row">

_includes/features.html

Lines changed: 49 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,60 @@ <h2>Why Chronix</h2>
88
</div>
99
</div>
1010
<div class="row">
11-
{% for feature in site.features %}
12-
<div class="col-sm-3">
11+
12+
<!-- Features -->
13+
<div class="col-sm-4">
1314
<div class="thumbnail">
14-
<img src="img/features/{{ feature.img }}" alt="{{ feature.alt }}">
15-
15+
<img src="img/features/game.png" alt="easy">
1616
<div class="caption text-center">
17-
<h3>{{feature.title}}</h3>
18-
<p>{{feature.descb}}</p>
17+
<h3>Easy to use</h3>
18+
<p>Chronix is easy to use and integrated within minutes.</p>
19+
</div>
20+
</div>
21+
</div>
22+
23+
<div class="col-sm-4">
24+
<div class="thumbnail">
25+
<img src="img/features/submarine.png" alt="small">
26+
<div class="caption text-center">
27+
<h3>Small</h3>
28+
<p>Chronix stores time series highly compressed.</p>
29+
</div>
30+
</div>
31+
</div>
32+
33+
<div class="col-sm-4">
34+
<div class="thumbnail">
35+
<img src="img/features/rocket.png" alt="fast">
36+
<div class="caption text-center">
37+
<h3>Fast</h3>
38+
<p>Chronix has very fast query and analysis times.</p>
39+
</div>
40+
</div>
41+
</div>
42+
</div>
43+
44+
<div class="row">
45+
<!-- Second row -->
46+
<div class="col-sm-4 col-sm-offset-2">
47+
<div class="thumbnail">
48+
<img src="img/features/query.png" alt="expressive">
49+
<div class="caption text-center">
50+
<h3>Expressive</h3>
51+
<p>Chronix has high-level query functions.</p>
52+
</div>
53+
</div>
54+
</div>
55+
56+
<div class="col-sm-4">
57+
<div class="thumbnail">
58+
<img src="img/features/guarantee.png" alt="expressive">
59+
<div class="caption text-center">
60+
<h3>Non-Commercial</h3>
61+
<p>Chronix is free to use for everyone and forever.</p>
1962
</div>
2063
</div>
2164
</div>
22-
{% endfor %}
2365
</div>
2466
</div>
2567
</section>

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h3>{{ site.footer.social }}</h3>
3030
<div class="container">
3131
<div class="row">
3232
<div class="col-lg-12">
33-
<a href="{{ site.copyright.url }}"><i class="fa fa-code" aria-hidden="true"></i> with <i class="fa fa-heart" aria-hidden="true"></i> by <b>{{ site.copyright.name }}</b></a>
33+
<a href="{{ site.copyright.url }}" style="color: lightgray;">{&nbsp;} with <i class="fa fa-heart" aria-hidden="true"></i> and <img src="img/icon/brain-small.png" alt="brain"> by {{ site.copyright.name }}</a>
3434
</div>
3535
</div>
3636
</div>

_includes/nav.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
<li class="page-scroll">
3131
<a href="#about">About</a>
3232
</li>
33+
<li class="page-scroll">
34+
<a href="#chronixstack">Chronix Stack</a>
35+
</li>
3336
<li class="page-scroll">
3437
<a href="#quickstart">Quickstart</a>
3538
</li>

_includes/publications.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!-- Download section -->
2-
<section class="bgGray" id="publications">
2+
<section class="bgWhite" id="publications">
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12 text-center">
66
<h2>Publications</h2>
7-
<hr class="star-gray">
7+
<hr class="star-white">
88
</div>
99
</div>
1010
<div class="row">

_includes/quickstart.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!-- Quick start section -->
2-
<section class="bgWhite" id="quickstart">
2+
<section class="bgGray" id="quickstart">
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12 text-center">
66
<h2>Quickstart</h2>
7-
<hr class="star-white">
7+
<hr class="star-gray">
88
</div>
99
</div>
1010
<div class="row">

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
{% include header.html %}
77
{% include features.html %}
88
{% include documentation.html %}
9+
{% include chronixstack.html %}
910
{% include quickstart.html %}
1011
{% include publications.html %}
1112
{% include download.html %}

0 commit comments

Comments
 (0)