Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Jul 6, 2019
1 parent 4a3682d commit 9c42ffe
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 19 deletions.
5 changes: 0 additions & 5 deletions website/content/basics/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ Run Dkron with default setting: `dkron agent --server`

Navigate to http://localhost:8080


{{% notice note %}}
By default dkron will start with a file based, embedded KV store called BoltDB, it is functional for a single node demo but does not offers clustering or HA.
{{% /notice %}}

## Installing the package

### Debian repo
Expand Down
7 changes: 0 additions & 7 deletions website/content/pro/storage.md

This file was deleted.

7 changes: 7 additions & 0 deletions website/content/usage/storage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Embedded storage
---

Dkron has an embedded distributed KV store engine based on BadgerDB. This works out of the box on each dkron server.

This ensures a dead easy install and setup, basically run dkron and you will have a full working node.
14 changes: 7 additions & 7 deletions website/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,42 +165,42 @@ <h3><a href="/products/pro/">Pro</a></h3>
</tr>
<tr>
<td class="key">
<a href="{{"pro/executors/docker/" | relURL}}">Docker executor</a>
<a href="{{"usage/storage/" | relURL}}">Embedded storage engine</a>
</td>
<td><span class="glyphicon glyphicon-minus-sign text-danger"></span></td>
<td><span class="glyphicon glyphicon-minus-sign text-success"></span></td>
<td><span class="glyphicon glyphicon-ok-sign text-success"></span></td>
</tr>
<tr>
<td class="key">
<a href="{{"pro/executors/ecs/" | relURL}}">AWS ECS executor</a>
<a href="{{"pro/executors/docker/" | relURL}}">Docker executor</a>
</td>
<td><span class="glyphicon glyphicon-minus-sign text-danger"></span></td>
<td><span class="glyphicon glyphicon-ok-sign text-success"></span></td>
</tr>
<tr>
<td class="key">
<a href="{{"pro/processors/elasticsearch/" | relURL}}">Elasticsearch processor</a>
<a href="{{"pro/executors/ecs/" | relURL}}">AWS ECS executor</a>
</td>
<td><span class="glyphicon glyphicon-minus-sign text-danger"></span></td>
<td><span class="glyphicon glyphicon-ok-sign text-success"></span></td>
</tr>
<tr>
<td class="key">
<a href="{{"pro/processors/email/" | relURL}}">Advanced Email processor</a>
<a href="{{"pro/processors/elasticsearch/" | relURL}}">Elasticsearch processor</a>
</td>
<td><span class="glyphicon glyphicon-minus-sign text-danger"></span></td>
<td><span class="glyphicon glyphicon-ok-sign text-success"></span></td>
</tr>
<tr>
<td class="key">
<a href="{{"pro/processors/slack/" | relURL}}">Slack processor</a>
<a href="{{"pro/processors/email/" | relURL}}">Advanced Email processor</a>
</td>
<td><span class="glyphicon glyphicon-minus-sign text-danger"></span></td>
<td><span class="glyphicon glyphicon-ok-sign text-success"></span></td>
</tr>
<tr>
<td class="key">
<a href="{{"pro/storage/" | relURL}}">Embedded storage engine (etcd)</a>
<a href="{{"pro/processors/slack/" | relURL}}">Slack processor</a>
</td>
<td><span class="glyphicon glyphicon-minus-sign text-danger"></span></td>
<td><span class="glyphicon glyphicon-ok-sign text-success"></span></td>
Expand Down

0 comments on commit 9c42ffe

Please sign in to comment.