You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dl...@apache.org on 2016/04/28 15:47:02 UTC

[1/2] incubator-quarks-website git commit: [QUARKS-151] Updates to be more inline with Apache

Repository: incubator-quarks-website
Updated Branches:
  refs/heads/master 8a4dd3ee3 -> e1e37974e


[QUARKS-151] Updates to be more inline with Apache

Update titles to use "Apache Quarks".  Change links to downloads at github to point to development.md where building Quarks is described.

Project: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/commit/3b3f1079
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/tree/3b3f1079
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/diff/3b3f1079

Branch: refs/heads/master
Commit: 3b3f10794972aef3cb362805456864c212aad364
Parents: d8e56e1
Author: kathyssaunders <os...@gmail.com>
Authored: Wed Apr 20 15:21:24 2016 -0700
Committer: kathyssaunders <os...@gmail.com>
Committed: Wed Apr 20 15:21:24 2016 -0700

----------------------------------------------------------------------
 site/docs/quarks-getting-started.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/3b3f1079/site/docs/quarks-getting-started.md
----------------------------------------------------------------------
diff --git a/site/docs/quarks-getting-started.md b/site/docs/quarks-getting-started.md
index 8abad7b..7e1dab4 100644
--- a/site/docs/quarks-getting-started.md
+++ b/site/docs/quarks-getting-started.md
@@ -1,7 +1,7 @@
 ---
-title: Getting started with Quarks
+title: Getting started with Apache Quarks
 ---
-## What is Quarks?
+## What is Apache Quarks?
 Quarks is an open source programming model and runtime for edge devices that enables you to analyze streaming data on your edge devices. When you analyze on the edge, you can:
 
 * Reduce the amount of data that you transmit to your analytics server
@@ -10,7 +10,7 @@ Quarks is an open source programming model and runtime for edge devices that ena
 
 For more information, see the [Quarks overview](home).
 
-### Quarks and streaming analytics
+### Apache Quarks and streaming analytics
 The fundamental building block of a Quarks application is a **stream**: a continuous sequence of tuples (messages, events, sensor readings, and so on).
 
 The Quarks API provides the ability to process or analyze each tuple as it appears on a stream, resulting in a derived stream.
@@ -22,10 +22,10 @@ Streams are terminated using sink functions that can perform local device contro
 Quarks' primary API is functional where streams are sourced, transformed, analyzed or sinked though functions, typically represented as lambda expressions, such as `reading -> reading < 50 || reading > 80` to filter temperature readings in Fahrenheit.
 
 
-### Downloading Quarks
-To access Quarks, download a release from GitHub. We recommend downloading the [latest release](https://github.com/quarks-edge/quarks/releases/latest).
+### Downloading Apache Quarks
+To use Quarks, access the source code and build it. You can read more about building Quarks [here](https://github.com/apache/incubator-quarks/blob/master/DEVELOPMENT.md).
 
-After you download and extract the Quarks package, you can set up your environment.
+After you build the Quarks package, you can set up your environment.
 
 ### Setting up your environment
 Ensure that you are running a supported environment. For more information, see the [Quarks overview](home). This guide assumes you're running Java 8.


[2/2] incubator-quarks-website git commit: Merge pull request #48

Posted by dl...@apache.org.
Merge pull request #48

This closes #48


Project: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/commit/e1e37974
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/tree/e1e37974
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/diff/e1e37974

Branch: refs/heads/master
Commit: e1e37974eabf357026195d3f74cc52802a108a58
Parents: 8a4dd3e 3b3f107
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Thu Apr 28 09:46:58 2016 -0400
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Thu Apr 28 09:46:58 2016 -0400

----------------------------------------------------------------------
 site/docs/quarks-getting-started.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------