Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 1 addition & 19 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Chronix
subtitle: "A fast and efficient time series storage <br> based on Apache Lucene and Apache Solr."
email: chronix@qaware.de
url: http://chronix.io
url: http://www.chronix.io

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

features:
- title: Easy to use
descb: Chronix is easy to use and integrated within minutes.
img: game.png
alt: Game-Image
- title: Small
descb: Chronix stores time series highly compressed.
img: submarine.png
alt: Submarine-Image
- title: Fast
descb: Chronix has very fast query and analysis times.
img: rocket.png
alt: Rocket-Image
- title: Expressive
descb: Chronix has high-level query functions.
img: query.png
alt: Query-Image

# Credits content
credits:
- icon: university
Expand Down
33 changes: 33 additions & 0 deletions _includes/chronixstack.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!-- Quick start section -->
<section class="bgWhite" id="chronixstack">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Chronix Stack</h2>
<hr class="star-white">
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p>
The whole Chronix Stack is open source and is free to use for everyone without any restrictions. One
can use the stack using plain Chronix blocks, such as the Chronix Collector, a tool for collecting
jmx values via ssh from several applications, or the Chronix Analytics, a JavaFX rich client for
time series exploration. If preferred a stack using <a href="http://collectd.org/">collectd</a> or
<a href="https://github.com/elastic/logstash">logstash</a> as collection framework and <a
href="http://grafana.org/">Grafana</a> or <a href="https://zeppelin.incubator.apache.org/">Apache
Zeppelin</a> is also possible. The following figure shows the Chronix Stack.
</p>
<img src="img/documentation/chronix-stack.png" class="img-responsive center-block" width="80%"
alt="Chronix Stack">
<p>
Note: Some of the shown parts are not yet released or in a stable version, such as the Grafana
source plugin for Chronix. We will release them soon as possible. We promise! In the meantime stay
tuned.
</p>

</div>
</div>
</div>
</section>

34 changes: 14 additions & 20 deletions _includes/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ <h2>About</h2>
<br><br>

Chronix is built to store time series highly compressed and for fast access times.
In comparison to related time series databases, Chronix does not only take 5 to 171 times less space,
In comparison to related time series databases, Chronix does not only take 5 to 171 times less
space,
but it also shaves off 83&#37; of the access time, and up to 78&#37;
off the runtime on a mix of real world queries.
For the measurements we used a commodity hardware laptop computer and Chronix using the Apache Solr
Expand All @@ -28,29 +29,22 @@ <h2>About</h2>
Chronix supports three different scenarios, pursuing different goals:
</p>
<ol>
<li><a href="https://github.com/ChronixDB/chronix.storage/">Chronix Storage:</a> Use Chronix as a small storage library and plug it into your
application. It stores the time series using <a href="https://lucene.apache.org/core/">Apache Lucene</a>.
<li><a href="https://github.com/ChronixDB/chronix.storage/">Chronix Storage:</a> Use Chronix as a
small storage library and plug it into your
application. It stores the time series using <a href="https://lucene.apache.org/core/">Apache
Lucene</a>.
</li>
<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.
Apache Solr offers several useful features like scalability, fault tolerance, distributed indexing, or replication.
<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.
Apache Solr offers several useful features like scalability, fault tolerance, distributed
indexing, or replication.
</li>
<li><a href="https://github.com/ChronixDB/chronix.spark/">Chronix Spark:</a> Whenever you need a parallel and distributed time series processing,
integrate Chronix with <a href="http://spark.apache.org/">Apache Spark</a>. Leverage Apache Spark to process a time series in parallel.
<li><a href="https://github.com/ChronixDB/chronix.spark/">Chronix Spark:</a> Whenever you need a
parallel and distributed time series processing,
integrate Chronix with <a href="http://spark.apache.org/">Apache Spark</a>. Leverage Apache
Spark to process a time series in parallel.
</li>
</ol>
<p>
We have several presentations and papers that describe the architecture and the main concepts of
Chronix.
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
and the current
development
check our <a href="https://github.com/ChronixDB">GitHub repository</a>.

