http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/datacollection/channel/index.html ---------------------------------------------------------------------- diff --git a/datacollection/channel/index.html b/datacollection/channel/index.html index 19e01c9..abb9e92 100644 --- a/datacollection/channel/index.html +++ b/datacollection/channel/index.html @@ -12,7 +12,7 @@ [INFO] [App$] Channel Name: myChannel [INFO] [App$] Channel ID: 2 [INFO] [App$] App ID: 5 -</span></pre></td></tr></tbody></table> </div> <p>Now "myChannel" is created and ready for collecting data.</p><h2 id='collect-data-through-channel' class='header-anchors'>Collect data through Channel</h2><p>The Event API support optional <code>channel</code> query parameter. This allows you to import and query events of the specified channel. When the <code>channel</code> parameter is not specified, the data is collected through the default channel.</p><p>URL: <code>http://localhost:7070/events.json?accessKey=yourAccessKeyString&channel=yourChannelName</code></p><p>Query parameters:</p> <table><thead> <tr> <th style="text-align: left">Field</th> <th style="text-align: left">Type</th> <th style="text-align: left">Description</th> </tr> </thead><tbody> <tr> <td style="text-align: left"><code>accessKey</code></td> <td style="text-align: left">String</td> <td style="text-align: left">The Access Key for your App</td> </tr> <tr> <td style="text-align: left"><code>channel</c ode></td> <td style="text-align: left">String</td> <td style="text-align: left">The channel name (optional). Specify this to import data to this channel. <strong>NOTE: supported in PIO version >= 0.9.2</strong> only. Channel must be created first.</td> </tr> </tbody></table> <p>For SDK usage, one EventClient should be responsible for collecting data of one specific channel. The channel name is specified when the EventClient object is instantiated.</p><p>For example, the following code import event to "YOUR_CHANNEL" of the corresponding App.</p><div class="tabs"> <ul class="control"> <li data-lang="bash"><a href="#tab-36419bfd-5f97-419d-a3ba-d3344f2638cd">Raw HTTP</a></li> <li data-lang="php"><a href="#tab-254557a1-e3dc-4dae-9ba1-beedd1c43dfe">PHP SDK</a></li> <li data-lang="python"><a href="#tab-c754f157-427e-463f-87c6-376449d4307b">Python SDK</a></li> <li data-lang="ruby"><a href="#tab-059c584b-d1f2-4ff5-b255-1b27d9d419a5">Ruby SDK</a></li> <li data-lang="java"><a href ="#tab-cb0ca334-ec4d-4264-8b2b-f39241498cb4">Java SDK</a></li> </ul> <div data-tab="Raw HTTP" data-lang="bash" id="tab-36419bfd-5f97-419d-a3ba-d3344f2638cd"> <div class="highlight shell"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 +</span></pre></td></tr></tbody></table> </div> <p>Now "myChannel" is created and ready for collecting data.</p><h2 id='collect-data-through-channel' class='header-anchors'>Collect data through Channel</h2><p>The Event API support optional <code>channel</code> query parameter. This allows you to import and query events of the specified channel. When the <code>channel</code> parameter is not specified, the data is collected through the default channel.</p><p>URL: <code>http://localhost:7070/events.json?accessKey=yourAccessKeyString&channel=yourChannelName</code></p><p>Query parameters:</p> <table><thead> <tr> <th style="text-align: left">Field</th> <th style="text-align: left">Type</th> <th style="text-align: left">Description</th> </tr> </thead><tbody> <tr> <td style="text-align: left"><code>accessKey</code></td> <td style="text-align: left">String</td> <td style="text-align: left">The Access Key for your App</td> </tr> <tr> <td style="text-align: left"><code>channel</c ode></td> <td style="text-align: left">String</td> <td style="text-align: left">The channel name (optional). Specify this to import data to this channel. <strong>NOTE: supported in PIO version >= 0.9.2</strong> only. Channel must be created first.</td> </tr> </tbody></table> <p>For SDK usage, one EventClient should be responsible for collecting data of one specific channel. The channel name is specified when the EventClient object is instantiated.</p><p>For example, the following code import event to "YOUR_CHANNEL" of the corresponding App.</p><div class="tabs"> <ul class="control"> <li data-lang="bash"><a href="#tab-f70d3976-9bd0-4019-b30a-e4f1e6fda484">Raw HTTP</a></li> <li data-lang="php"><a href="#tab-9d394262-c0f9-4234-8ed0-e7b63ba83637">PHP SDK</a></li> <li data-lang="python"><a href="#tab-53478692-e6a0-4505-bb51-5dc5a0ebfbdc">Python SDK</a></li> <li data-lang="ruby"><a href="#tab-d658cbd0-8140-4a85-b1b3-f99d8cfcf0fc">Ruby SDK</a></li> <li data-lang="java"><a href ="#tab-a856e6ff-6a58-481a-855e-46a6df936305">Java SDK</a></li> </ul> <div data-tab="Raw HTTP" data-lang="bash" id="tab-f70d3976-9bd0-4019-b30a-e4f1e6fda484"> <div class="highlight shell"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 2 3 4 @@ -39,7 +39,7 @@ }, "eventTime" : "2004-12-13T21:39:45.618Z" }'</span> -</pre></td> </tr></tbody></table> </div> </div> <div data-tab="PHP SDK" data-lang="php" id="tab-254557a1-e3dc-4dae-9ba1-beedd1c43dfe"> (TODO: update me) </div> <div data-tab="Python SDK" data-lang="python" id="tab-c754f157-427e-463f-87c6-376449d4307b"> <div class="highlight python"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 +</pre></td> </tr></tbody></table> </div> </div> <div data-tab="PHP SDK" data-lang="php" id="tab-9d394262-c0f9-4234-8ed0-e7b63ba83637"> (TODO: update me) </div> <div data-tab="Python SDK" data-lang="python" id="tab-53478692-e6a0-4505-bb51-5dc5a0ebfbdc"> <div class="highlight python"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 2 3 4 @@ -80,7 +80,7 @@ <span class="n">properties</span><span class="o">=</span><span class="n">event_properties</span><span class="p">,</span> <span class="n">event_time</span><span class="o">=</span><span class="n">datetime</span><span class="p">(</span><span class="mi">2014</span><span class="p">,</span> <span class="mi">12</span><span class="p">,</span> <span class="mi">13</span><span class="p">,</span> <span class="mi">21</span><span class="p">,</span> <span class="mi">38</span><span class="p">,</span> <span class="mi">45</span><span class="p">,</span> <span class="mi">618000</span><span class="p">,</span> <span class="n">pytz</span><span class="o">.</span><span class="n">utc</span><span class="p">))</span> -</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Ruby SDK" data-lang="ruby" id="tab-059c584b-d1f2-4ff5-b255-1b27d9d419a5"> (TODO: update me) </div> <div data-tab="Java SDK" data-lang="java" id="tab-cb0ca334-ec4d-4264-8b2b-f39241498cb4"> <div class="highlight java"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1</pre></td> <td class="code"><pre><span class="o">(</span><span class="n">coming</span> <span class="n">soon</span><span class="o">)</span> +</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Ruby SDK" data-lang="ruby" id="tab-d658cbd0-8140-4a85-b1b3-f99d8cfcf0fc"> (TODO: update me) </div> <div data-tab="Java SDK" data-lang="java" id="tab-a856e6ff-6a58-481a-855e-46a6df936305"> <div class="highlight java"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1</pre></td> <td class="code"><pre><span class="o">(</span><span class="n">coming</span> <span class="n">soon</span><span class="o">)</span> </pre></td> </tr></tbody></table> </div> </div> </div> <p>You can also follow the EventAPI <a href="/datacollection/eventapi/#debugging-recipes">debug receipts</a> to query the events of specific channel by adding the <code>channel</code> query parameter in the URL.</p><h2 id='delete-a-channel-(including-all-imported-data)' class='header-anchors'>Delete a Channel (including all imported data)</h2><div class="highlight shell"><table style="border-spacing: 0"><tbody><tr><td class="gutter gl" style="text-align: right"><pre class="lineno">1</pre></td><td class="code"><pre>pio app channel-delete <app name> <channel name> </pre></td></tr></tbody></table> </div> <h2 id='delete-the-data-only-of-a-channel' class='header-anchors'>Delete the data-only of a Channel</h2><div class="highlight shell"><table style="border-spacing: 0"><tbody><tr><td class="gutter gl" style="text-align: right"><pre class="lineno">1</pre></td><td class="code"><pre>pio app data-delete <app name> --channel <channel name> </pre></td></tr></tbody></table> </div> <h2 id='accessing-channel-data-in-engine' class='header-anchors'>Accessing Channel Data in Engine</h2><p>To acccess channel data, simply specify the channel name when use the PEventStore or LEventStore API. Data is read from from the default channel if channelName is not specified.</p><p>For example, read data from default channel:</p><div class="highlight scala"><table style="border-spacing: 0"><tbody><tr><td class="gutter gl" style="text-align: right"><pre class="lineno">1
http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/datacollection/channel/index.html.gz ---------------------------------------------------------------------- diff --git a/datacollection/channel/index.html.gz b/datacollection/channel/index.html.gz index ca6bb82..b7dcced 100644 Binary files a/datacollection/channel/index.html.gz and b/datacollection/channel/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/datacollection/eventapi/index.html ---------------------------------------------------------------------- diff --git a/datacollection/eventapi/index.html b/datacollection/eventapi/index.html index 140e234..83efdc8 100644 --- a/datacollection/eventapi/index.html +++ b/datacollection/eventapi/index.html @@ -22,7 +22,7 @@ Content-Length: 18 <span class="o">[</span>INFO] <span class="o">[</span>App<span class="nv">$]</span> Name: MyTestApp <span class="o">[</span>INFO] <span class="o">[</span>App<span class="nv">$]</span> ID: 6 <span class="o">[</span>INFO] <span class="o">[</span>App<span class="nv">$]</span> Access Key: WPgcXKd42FPQpZHVbVeMyqF4CQJUnXQmIMTHhX3ZUrSzvy1KXJjdFUrslifa9rnB -</pre></td></tr></tbody></table> </div> <h3 id='creating-your-first-event' class='header-anchors'>Creating Your First Event</h3><p>You may connect to the Event Server with HTTP request or by using one of many <strong>Apache PredictionIO SDKs</strong>.</p><p>For example, the following shows how one can create an event involving a single entity. Replace the value of <code>accessKey</code> by the <em>Access Key</em> generated for your App.</p><div class="tabs"> <ul class="control"> <li data-lang="bash"><a href="#tab-50df7c58-5c2b-4892-aeda-a6783e30c939">Raw HTTP</a></li> <li data-lang="php"><a href="#tab-b90d2c7b-5298-4a8c-919f-02ce5e39f822">PHP SDK</a></li> <li data-lang="python"><a href="#tab-0f5c4a87-28e1-4c67-9cf9-6dca3fff78f6">Python SDK</a></li> <li data-lang="ruby"><a href="#tab-9ce7f960-09b3-4345-956a-45a92ecef33b">Ruby SDK</a></li> <li data-lang="java"><a href="#tab-6138d165-7eaf-4c3b-bf18-aa8853438551">Java SDK</a></li> </ul> <div data-tab="Raw HTTP" data-lang="bash" id="tab- 50df7c58-5c2b-4892-aeda-a6783e30c939"> <div class="highlight shell"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 +</pre></td></tr></tbody></table> </div> <h3 id='creating-your-first-event' class='header-anchors'>Creating Your First Event</h3><p>You may connect to the Event Server with HTTP request or by using one of many <strong>Apache PredictionIO SDKs</strong>.</p><p>For example, the following shows how one can create an event involving a single entity. Replace the value of <code>accessKey</code> by the <em>Access Key</em> generated for your App.</p><div class="tabs"> <ul class="control"> <li data-lang="bash"><a href="#tab-9dbd1a8f-f437-49f7-a6e4-c6195917ed40">Raw HTTP</a></li> <li data-lang="php"><a href="#tab-4bd69ecb-bac4-41a1-8620-09e6d0c907b6">PHP SDK</a></li> <li data-lang="python"><a href="#tab-fc027d8d-6692-49d1-93b0-5b94426627a6">Python SDK</a></li> <li data-lang="ruby"><a href="#tab-47f3c211-6b14-4beb-86ef-4852b0d72b21">Ruby SDK</a></li> <li data-lang="java"><a href="#tab-7e76a301-d58b-42c4-bed6-93220987e678">Java SDK</a></li> </ul> <div data-tab="Raw HTTP" data-lang="bash" id="tab- 9dbd1a8f-f437-49f7-a6e4-c6195917ed40"> <div class="highlight shell"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 2 3 4 @@ -53,7 +53,7 @@ Content-Length: 18 } "eventTime" : "2004-12-13T21:39:45.618-07:00" }'</span> -</pre></td> </tr></tbody></table> </div> </div> <div data-tab="PHP SDK" data-lang="php" id="tab-b90d2c7b-5298-4a8c-919f-02ce5e39f822"> <div class="highlight php"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 +</pre></td> </tr></tbody></table> </div> </div> <div data-tab="PHP SDK" data-lang="php" id="tab-4bd69ecb-bac4-41a1-8620-09e6d0c907b6"> <div class="highlight php"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 2 3 4 @@ -94,7 +94,7 @@ Content-Length: 18 <span class="s1">'eventTime'</span> <span class="o">=></span> <span class="s1">'2004-12-13T21:39:45.618-07:00'</span> <span class="p">));</span> <span class="cp">?></span> -</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Python SDK" data-lang="python" id="tab-0f5c4a87-28e1-4c67-9cf9-6dca3fff78f6"> <div class="highlight python"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 +</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Python SDK" data-lang="python" id="tab-fc027d8d-6692-49d1-93b0-5b94426627a6"> <div class="highlight python"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 2 3 4 @@ -137,7 +137,7 @@ Content-Length: 18 <span class="n">properties</span><span class="o">=</span><span class="n">first_event_properties</span><span class="p">,</span> <span class="n">event_time</span><span class="o">=</span><span class="n">first_event_time</span><span class="p">,</span> <span class="p">)</span> -</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Ruby SDK" data-lang="ruby" id="tab-9ce7f960-09b3-4345-956a-45a92ecef33b"> <div class="highlight ruby"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 +</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Ruby SDK" data-lang="ruby" id="tab-47f3c211-6b14-4beb-86ef-4852b0d72b21"> <div class="highlight ruby"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 2 3 4 @@ -158,8 +158,8 @@ Content-Length: 18 <span class="s1">'prop4'</span> <span class="o">=></span> <span class="kp">true</span><span class="p">,</span> <span class="s1">'prop5'</span> <span class="o">=></span> <span class="sx">%w(a b c)</span><span class="p">,</span> <span class="s1">'prop6'</span> <span class="o">=></span> <span class="mi">4</span><span class="o">.</span><span class="mi">56</span> <span class="p">})</span> -</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Java SDK" data-lang="java" id="tab-6138d165-7eaf-4c3b-bf18-aa8853438551"> <div class="highlight java"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1</pre></td> <td class="code"><pre><span class="o">(</span><span class="n">coming</span> <span class="n">soon</span><span class="o">)</span> -</pre></td> </tr></tbody></table> </div> </div> </div> <p>For example, the following shows how one can create an event involving two entities (with <code>targetEntity</code>).</p><div class="tabs"> <ul class="control"> <li data-lang="bash"><a href="#tab-3b9803e1-294d-485e-92cf-c2c4aab7cf00">Raw HTTP</a></li> <li data-lang="php"><a href="#tab-d860fc16-8e50-49d7-a4ff-ccfc3029a21e">PHP SDK</a></li> <li data-lang="python"><a href="#tab-5810e839-5e36-4c82-bea9-0e8443d347a7">Python SDK</a></li> <li data-lang="ruby"><a href="#tab-3aab037a-7713-43bc-8ca3-8318135e8079">Ruby SDK</a></li> <li data-lang="java"><a href="#tab-800c4ae3-3e3c-4b82-abe9-0a88a1a89fc0">Java SDK</a></li> </ul> <div data-tab="Raw HTTP" data-lang="bash" id="tab-3b9803e1-294d-485e-92cf-c2c4aab7cf00"> <div class="highlight shell"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 +</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Java SDK" data-lang="java" id="tab-7e76a301-d58b-42c4-bed6-93220987e678"> <div class="highlight java"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1</pre></td> <td class="code"><pre><span class="o">(</span><span class="n">coming</span> <span class="n">soon</span><span class="o">)</span> +</pre></td> </tr></tbody></table> </div> </div> </div> <p>For example, the following shows how one can create an event involving two entities (with <code>targetEntity</code>).</p><div class="tabs"> <ul class="control"> <li data-lang="bash"><a href="#tab-36d701c5-cdf5-4631-a3b1-5b0d680f3c07">Raw HTTP</a></li> <li data-lang="php"><a href="#tab-ce527806-32ea-4bf6-8ba3-b7c78893ac2d">PHP SDK</a></li> <li data-lang="python"><a href="#tab-a0502f03-1554-4892-8c69-203424cd5455">Python SDK</a></li> <li data-lang="ruby"><a href="#tab-97544bbd-fe0f-4e4d-b101-5f6253fa7c18">Ruby SDK</a></li> <li data-lang="java"><a href="#tab-5cd3f752-8cf6-449f-b15e-287c39405f7f">Java SDK</a></li> </ul> <div data-tab="Raw HTTP" data-lang="bash" id="tab-36d701c5-cdf5-4631-a3b1-5b0d680f3c07"> <div class="highlight shell"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 2 3 4 @@ -186,7 +186,7 @@ Content-Length: 18 }, "eventTime" : "2004-12-13T21:39:45.618Z" }'</span> -</pre></td> </tr></tbody></table> </div> </div> <div data-tab="PHP SDK" data-lang="php" id="tab-d860fc16-8e50-49d7-a4ff-ccfc3029a21e"> <div class="highlight php"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 +</pre></td> </tr></tbody></table> </div> </div> <div data-tab="PHP SDK" data-lang="php" id="tab-ce527806-32ea-4bf6-8ba3-b7c78893ac2d"> <div class="highlight php"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 2 3 4 @@ -221,7 +221,7 @@ Content-Length: 18 <span class="s1">'eventTime'</span> <span class="o">=></span> <span class="s1">'2004-12-13T21:39:45.618Z'</span> <span class="p">));</span> <span class="cp">?></span> -</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Python SDK" data-lang="python" id="tab-5810e839-5e36-4c82-bea9-0e8443d347a7"> <div class="highlight python"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 +</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Python SDK" data-lang="python" id="tab-a0502f03-1554-4892-8c69-203424cd5455"> <div class="highlight python"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 2 3 4 @@ -246,7 +246,7 @@ Content-Length: 18 <span class="n">target_entity_id</span><span class="o">=</span><span class="s">"iid"</span><span class="p">,</span> <span class="n">properties</span><span class="o">=</span><span class="n">second_event_properties</span><span class="p">,</span> <span class="n">event_time</span><span class="o">=</span><span class="n">datetime</span><span class="p">(</span><span class="mi">2014</span><span class="p">,</span> <span class="mi">12</span><span class="p">,</span> <span class="mi">13</span><span class="p">,</span> <span class="mi">21</span><span class="p">,</span> <span class="mi">38</span><span class="p">,</span> <span class="mi">45</span><span class="p">,</span> <span class="mi">618000</span><span class="p">,</span> <span class="n">pytz</span><span class="o">.</span><span class="n">utc</span><span class="p">))</span> -</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Ruby SDK" data-lang="ruby" id="tab-3aab037a-7713-43bc-8ca3-8318135e8079"> <div class="highlight ruby"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 +</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Ruby SDK" data-lang="ruby" id="tab-97544bbd-fe0f-4e4d-b101-5f6253fa7c18"> <div class="highlight ruby"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1 2 3 4 @@ -263,7 +263,7 @@ Content-Length: 18 <span class="s1">'eventTime'</span> <span class="o">=></span> <span class="s1">'2004-12-13T21:39:45.618Z'</span><span class="p">,</span> <span class="s1">'properties'</span> <span class="o">=></span> <span class="p">{</span> <span class="s1">'someProperty'</span> <span class="o">=></span> <span class="s1">'value1'</span><span class="p">,</span> <span class="s1">'anotherProperty'</span> <span class="o">=></span> <span class="s1">'value2'</span> <span class="p">})</span> -</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Java SDK" data-lang="java" id="tab-800c4ae3-3e3c-4b82-abe9-0a88a1a89fc0"> <div class="highlight java"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1</pre></td> <td class="code"><pre><span class="o">(</span><span class="n">coming</span> <span class="n">soon</span><span class="o">)</span> +</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Java SDK" data-lang="java" id="tab-5cd3f752-8cf6-449f-b15e-287c39405f7f"> <div class="highlight java"> <table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" style="text-align: right"><pre class="lineno">1</pre></td> <td class="code"><pre><span class="o">(</span><span class="n">coming</span> <span class="n">soon</span><span class="o">)</span> </pre></td> </tr></tbody></table> </div> </div> </div> <p>Sample response:</p><div class="highlight shell"><table style="border-spacing: 0"><tbody><tr><td class="gutter gl" style="text-align: right"><pre class="lineno">1 2 3 http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/datacollection/eventapi/index.html.gz ---------------------------------------------------------------------- diff --git a/datacollection/eventapi/index.html.gz b/datacollection/eventapi/index.html.gz index 712d7a5..7dcc756 100644 Binary files a/datacollection/eventapi/index.html.gz and b/datacollection/eventapi/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/datacollection/eventmodel/index.html.gz ---------------------------------------------------------------------- diff --git a/datacollection/eventmodel/index.html.gz b/datacollection/eventmodel/index.html.gz index 400996d..7c7289e 100644 Binary files a/datacollection/eventmodel/index.html.gz and b/datacollection/eventmodel/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/datacollection/index.html.gz ---------------------------------------------------------------------- diff --git a/datacollection/index.html.gz b/datacollection/index.html.gz index 35cc860..f846170 100644 Binary files a/datacollection/index.html.gz and b/datacollection/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/datacollection/plugin/index.html.gz ---------------------------------------------------------------------- diff --git a/datacollection/plugin/index.html.gz b/datacollection/plugin/index.html.gz index 82d06fb..3d898cb 100644 Binary files a/datacollection/plugin/index.html.gz and b/datacollection/plugin/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/datacollection/webhooks/index.html.gz ---------------------------------------------------------------------- diff --git a/datacollection/webhooks/index.html.gz b/datacollection/webhooks/index.html.gz index e0442ed..5be1253 100644 Binary files a/datacollection/webhooks/index.html.gz and b/datacollection/webhooks/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/demo/community/index.html.gz ---------------------------------------------------------------------- diff --git a/demo/community/index.html.gz b/demo/community/index.html.gz index 4a18fb2..257c5bf 100644 Binary files a/demo/community/index.html.gz and b/demo/community/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/demo/index.html.gz ---------------------------------------------------------------------- diff --git a/demo/index.html.gz b/demo/index.html.gz index 5a7b7c3..84ce6f5 100644 Binary files a/demo/index.html.gz and b/demo/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/demo/supervisedlearning/index.html.gz ---------------------------------------------------------------------- diff --git a/demo/supervisedlearning/index.html.gz b/demo/supervisedlearning/index.html.gz index 07a6840..897a957 100644 Binary files a/demo/supervisedlearning/index.html.gz and b/demo/supervisedlearning/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/demo/tapster/index.html.gz ---------------------------------------------------------------------- diff --git a/demo/tapster/index.html.gz b/demo/tapster/index.html.gz index 438c784..b0ba8aa 100644 Binary files a/demo/tapster/index.html.gz and b/demo/tapster/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/demo/textclassification/index.html.gz ---------------------------------------------------------------------- diff --git a/demo/textclassification/index.html.gz b/demo/textclassification/index.html.gz index 45ee6d2..6937bad 100644 Binary files a/demo/textclassification/index.html.gz and b/demo/textclassification/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/deploy/engineparams/index.html.gz ---------------------------------------------------------------------- diff --git a/deploy/engineparams/index.html.gz b/deploy/engineparams/index.html.gz index 2a88ec8..793f1f4 100644 Binary files a/deploy/engineparams/index.html.gz and b/deploy/engineparams/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/deploy/enginevariants/index.html.gz ---------------------------------------------------------------------- diff --git a/deploy/enginevariants/index.html.gz b/deploy/enginevariants/index.html.gz index a67205a..7665f22 100644 Binary files a/deploy/enginevariants/index.html.gz and b/deploy/enginevariants/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/deploy/index.html.gz ---------------------------------------------------------------------- diff --git a/deploy/index.html.gz b/deploy/index.html.gz index 5186f31..416f52c 100644 Binary files a/deploy/index.html.gz and b/deploy/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/deploy/monitoring/index.html.gz ---------------------------------------------------------------------- diff --git a/deploy/monitoring/index.html.gz b/deploy/monitoring/index.html.gz index f92d106..5faf8a3 100644 Binary files a/deploy/monitoring/index.html.gz and b/deploy/monitoring/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/deploy/plugin/index.html.gz ---------------------------------------------------------------------- diff --git a/deploy/plugin/index.html.gz b/deploy/plugin/index.html.gz index 3cdbbad..328244e 100644 Binary files a/deploy/plugin/index.html.gz and b/deploy/plugin/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/evaluation/evaluationdashboard/index.html.gz ---------------------------------------------------------------------- diff --git a/evaluation/evaluationdashboard/index.html.gz b/evaluation/evaluationdashboard/index.html.gz index 84b0d57..d96549e 100644 Binary files a/evaluation/evaluationdashboard/index.html.gz and b/evaluation/evaluationdashboard/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/evaluation/history/index.html.gz ---------------------------------------------------------------------- diff --git a/evaluation/history/index.html.gz b/evaluation/history/index.html.gz index 5075d52..0e864c4 100644 Binary files a/evaluation/history/index.html.gz and b/evaluation/history/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/evaluation/index.html.gz ---------------------------------------------------------------------- diff --git a/evaluation/index.html.gz b/evaluation/index.html.gz index 8a214cc..8053e87 100644 Binary files a/evaluation/index.html.gz and b/evaluation/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/evaluation/metricbuild/index.html.gz ---------------------------------------------------------------------- diff --git a/evaluation/metricbuild/index.html.gz b/evaluation/metricbuild/index.html.gz index 7b803b3..f5e16c7 100644 Binary files a/evaluation/metricbuild/index.html.gz and b/evaluation/metricbuild/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/evaluation/metricchoose/index.html.gz ---------------------------------------------------------------------- diff --git a/evaluation/metricchoose/index.html.gz b/evaluation/metricchoose/index.html.gz index 0967225..1844821 100644 Binary files a/evaluation/metricchoose/index.html.gz and b/evaluation/metricchoose/index.html.gz differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/598a5db4/evaluation/paramtuning/index.html.gz ---------------------------------------------------------------------- diff --git a/evaluation/paramtuning/index.html.gz b/evaluation/paramtuning/index.html.gz index 7043ae3..da65c28 100644 Binary files a/evaluation/paramtuning/index.html.gz and b/evaluation/paramtuning/index.html.gz differ
