diff --git a/_config.yml b/_config.yml index beb9d5c..1af8186 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ title: Chronix subtitle: "A fast and efficient time series storage
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 @@ -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 diff --git a/_includes/chronixstack.html b/_includes/chronixstack.html new file mode 100644 index 0000000..437969f --- /dev/null +++ b/_includes/chronixstack.html @@ -0,0 +1,33 @@ + +
+
+
+
+

Chronix Stack

+
+
+
+
+
+

+ 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 collectd or + logstash as collection framework and Grafana or Apache + Zeppelin is also possible. The following figure shows the Chronix Stack. +

+ Chronix Stack +

+ 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. +

+ +
+
+
+
+ diff --git a/_includes/documentation.html b/_includes/documentation.html index d808f43..93092d3 100644 --- a/_includes/documentation.html +++ b/_includes/documentation.html @@ -17,7 +17,8 @@

About



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% of the access time, and up to 78% 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 @@ -28,29 +29,22 @@

About

Chronix supports three different scenarios, pursuing different goals:

    -
  1. Chronix Storage: Use Chronix as a small storage library and plug it into your - application. It stores the time series using Apache Lucene. +
  2. Chronix Storage: Use Chronix as a + small storage library and plug it into your + application. It stores the time series using Apache + Lucene.
  3. -
  4. Chronix Server: Combine Chronix with Apache Solr for a typical client-server scenario. - Apache Solr offers several useful features like scalability, fault tolerance, distributed indexing, or replication. +
  5. Chronix Server: Combine Chronix with + Apache Solr for a typical client-server scenario. + Apache Solr offers several useful features like scalability, fault tolerance, distributed + indexing, or replication.
  6. -
  7. Chronix Spark: Whenever you need a parallel and distributed time series processing, - integrate Chronix with Apache Spark. Leverage Apache Spark to process a time series in parallel. +
  8. Chronix Spark: Whenever you need a + parallel and distributed time series processing, + integrate Chronix with Apache Spark. Leverage Apache + Spark to process a time series in parallel.
-

- We have several presentations and papers that describe the architecture and the main concepts of - Chronix. - You will find the slides from the FOSDEM 2015 conference below. For more information about Chronix - and the current - development - check our GitHub repository. - -

- - -

diff --git a/_includes/download.html b/_includes/download.html index d31ea11..bbb86d6 100644 --- a/_includes/download.html +++ b/_includes/download.html @@ -1,10 +1,10 @@ -
+

Download

-
+
diff --git a/_includes/features.html b/_includes/features.html index 51f9cb2..1d970d9 100644 --- a/_includes/features.html +++ b/_includes/features.html @@ -8,18 +8,60 @@

Why Chronix

- {% for feature in site.features %} -
+ + +
- {{ feature.alt }} - + easy
-

{{feature.title}}

-

{{feature.descb}}

+

Easy to use

+

Chronix is easy to use and integrated within minutes.

+
+
+
+ +
+
+ small +
+

Small

+

Chronix stores time series highly compressed.

+
+
+
+ +
+
+ fast +
+

Fast

+

Chronix has very fast query and analysis times.

+
+
+
+
+ +
+ +
+
+ expressive +
+

Expressive

+

Chronix has high-level query functions.

+
+
+
+ +
+
+ expressive +
+

Non-Commercial

+

Chronix is free to use for everyone and forever.

- {% endfor %}
\ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 749ce77..9a9ea57 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -30,7 +30,7 @@

{{ site.footer.social }}

diff --git a/_includes/nav.html b/_includes/nav.html index 4568eac..838f488 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -30,6 +30,9 @@
  • About
  • +
  • + Chronix Stack +
  • Quickstart
  • diff --git a/_includes/publications.html b/_includes/publications.html index d00f100..d620263 100644 --- a/_includes/publications.html +++ b/_includes/publications.html @@ -1,10 +1,10 @@ -
    +

    Publications

    -
    +
    diff --git a/_includes/quickstart.html b/_includes/quickstart.html index 6f0fe37..5db5f3e 100644 --- a/_includes/quickstart.html +++ b/_includes/quickstart.html @@ -1,10 +1,10 @@ -
    +

    Quickstart

    -
    +
    diff --git a/_layouts/default.html b/_layouts/default.html index 3d010cc..2f7d5c5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -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 %} diff --git a/img/documentation/chronix-stack.png b/img/documentation/chronix-stack.png new file mode 100644 index 0000000..323c241 Binary files /dev/null and b/img/documentation/chronix-stack.png differ diff --git a/img/features/cabin.png b/img/features/cabin.png deleted file mode 100644 index c64c59e..0000000 Binary files a/img/features/cabin.png and /dev/null differ diff --git a/img/features/cake.png b/img/features/cake.png deleted file mode 100644 index a16c3fe..0000000 Binary files a/img/features/cake.png and /dev/null differ diff --git a/img/features/circus.png b/img/features/circus.png deleted file mode 100644 index b3f5142..0000000 Binary files a/img/features/circus.png and /dev/null differ diff --git a/img/features/guarantee.png b/img/features/guarantee.png new file mode 100644 index 0000000..86e597b Binary files /dev/null and b/img/features/guarantee.png differ diff --git a/img/features/safe.png b/img/features/safe.png deleted file mode 100644 index 445942c..0000000 Binary files a/img/features/safe.png and /dev/null differ diff --git a/img/icon/brain-small.png b/img/icon/brain-small.png new file mode 100644 index 0000000..81bc274 Binary files /dev/null and b/img/icon/brain-small.png differ