<br><br>

<script async class="speakerdeck-embed" data-id="b2c55b2abbcc41a0a4846804e41ce601"
data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>
</p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _includes/download.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!-- Download section -->
<section class="bgWhite" id="download">
<section class="bgGray" id="download">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Download</h2>
<hr class="star-white">
<hr class="star-gray">
</div>
</div>
<div class="row">
Expand Down
56 changes: 49 additions & 7 deletions _includes/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,60 @@ <h2>Why Chronix</h2>
</div>
</div>
<div class="row">
{% for feature in site.features %}
<div class="col-sm-3">

<!-- Features -->
<div class="col-sm-4">
<div class="thumbnail">
<img src="img/features/{{ feature.img }}" alt="{{ feature.alt }}">

<img src="img/features/game.png" alt="easy">
<div class="caption text-center">
<h3>{{feature.title}}</h3>
<p>{{feature.descb}}</p>
<h3>Easy to use</h3>
<p>Chronix is easy to use and integrated within minutes.</p>
</div>
</div>
</div>

<div class="col-sm-4">
<div class="thumbnail">
<img src="img/features/submarine.png" alt="small">
<div class="caption text-center">
<h3>Small</h3>
<p>Chronix stores time series highly compressed.</p>
</div>
</div>
</div>

<div class="col-sm-4">
<div class="thumbnail">
<img src="img/features/rocket.png" alt="fast">
<div class="caption text-center">
<h3>Fast</h3>
<p>Chronix has very fast query and analysis times.</p>
</div>
</div>
</div>
</div>

<div class="row">
<!-- Second row -->
<div class="col-sm-4 col-sm-offset-2">
<div class="thumbnail">
<img src="img/features/query.png" alt="expressive">
<div class="caption text-center">
<h3>Expressive</h3>
<p>Chronix has high-level query functions.</p>
</div>
</div>
</div>

<div class="col-sm-4">
<div class="thumbnail">
<img src="img/features/guarantee.png" alt="expressive">
<div class="caption text-center">
<h3>Non-Commercial</h3>
<p>Chronix is free to use for everyone and forever.</p>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h3>{{ site.footer.social }}</h3>
<div class="container">
<div class="row">
<div class="col-lg-12">
<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>
<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>
</div>
</div>
</div>
Expand Down
3 changes: 3 additions & 0 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
<li class="page-scroll">
<a href="#about">About</a>
</li>
<li class="page-scroll">
<a href="#chronixstack">Chronix Stack</a>
</li>
<li class="page-scroll">
<a href="#quickstart">Quickstart</a>
</li>
Expand Down
4 changes: 2 additions & 2 deletions _includes/publications.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!-- Download section -->
<section class="bgGray" id="publications">
<section class="bgWhite" id="publications">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Publications</h2>
<hr class="star-gray">
<hr class="star-white">
</div>
</div>
<div class="row">
Expand Down
4 changes: 2 additions & 2 deletions _includes/quickstart.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!-- Quick start section -->
<section class="bgWhite" id="quickstart">
<section class="bgGray" id="quickstart">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Quickstart</h2>
<hr class="star-white">
<hr class="star-gray">
</div>
</div>
<div class="row">
Expand Down
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{% include header.html %}
{% include features.html %}
{% include documentation.html %}
{% include chronixstack.html %}
{% include quickstart.html %}
{% include publications.html %}
{% include download.html %}
Expand Down
Binary file added img/documentation/chronix-stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/features/cabin.png
Binary file not shown.
Binary file removed img/features/cake.png
Binary file not shown.
Binary file removed img/features/circus.png
Binary file not shown.
Binary file added img/features/guarantee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/features/safe.png
Binary file not shown.
Binary file added img/icon/brain-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.