You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2019/04/17 01:12:38 UTC

[incubator-flagon] branch FLAGON-344 updated: [FLAGON-367] changed system.html->stack.html, updated text to reflect flagon namechange

This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch FLAGON-344
in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git


The following commit(s) were added to refs/heads/FLAGON-344 by this push:
     new d0f4a8f  [FLAGON-367] changed system.html->stack.html, updated text to reflect flagon namechange
d0f4a8f is described below

commit d0f4a8fae124e8a2af9e89e3aa6fb9eaa9a4e1f5
Author: poorejc <po...@apache.org>
AuthorDate: Tue Apr 16 21:12:19 2019 -0400

    [FLAGON-367] changed system.html->stack.html, updated text to reflect flagon namechange
---
 site/_pages/stack.html | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/site/_pages/stack.html b/site/_pages/stack.html
new file mode 100644
index 0000000..341867d
--- /dev/null
+++ b/site/_pages/stack.html
@@ -0,0 +1,38 @@
+---
+layout: component
+permalink: /stack/
+title: The Apache Flagon Stack
+subtitle: Easy combined deployment with Docker
+component: Apache Flagon Stack
+
+description: Apache Flagon is a set of project that provide all the components needed for tracking, analyzing and visualizing user event data. Apache UserALE provides comprehensive user event tracking for web pages, but it is specially engineered for tools–applications users will use in their work. Apache Distill is an analytics framework for handling and analyzing UserALE data. Apache TAP provides you with a customizable array of interactive visual analytic libraries (D3) to extract ins [...]
+
+features:
+  -
+    icon: cloud
+    color: blue
+    title: Containerized
+    description: Deploy on your infrastructure or in the cloud quickly and easily with Docker.
+  -
+    icon: rocket
+    color: yellow
+    title: Ready to Go
+    description: No configuration or connections to make to get a basic setup up and running.
+  -
+    icon: settings
+    color: red
+    title: Customizable
+    description: Switch out or modify components for your use case.  Integrate with your existing system.
+
+contentCount: 1
+---
+
+<div class="ui very padded vertical segment">
+  <div class="ui center aligned text container">
+    <h2 class="ui header">What's Included?</h2>
+    <p>
+      The Apache Flagon stack includes a complete backend deployment for Apache UserALE, as well as demonstration versions of Apache Distill, and Apache Tap. These components are connected as seen below and ready to work together out of the box.  UserALE clients will still need to be included in the target applications to push logs into the system.
+    </p>
+    <img class="segment-image" src="/images/stack.png">
+  </div>
+</div>