Author: buildbot
Date: Thu Mar 1 16:09:29 2018
New Revision: 1026146
Log:
Staging update by buildbot for gora
Modified:
websites/staging/gora/trunk/content/ (props changed)
websites/staging/gora/trunk/content/about.html
websites/staging/gora/trunk/content/contribute.html
websites/staging/gora/trunk/content/credits.html
websites/staging/gora/trunk/content/current/api/javadoc.html
websites/staging/gora/trunk/content/current/compiler-cli.html
websites/staging/gora/trunk/content/current/compiler.html
websites/staging/gora/trunk/content/current/gora-accumulo.html
websites/staging/gora/trunk/content/current/gora-aerospike.html
websites/staging/gora/trunk/content/current/gora-camel.html
websites/staging/gora/trunk/content/current/gora-cassandra.html
websites/staging/gora/trunk/content/current/gora-conf.html
websites/staging/gora/trunk/content/current/gora-core.html
websites/staging/gora/trunk/content/current/gora-couchdb.html
websites/staging/gora/trunk/content/current/gora-dynamodb.html
websites/staging/gora/trunk/content/current/gora-hbase.html
websites/staging/gora/trunk/content/current/gora-jcache.html
websites/staging/gora/trunk/content/current/gora-metamodel.html
websites/staging/gora/trunk/content/current/gora-mongodb.html
websites/staging/gora/trunk/content/current/gora-shims.html
websites/staging/gora/trunk/content/current/gora-solr.html
websites/staging/gora/trunk/content/current/gora-sql.html
websites/staging/gora/trunk/content/current/index.html
websites/staging/gora/trunk/content/current/overview.html
websites/staging/gora/trunk/content/current/quickstart.html
websites/staging/gora/trunk/content/current/tutorial.html
websites/staging/gora/trunk/content/downloads.html
websites/staging/gora/trunk/content/index.html
websites/staging/gora/trunk/content/mailing_lists.html
websites/staging/gora/trunk/content/nightly_builds.html
websites/staging/gora/trunk/content/related.html
websites/staging/gora/trunk/content/resources/css/gora.css
websites/staging/gora/trunk/content/roadmap.html
websites/staging/gora/trunk/content/version_control.html
Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 1 16:09:29 2018
@@ -1 +1 @@
-1819286
+1825659
Modified: websites/staging/gora/trunk/content/about.html
==============================================================================
--- websites/staging/gora/trunk/content/about.html (original)
+++ websites/staging/gora/trunk/content/about.html Thu Mar 1 16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./downloads.html">Downloads</a></li>
@@ -153,11 +153,20 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_About Apache Gora&trade;">
+ <div class="container top-buffer" id="Gora_About Apache Gora&trade;">
-<h1 id="about-gora">About Gora</h1>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="about-gora">About Gora<a class="headerlink" href="#about-gora"
title="Permanent link">¶</a></h1>
<div class="toc">
<ul>
<li><a href="#about-gora">About Gora</a><ul>
@@ -170,7 +179,7 @@ under the License.
</li>
</ul>
</div>
-<h2 id="why-gora">Why Gora?</h2>
+<h2 id="why-gora">Why Gora?<a class="headerlink" href="#why-gora"
title="Permanent link">¶</a></h2>
<p>Although there are various excellent ORM frameworks such as JPA, Apache
OpenJPA, Hibernate, etc for relational databases, data modeling in
NoSQL data stores differ profoundly from their relational cousins. Moreover,
data-model agnostic
frameworks such as JDO are not sufficient for use cases, where one needs to
use the full power
@@ -194,7 +203,7 @@ for big data. The roadmap of Gora can be
<a
href="http://hadoop.apache.org/docs/stable/mapred_tutorial.html">MapReduce</a>
(<a href="http://hadoop.apache.org">Apache Hadoop™</a>)
support for data in the data store.</li>
</ul>
-<h2 id="who-is-gora-for">Who is Gora For?</h2>
+<h2 id="who-is-gora-for">Who is Gora For?<a class="headerlink"
href="#who-is-gora-for" title="Permanent link">¶</a></h2>
<p>Gora is a framework primarily aimed towards</p>
<ul>
<li><b>Hands on Developers</b> required to deal with data volumes which
justify Big Data storage solutions classified under
@@ -208,7 +217,7 @@ for big data. The roadmap of Gora can be
<li><b>Decision Makers</b> looking to implement a flexible storage framework
under the <a href="http://www.apache.org/licenses/LICENSE-2.0">most liberal
open source license available</a>.</li>
</ul>
-<h2 id="background">Background</h2>
+<h2 id="background">Background<a class="headerlink" href="#background"
title="Permanent link">¶</a></h2>
<p><b>ORM</b> stands for <a
href="http://en.wikipedia.org/wiki/Object-relational_mapping">Object Relation
Mapping</a>. It is a technology which abstacts the persistency layer
(mostly Relational Databases) so that plain domain level objects can be used,
without the cumbersome
effort to save/load the data to and from the database. </p>
@@ -225,7 +234,7 @@ Gora provides storage abstraction for No
<li>Gora will support persistence, indexing and anaysis of data, using <a
href="http://pig.apache.org">Apache Pig</a>,
<a href="http://lucene.apache.org">Apache Lucene</a>, <a
href="http://hive.apache.org">Apache Hive</a>, etc.</li>
</ul>
-<h2 id="what-platforms-does-gora-work-on">What Platform(s) does Gora work
on?</h2>
+<h2 id="what-platforms-does-gora-work-on">What Platform(s) does Gora work
on?<a class="headerlink" href="#what-platforms-does-gora-work-on"
title="Permanent link">¶</a></h2>
<p>Gora <a href="https://builds.apache.org/view/All/job/gora-trunk/">builds
nightly</a> on Ubuntu. </p>
<p>The software has been tested and verified to run on the following
platforms:</p>
<ul>
@@ -236,7 +245,7 @@ Gora provides storage abstraction for No
<p>Gora does publish <b>.zip</b> artifacts for Windows users, however there is
no gurantee
of platform compatibility.</p>
<p>Please provide platform compatibility issues and/or feedback to our <a
href="./mailing_lists.html">mailing lists</a>.</p>
-<h2 id="which-languagestechnologies-do-i-need-to-know-to-use-gora">Which
Languages/Technologies do I need to know to use Gora?</h2>
+<h2 id="which-languagestechnologies-do-i-need-to-know-to-use-gora">Which
Languages/Technologies do I need to know to use Gora?<a class="headerlink"
href="#which-languagestechnologies-do-i-need-to-know-to-use-gora"
title="Permanent link">¶</a></h2>
<ul>
<li>Gora is written in Java. </li>
<li>Configuration however requires a working knowledge of syntax for JSON and
XML.</li>
Modified: websites/staging/gora/trunk/content/contribute.html
==============================================================================
--- websites/staging/gora/trunk/content/contribute.html (original)
+++ websites/staging/gora/trunk/content/contribute.html Thu Mar 1 16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./downloads.html">Downloads</a></li>
@@ -153,11 +153,20 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_How to Contribute">
+ <div class="container top-buffer" id="Gora_How to Contribute">
-<h2 id="gora-development-process">Gora Development Process</h2>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="gora-development-process">Gora Development Process<a
class="headerlink" href="#gora-development-process" title="Permanent
link">¶</a></h2>
<p>Gora assumes a development process encouraged by the Apache Software
Foundation (ASF).
ASF is based on <a
href="http://www.apache.org/foundation/how-it-works.html">meritocracy</a>.
We encourage open discussion and open development. Nearly everything in Gora
is done over
Modified: websites/staging/gora/trunk/content/credits.html
==============================================================================
--- websites/staging/gora/trunk/content/credits.html (original)
+++ websites/staging/gora/trunk/content/credits.html Thu Mar 1 16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./downloads.html">Downloads</a></li>
@@ -153,9 +153,7 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora Credits">
+ <div class="container top-buffer" id="Gora_Gora Credits">
<style type="text/css">
/* The following code is added by mdx_elementid.py
Modified: websites/staging/gora/trunk/content/current/api/javadoc.html
==============================================================================
--- websites/staging/gora/trunk/content/current/api/javadoc.html (original)
+++ websites/staging/gora/trunk/content/current/api/javadoc.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../../index.html"><img
src="./../../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../../index.html"><img
src="./../../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../../downloads.html">Downloads</a></li>
@@ -153,9 +153,7 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_">
+ <div class="container top-buffer" id="Gora_">
<style type="text/css">
/* The following code is added by mdx_elementid.py
Modified: websites/staging/gora/trunk/content/current/compiler-cli.html
==============================================================================
--- websites/staging/gora/trunk/content/current/compiler-cli.html (original)
+++ websites/staging/gora/trunk/content/current/compiler-cli.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,15 +153,24 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora Compiler-CLI Overview">
+ <div class="container top-buffer" id="Gora_Gora Compiler-CLI Overview">
-<h1 id="introduction">Introduction</h1>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="introduction">Introduction<a class="headerlink" href="#introduction"
title="Permanent link">¶</a></h1>
<p>The Gora compiler-cli is a simple utility dependency which provides a
command line interface used to invoke the <a href="./compiler.html">Gora
Compiler</a>
It exists separate from the Gora Compiler enabling us to distinguish between
usability and functionality. It does however depend upon the Gora Compiler.</p>
<p>The compiler-cli is trivial to invoke but also provides a useful usage
statement when invoked incorrectly</p>
-<h1 id="usage">Usage</h1>
+<h1 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent
link">¶</a></h1>
<div class="codehilite"><pre> $ <span class="n">Usage</span><span
class="p">:</span> <span class="n">GoraCompilerCLI</span>
<span class="n">or</span>
$ <span class="n">Uage</span><span class="p">:</span> <span
class="n">GoraCompilerCLI</span> <span class="o">-</span><span
class="n">h</span>
Modified: websites/staging/gora/trunk/content/current/compiler.html
==============================================================================
--- websites/staging/gora/trunk/content/current/compiler.html (original)
+++ websites/staging/gora/trunk/content/current/compiler.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,15 +153,24 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora Compiler Overview">
+ <div class="container top-buffer" id="Gora_Gora Compiler Overview">
-<h1 id="introduction">Introduction</h1>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="introduction">Introduction<a class="headerlink" href="#introduction"
title="Permanent link">¶</a></h1>
<p>The Gora compiler converts JSON files (the schema(s)) into persistent Java
classes/data beans.
You can then use those classes to interact with a variety of data storage
software e.g. the Gora datastore implementations. </p>
<p>The compiler is very simple to run. But first you should add the Gora
installation directory to your path. </p>
-<h1 id="usage">Usage</h1>
+<h1 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent
link">¶</a></h1>
<div class="codehilite"><pre> $ <span class="n">bin</span><span
class="o">/</span><span class="n">gora</span> <span
class="n">goracompiler</span>
</pre></div>
Modified: websites/staging/gora/trunk/content/current/gora-accumulo.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-accumulo.html (original)
+++ websites/staging/gora/trunk/content/current/gora-accumulo.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,11 +153,20 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora Accumulo Module">
+ <div class="container top-buffer" id="Gora_Gora Accumulo Module">
-<h2 id="overview">Overview</h2>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="overview">Overview<a class="headerlink" href="#overview"
title="Permanent link">¶</a></h2>
<p>This is the main documentation for the gora-accumulo module which
enables <a href="http://accumulo.apache.org">Apache Accumulo</a> backend
support for Gora. </p>
<div class="toc">
@@ -167,7 +176,7 @@ enables <a href="http://accumulo.apache.
<li><a href="#gora-accumulo-mappings">Gora Accumulo mappings</a></li>
</ul>
</div>
-<h2 id="goraproperties">gora.properties</h2>
+<h2 id="goraproperties">gora.properties<a class="headerlink"
href="#goraproperties" title="Permanent link">¶</a></h2>
<ul>
<li><code>gora.datastore.default</code>=org.apache.gora.accumulo.store.AccumuloStore
- Implementation of the storage class </li>
<li><code>gora.accumulo.mapping.file</code>=gora-accumulo-mapping.xml
- The XML mapping file to be used </li>
@@ -177,7 +186,7 @@ enables <a href="http://accumulo.apache.
<li><code>gora.datastore.accumulo.user</code>=root
- This relates to the name of the client which will be communicating with
Accumulo. This is also used for authentication purposes.</li>
<li><code>gora.datastore.accumulo.password</code>=secret
- This relates to the password of the client which will be communicating
with Accumulo. This is also used for authentication purposes.</li>
</ul>
-<h2 id="gora-accumulo-mappings">Gora Accumulo mappings</h2>
+<h2 id="gora-accumulo-mappings">Gora Accumulo mappings<a class="headerlink"
href="#gora-accumulo-mappings" title="Permanent link">¶</a></h2>
<p>Say we wished to map some Employee data and store it into the
AccumuloStore.</p>
<div class="codehilite"><pre><span class="nt"><gora-otd></span>
<span class="nt"><table</span> <span class="na">name=</span><span
class="s">"Employee"</span><span class="nt">></span>
Modified: websites/staging/gora/trunk/content/current/gora-aerospike.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-aerospike.html (original)
+++ websites/staging/gora/trunk/content/current/gora-aerospike.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,9 +153,7 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora Aerospike Module">
+ <div class="container top-buffer" id="Gora_Gora Aerospike Module">
<style type="text/css">
/* The following code is added by mdx_elementid.py
Modified: websites/staging/gora/trunk/content/current/gora-camel.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-camel.html (original)
+++ websites/staging/gora/trunk/content/current/gora-camel.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,11 +153,20 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora Configuration">
+ <div class="container top-buffer" id="Gora_Gora Configuration">
-<h1 id="introduction">Introduction</h1>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="introduction">Introduction<a class="headerlink" href="#introduction"
title="Permanent link">¶</a></h1>
<p><strong>Camel-Gora</strong> is an <a href="http://camel.apache.org/">Apache
Camel</a> component that allows you to work with NoSQL databases using the
<a href="http://gora.apache.org/">Apache Gora</a> framework. </p>
<p><strong>N.B.</strong> Camel-Gora is NOT a Gora module... but instead a
Camel one. This documentation exists to provide detail on how
@@ -182,7 +191,7 @@ Gora is being used in different settings
</li>
</ul>
</div>
-<h2 id="maven-configuration">Maven Configuration</h2>
+<h2 id="maven-configuration">Maven Configuration<a class="headerlink"
href="#maven-configuration" title="Permanent link">¶</a></h2>
<p>Maven users will need to add the following dependency to their pom.xml for
this component:</p>
<div class="codehilite"><pre><span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.camel<span
class="nt"></groupId></span>
@@ -193,7 +202,7 @@ Gora is being used in different settings
</pre></div>
-<h2 id="uri-format">URI format</h2>
+<h2 id="uri-format">URI format<a class="headerlink" href="#uri-format"
title="Permanent link">¶</a></h2>
<div class="codehilite"><pre><span class="n">gora</span><span
class="o">:</span><span class="n">instanceName</span><span
class="o">[?</span><span class="n">options</span><span class="o">]</span>
</pre></div>
@@ -209,11 +218,11 @@ Gora is being used in different settings
</pre></div>
-<h2 id="configuratiion">Configuratiion</h2>
+<h2 id="configuratiion">Configuratiion<a class="headerlink"
href="#configuratiion" title="Permanent link">¶</a></h2>
<p>Using camel-gora needs some configuration. This mainly involve to configure
the <code>AvroStore</code> through the <code>gora.properties</code> file and to
define the relevant mappings as part of the <em><a
href="http://gora.apache.org/current/gora-core.html">gora-core</a></em>
module.</p>
<p>Extensive information for this configuration can be found in the apache <a
href="./index.html">gora documentation</a> and the <a
href="./gora-conf.html">gora-conf</a> page. </p>
-<h2 id="supported-gora-operations">Supported Gora Operations</h2>
-<p>Supported operations include : <strong><em>put<strong>,
</strong>get<strong>, </strong>delete<strong>, </strong>getSchemaName<strong>,
</strong>deleteSchema<strong>, </strong>createSchema<strong>,
</strong>query<strong>, </strong>deleteByQuery<strong>,
</strong>schemaExists</em></strong>. </p>
+<h2 id="supported-gora-operations">Supported Gora Operations<a
class="headerlink" href="#supported-gora-operations" title="Permanent
link">¶</a></h2>
+<p>Supported operations include : <strong><em>put</em>*, </strong>get<strong>,
</strong>delete<strong>, </strong>getSchemaName<strong>,
</strong>deleteSchema<strong>, </strong>createSchema<strong>,
</strong>query<strong>, </strong>deleteByQuery<strong>,
</strong>schemaExists***. </p>
<p>Some of the operations require arguments while some others no. The
arguments to operations could be either the <em>body</em> of the <em>in</em>
message or defined in a header property. Below there is a list with some
additional info for each operation.</p>
<table>
<tr><th align="left">Property</th><th align="left">Description</th></tr>
@@ -255,8 +264,8 @@ Gora is being used in different settings
</tr>
</table>
-<h2 id="options">Options</h2>
-<h3 id="gora-headers">Gora Headers</h3>
+<h2 id="options">Options<a class="headerlink" href="#options" title="Permanent
link">¶</a></h2>
+<h3 id="gora-headers">Gora Headers<a class="headerlink" href="#gora-headers"
title="Permanent link">¶</a></h3>
<table>
<tr><th align="left">Property</th><th align="left">Description</th></tr>
@@ -272,7 +281,7 @@ Gora is being used in different settings
</tr>
</table>
-<h3 id="gora-configuration-attributes">Gora Configuration attributes</h3>
+<h3 id="gora-configuration-attributes">Gora Configuration attributes<a
class="headerlink" href="#gora-configuration-attributes" title="Permanent
link">¶</a></h3>
<table>
<tr><th align="left">Property</th><th align="left">Type</th><th
align="left">Description</th></tr>
<tr>
@@ -313,7 +322,7 @@ Gora is being used in different settings
</table>
<p><em>NOTE: the gora configuration properties marked with asterisk are
mandatory</em> </p>
-<h3 id="gora-query-attributes">Gora Query attributes</h3>
+<h3 id="gora-query-attributes">Gora Query attributes<a class="headerlink"
href="#gora-query-attributes" title="Permanent link">¶</a></h3>
<table>
<tr><th align="left">Property</th><th align="left">Type</th><th
align="left">Description</th></tr>
@@ -385,7 +394,7 @@ Gora is being used in different settings
</table>
-<h3 id="usage-examples">Usage examples</h3>
+<h3 id="usage-examples">Usage examples<a class="headerlink"
href="#usage-examples" title="Permanent link">¶</a></h3>
<p><strong>Create Schema</strong> <em>(XML DSL)</em>:</p>
<div class="codehilite"><pre><span class="nt"><setHeader</span> <span
class="na">headerName=</span><span
class="s">"GoraOperation"</span><span class="nt">></span>
<span class="nt"><constant></span>CreateSchema<span
class="nt"></constant></span>
@@ -449,7 +458,7 @@ Gora is being used in different settings
<p>The full usage examples in the form of integration tests can be found at <a
href="https://github.com/ipolyzos/camel-gora-examples/">camel-gora-examples</a>
repository.</p>
-<h3 id="more-resources">More resources</h3>
+<h3 id="more-resources">More resources<a class="headerlink"
href="#more-resources" title="Permanent link">¶</a></h3>
<p>For more please information and in depth configuration refer to the <a
href="./overview.html">Apache Gora Documentation</a> and the <a
href="./tutorial.html">Apache Gora Tutorial</a>.</p>
</div> <!-- /container (main block) -->
Modified: websites/staging/gora/trunk/content/current/gora-cassandra.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-cassandra.html (original)
+++ websites/staging/gora/trunk/content/current/gora-cassandra.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,9 +153,7 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora Cassandra Module">
+ <div class="container top-buffer" id="Gora_Gora Cassandra Module">
<style type="text/css">
/* The following code is added by mdx_elementid.py
Modified: websites/staging/gora/trunk/content/current/gora-conf.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-conf.html (original)
+++ websites/staging/gora/trunk/content/current/gora-conf.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,18 +153,27 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora Configuration">
+ <div class="container top-buffer" id="Gora_Gora Configuration">
-<h2 id="goraproperties">gora.properties</h2>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="goraproperties">gora.properties<a class="headerlink"
href="#goraproperties" title="Permanent link">¶</a></h2>
<p>Gora reads necessary configuration from a properties file name
<code>gora.properties</code>. </p>
<p>The file is searched in the classpath, which is
obtained using the <code>ClassLoader</code> of the <a
href="http://gora.apache.org/current/api/apidocs-0.4/index.html?org/apache/gora/store/DataStoreFactory.html">DataStoreFactory</a>
class.</p>
<p>The following properties are recognized:</p>
-<h2 id="common-properties">Common Properties</h2>
+<h2 id="common-properties">Common Properties<a class="headerlink"
href="#common-properties" title="Permanent link">¶</a></h2>
<p><table>
<tr><th align="left">Property</th> <th align="left">Required</th> <th
align="left">Default</th> <th align="left">Explanation</th></tr>
<tr><td><code>gora.datastore.default</code></td><td>No</td> <td> â </td>
<td>The full classname of the default data store implementation to use
</td></tr>
@@ -195,14 +204,14 @@ implementation w/o the package name, for
You can also use the string datastore instead of the specific
data store class name, in which case, the property setting is effective
to all data stores. The following properties can be set per data store.</p>
-<h2 id="per-datastore-properties">Per DataStore Properties</h2>
+<h2 id="per-datastore-properties">Per DataStore Properties<a
class="headerlink" href="#per-datastore-properties" title="Permanent
link">¶</a></h2>
<p><table>
<caption>DataStore Properties</caption>
<tr><th align="left">Property</th> <th align="left">Required</th> <th
align="left">Default Value</th> <th align="left">Explanation</th></tr>
<tr><td><code>gora.<data_store_class>.autocreateschema</code> No true
Whether to create schemas automatically for the specific data store</td></tr>
<tr><td><code>gora.<data_store_class>.mapping.file</code> No
gora-{accumulo|hbase|cassandra|sql|dynamodb}-mapping.xml The name of the
mapping file</td></tr>
</table></p>
-<h2 id="data-store-specific-settings">Data store specific settings</h2>
+<h2 id="data-store-specific-settings">Data store specific settings<a
class="headerlink" href="#data-store-specific-settings" title="Permanent
link">¶</a></h2>
<p>Other than the properties above, some of the data stores have their
own configurations. These properties are listed at the module
documentations:</p>
<ul>
Modified: websites/staging/gora/trunk/content/current/gora-core.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-core.html (original)
+++ websites/staging/gora/trunk/content/current/gora-core.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,9 +153,7 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora Core Module">
+ <div class="container top-buffer" id="Gora_Gora Core Module">
<style type="text/css">
/* The following code is added by mdx_elementid.py
Modified: websites/staging/gora/trunk/content/current/gora-couchdb.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-couchdb.html (original)
+++ websites/staging/gora/trunk/content/current/gora-couchdb.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,9 +153,7 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora CouchDB Module">
+ <div class="container top-buffer" id="Gora_Gora CouchDB Module">
<style type="text/css">
/* The following code is added by mdx_elementid.py
Modified: websites/staging/gora/trunk/content/current/gora-dynamodb.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-dynamodb.html (original)
+++ websites/staging/gora/trunk/content/current/gora-dynamodb.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,11 +153,20 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora DynamoDB Module">
+ <div class="container top-buffer" id="Gora_Gora DynamoDB Module">
-<h2 id="overview">Overview</h2>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="overview">Overview<a class="headerlink" href="#overview"
title="Permanent link">¶</a></h2>
<p>This is the main documentation for the gora-dynamodb module. gora-dynamodb
module enables <a href="http://aws.amazon.com/dynamodb/">Amazon DynamoDB</a>
backend support for Gora.</p>
<div class="toc">
@@ -167,9 +176,9 @@ module enables <a href="http://aws.amazo
<li><a href="#gora-dynamodb-mappings">Gora DynamoDB mappings</a></li>
</ul>
</div>
-<h2 id="goraproperties">gora.properties</h2>
+<h2 id="goraproperties">gora.properties<a class="headerlink"
href="#goraproperties" title="Permanent link">¶</a></h2>
<p>Coming soon</p>
-<h2 id="gora-dynamodb-mappings">Gora DynamoDB mappings</h2>
+<h2 id="gora-dynamodb-mappings">Gora DynamoDB mappings<a class="headerlink"
href="#gora-dynamodb-mappings" title="Permanent link">¶</a></h2>
<p>Coming soon </p>
</div> <!-- /container (main block) -->
Modified: websites/staging/gora/trunk/content/current/gora-hbase.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-hbase.html (original)
+++ websites/staging/gora/trunk/content/current/gora-hbase.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,11 +153,20 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora HBase Module">
+ <div class="container top-buffer" id="Gora_Gora HBase Module">
-<h2 id="overview">Overview</h2>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="overview">Overview<a class="headerlink" href="#overview"
title="Permanent link">¶</a></h2>
<p>This is the main documentation for the gora-hbase module. gora-hbase
module enables <a href="http://hbase.apache.org">Apache HBase</a> backend
support for Gora.</p>
<div class="toc">
@@ -167,14 +176,14 @@ module enables <a href="http://hbase.apa
<li><a href="#gora-hbase-mappings">Gora HBase mappings</a></li>
</ul>
</div>
-<h2 id="goraproperties">gora.properties</h2>
+<h2 id="goraproperties">gora.properties<a class="headerlink"
href="#goraproperties" title="Permanent link">¶</a></h2>
<ul>
<li><code>gora.datastore.default=org.apache.gora.hbase.store.HBaseStore</code>
- Implementation of the storage class </li>
<li><code>gora.datastore.autocreateschema=true</code> - Create the table if
doesn't exist</li>
<li><code>gora.datastore.scanner.caching=1000</code> - HBase client cache that
improves the scan in HBase (default 0)</li>
<li><code>hbase.client.autoflush.default=false</code> - HBase autoflushing.
Enabling autoflush decreases write performance. Available since Gora 0.2.
Defaults to disabled.</li>
</ul>
-<h2 id="gora-hbase-mappings">Gora HBase mappings</h2>
+<h2 id="gora-hbase-mappings">Gora HBase mappings<a class="headerlink"
href="#gora-hbase-mappings" title="Permanent link">¶</a></h2>
<p>Say we wished to map some Employee data and store it into the
HBaseStore.</p>
<div class="codehilite"><pre><span class="nt"><gora-otd></span>
<span class="nt"><table</span> <span class="na">name=</span><span
class="s">"Employee"</span><span class="nt">></span>
Modified: websites/staging/gora/trunk/content/current/gora-jcache.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-jcache.html (original)
+++ websites/staging/gora/trunk/content/current/gora-jcache.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,9 +153,7 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora JCache Module">
+ <div class="container top-buffer" id="Gora_Gora JCache Module">
<style type="text/css">
/* The following code is added by mdx_elementid.py
Modified: websites/staging/gora/trunk/content/current/gora-metamodel.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-metamodel.html (original)
+++ websites/staging/gora/trunk/content/current/gora-metamodel.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,11 +153,20 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora MongoDB Module">
+ <div class="container top-buffer" id="Gora_Gora MongoDB Module">
-<h2 id="overview">Overview</h2>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="overview">Overview<a class="headerlink" href="#overview"
title="Permanent link">¶</a></h2>
<p>This is the main documentation for the gora-metamodel module.
gora-metamodel
module enables <a href="http://metamodel.incubator.apache.org/">Apache
MetaModel</a> backend support for Gora.</p>
<p>MetaModel is a data access framework, providing a common interface for
exploration
@@ -171,9 +180,9 @@ of it's location.</p>
<li><a href="#gora-metamodel-mappings">Gora MetaModel mappings</a></li>
</ul>
</div>
-<h2 id="goraproperties">gora.properties</h2>
+<h2 id="goraproperties">gora.properties<a class="headerlink"
href="#goraproperties" title="Permanent link">¶</a></h2>
<p>TODO</p>
-<h2 id="gora-metamodel-mappings">Gora MetaModel mappings</h2>
+<h2 id="gora-metamodel-mappings">Gora MetaModel mappings<a class="headerlink"
href="#gora-metamodel-mappings" title="Permanent link">¶</a></h2>
<p>TODO</p>
</div> <!-- /container (main block) -->
Modified: websites/staging/gora/trunk/content/current/gora-mongodb.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-mongodb.html (original)
+++ websites/staging/gora/trunk/content/current/gora-mongodb.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,9 +153,7 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora MongoDB Module">
+ <div class="container top-buffer" id="Gora_Gora MongoDB Module">
<style type="text/css">
/* The following code is added by mdx_elementid.py
Modified: websites/staging/gora/trunk/content/current/gora-shims.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-shims.html (original)
+++ websites/staging/gora/trunk/content/current/gora-shims.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,11 +153,20 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora Core Module">
+ <div class="container top-buffer" id="Gora_Gora Core Module">
-<h1 id="overview">Overview</h1>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="overview">Overview<a class="headerlink" href="#overview"
title="Permanent link">¶</a></h1>
<p>This is the main documentation for Gora + Hadoop compatibility which comes
in the
form of <b>Gora Shims</b>. </p>
<p>According to our great friends over at <a
href="http://en.wikipedia.org/wiki/Shim_%28computing%29">Wikipedia</a>,
@@ -204,16 +213,16 @@ into your software stack. </p>
</li>
</ul>
</div>
-<h1 id="gora-shims-distribution">gora-shims-distribution</h1>
-<h2 id="description">Description</h2>
+<h1 id="gora-shims-distribution">gora-shims-distribution<a class="headerlink"
href="#gora-shims-distribution" title="Permanent link">¶</a></h1>
+<h2 id="description">Description<a class="headerlink" href="#description"
title="Permanent link">¶</a></h2>
<p>This module provides the structure for using Gora Hadoop shims. The module
only defines direct dependencies
on all of the other shims modules but contains no actual Java code itself. </p>
<p><strong>This module is the only dependency which needs to be defined for
users to take advantage of Gora Shims. The dependency
should be used as below.</strong></p>
-<h2 id="dependency-definition">Dependency Definition</h2>
+<h2 id="dependency-definition">Dependency Definition<a class="headerlink"
href="#dependency-definition" title="Permanent link">¶</a></h2>
<p><a
href="http://search.maven.org/#artifactdetails|org.apache.gora|gora-shims-distribution|0.6|bundle">Click
Here</a></p>
-<h1 id="gora-shims-hadoop">gora-shims-hadoop</h1>
-<h2 id="description_1">Description</h2>
+<h1 id="gora-shims-hadoop">gora-shims-hadoop<a class="headerlink"
href="#gora-shims-hadoop" title="Permanent link">¶</a></h1>
+<h2 id="description_1">Description<a class="headerlink" href="#description_1"
title="Permanent link">¶</a></h2>
<p>This module contains functional Java code for enabling dynamic selection of
the Hadoop environment based upon the
presence of <strong>org.apache.hadoop.util.VersionInfo</strong>. This is a
two-part process where we first obtain the <a
href="https://github.com/apache/gora/blob/master/gora-shims-hadoop/src/main/java/org/apache/gora/shims/hadoop/HadoopShimFactory.java#L79-L94">Hadoop
Major version</a>.
@@ -258,10 +267,10 @@ based on detecting the Hadoop Major vers
</pre></div>
-<h2 id="dependency-definition_1">Dependency Definition</h2>
+<h2 id="dependency-definition_1">Dependency Definition<a class="headerlink"
href="#dependency-definition_1" title="Permanent link">¶</a></h2>
<p><a
href="http://search.maven.org/#artifactdetails|org.apache.gora|gora-shims-hadoop|0.6|bundle">Click
Here</a></p>
-<h1 id="gora-shims-hadoop1">gora-shims-hadoop1</h1>
-<h2 id="description_2">Description</h2>
+<h1 id="gora-shims-hadoop1">gora-shims-hadoop1<a class="headerlink"
href="#gora-shims-hadoop1" title="Permanent link">¶</a></h1>
+<h2 id="description_2">Description<a class="headerlink" href="#description_2"
title="Permanent link">¶</a></h2>
<p>This module provides all functionality for Hadoop 1.X support in Gora. The
Hadoop version is specified within
the project <a
href="https://github.com/apache/gora/blob/master/pom.xml">pom.xml</a> within
the <strong>${hadoop1-version}</strong> variable.</p>
<p>The actual <a
href="https://github.com/apache/gora/blob/master/gora-shims-hadoop1/src/main/java/org/apache/gora/shims/hadoop1/HadoopShim1.java">code
implementation</a>
@@ -281,10 +290,10 @@ is very simple. Essentially it consists
</pre></div>
-<h2 id="dependency-definition_2">Dependency Definition</h2>
+<h2 id="dependency-definition_2">Dependency Definition<a class="headerlink"
href="#dependency-definition_2" title="Permanent link">¶</a></h2>
<p><a
href="http://search.maven.org/#artifactdetails|org.apache.gora|gora-shims-hadoop1|0.6|bundle">Click
Here</a></p>
-<h1 id="gora-shims-hadoop2">gora-shims-hadoop2</h1>
-<h2 id="description_3">Description</h2>
+<h1 id="gora-shims-hadoop2">gora-shims-hadoop2<a class="headerlink"
href="#gora-shims-hadoop2" title="Permanent link">¶</a></h1>
+<h2 id="description_3">Description<a class="headerlink" href="#description_3"
title="Permanent link">¶</a></h2>
<p>This module provides all functionality for Hadoop 2.X support in Gora. The
Hadoop version is specified within
the project <a
href="https://github.com/apache/gora/blob/master/pom.xml">pom.xml</a> within
the <strong>${hadoop2-version}</strong> variable.</p>
<p>The actual <a
href="https://github.com/apache/gora/blob/master/gora-shims-hadoop1/src/main/java/org/apache/gora/shims/hadoop1/HadoopShim1.java">code
implementation</a>
@@ -309,7 +318,7 @@ is very simple. Essentially it consists
</pre></div>
-<h2 id="dependency-definition_3">Dependency Definition</h2>
+<h2 id="dependency-definition_3">Dependency Definition<a class="headerlink"
href="#dependency-definition_3" title="Permanent link">¶</a></h2>
<p><a
href="http://search.maven.org/#artifactdetails|org.apache.gora|gora-shims-hadoop2|0.6|bundle">Click
Here</a></p>
</div> <!-- /container (main block) -->
Modified: websites/staging/gora/trunk/content/current/gora-solr.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-solr.html (original)
+++ websites/staging/gora/trunk/content/current/gora-solr.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,11 +153,20 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora HBase Module">
+ <div class="container top-buffer" id="Gora_Gora HBase Module">
-<h2 id="overview">Overview</h2>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="overview">Overview<a class="headerlink" href="#overview"
title="Permanent link">¶</a></h2>
<p>This is the main documentation for the gora-solr module. gora-solr
module enables <a href="http://lucene.apache.org/solr">Apache Solr</a> backend
support for Gora. </p>
<div class="toc">
@@ -169,7 +178,7 @@ module enables <a href="http://lucene.ap
<li><a href="#solr-solrconfigxml">Solr solrconfig.xml</a></li>
</ul>
</div>
-<h2 id="goraproperties">gora.properties</h2>
+<h2 id="goraproperties">gora.properties<a class="headerlink"
href="#goraproperties" title="Permanent link">¶</a></h2>
<ul>
<li><code>gora.datastore.default=org.apache.gora.solr.store.SolrStore</code> -
Implementation of the storage class </li>
<li><code>gora.datastore.autocreateschema=true</code> - Create the table if
doesn't exist</li>
@@ -181,7 +190,7 @@ module enables <a href="http://lucene.ap
<li><code>gora.solrstore.solr.commitWithin</code> - A batch commit unit for
SolrDocument's used when making (commit) calls to Solr. A default value of 1000
is used if this value is absent. This value must be of type <b>Integer</b>.</li>
<li><code>gora.solrstore.solr.resultsSize</code> - The maximum number of
results to return when we make a call to
<code>org.apache.gora.solr.store.SolrStore#execute(Query)</code>. This value
must be of type <b>Integer</b>.</li>
</ul>
-<h2 id="gora-solr-mappings">Gora Solr mappings</h2>
+<h2 id="gora-solr-mappings">Gora Solr mappings<a class="headerlink"
href="#gora-solr-mappings" title="Permanent link">¶</a></h2>
<p>Say we wished to map some Employee data and store it into the SolrStore.</p>
<div class="codehilite"><pre><span class="nt"><gora-otd></span>
<span class="nt"><class</span> <span class="na">name=</span><span
class="s">"org.apache.gora.examples.generated.Employee"</span> <span
class="na">keyClass=</span><span class="s">"java.lang.String"</span>
<span class="na">table=</span><span class="s">"Employee"</span><span
class="nt">></span>
@@ -215,7 +224,7 @@ module enables <a href="http://lucene.ap
<p>a parameter containing the <b>column family</b> to which they belong e.g.
(all info in this case), </p>
</li>
</ol>
-<h2 id="solr-schemaxml">Solr Schema.xml</h2>
+<h2 id="solr-schemaxml">Solr Schema.xml<a class="headerlink"
href="#solr-schemaxml" title="Permanent link">¶</a></h2>
<p><code>schema.xml</code> is an essential aspect of defining a storage and
query model for your Solr data.</p>
<p>The Solr community maintain their own documentation relating to schema.xml,
this can be found at <a
href="http://wiki.apache.org/solr/SchemaXml">http://wiki.apache.org/solr/SchemaXml</a>.</p>
<div class="codehilite"><pre><span class="nt"><schema</span> <span
class="na">name=</span><span class="s">"testexample"</span> <span
class="na">version=</span><span class="s">"1.5"</span><span
class="nt">></span>
@@ -250,7 +259,7 @@ module enables <a href="http://lucene.ap
</pre></div>
-<h2 id="solr-solrconfigxml">Solr solrconfig.xml</h2>
+<h2 id="solr-solrconfigxml">Solr solrconfig.xml<a class="headerlink"
href="#solr-solrconfigxml" title="Permanent link">¶</a></h2>
<p>Similar to <code>schema.xml</code> above, <code>solrconfig.xml</code>
documentation is also maintained by the Solr community.</p>
<p>Please see an example configuration below but also please refer to <a
href="http://wiki.apache.org/solr/SolrConfigXml">http://wiki.apache.org/solr/SolrConfigXml</a>.
</p>
<div class="codehilite"><pre><span class="nt"><config></span>
Modified: websites/staging/gora/trunk/content/current/gora-sql.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-sql.html (original)
+++ websites/staging/gora/trunk/content/current/gora-sql.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,19 +153,28 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora SQL Module">
+ <div class="container top-buffer" id="Gora_Gora SQL Module">
-<h2 id="overview">Overview</h2>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="overview">Overview<a class="headerlink" href="#overview"
title="Permanent link">¶</a></h2>
<p>This is the main documentation for the gora-sql module. </p>
<p>Currently the <a
href="http://search.maven.org/#artifactdetails|org.apache.gora|gora-sql|0.1.1-incubating|jar"><b>gora-sql-0.1.1-incubating</b></a>
module is deprecated, however <a
href="https://issues.apache.org/jira/browse/GORA-86â"><b>work is
planned</b></a>
to use <a href="http://jooq.org">JOOQ</a> as a mechanism for providing SQL
backend support for Gora. </p>
<p>In the deprecated gora-sql-0.1.1-incubating artifact <a
href="htp://www.mysql.com">MySQL</a> and <a
href="http://www.hsqldb.org">HSQLDB</a> are supported.</p>
-<h2 id="goraproperties">gora.properties</h2>
+<h2 id="goraproperties">gora.properties<a class="headerlink"
href="#goraproperties" title="Permanent link">¶</a></h2>
<p>Coming soon</p>
-<h2 id="gora-sql-mappings">Gora SQL mappings</h2>
+<h2 id="gora-sql-mappings">Gora SQL mappings<a class="headerlink"
href="#gora-sql-mappings" title="Permanent link">¶</a></h2>
<p>Coming soon</p>
</div> <!-- /container (main block) -->
Modified: websites/staging/gora/trunk/content/current/index.html
==============================================================================
--- websites/staging/gora/trunk/content/current/index.html (original)
+++ websites/staging/gora/trunk/content/current/index.html Thu Mar 1 16:09:29
2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,9 +153,7 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora Module Overview">
+ <div class="container top-buffer" id="Gora_Gora Module Overview">
<style type="text/css">
/* The following code is added by mdx_elementid.py
Modified: websites/staging/gora/trunk/content/current/overview.html
==============================================================================
--- websites/staging/gora/trunk/content/current/overview.html (original)
+++ websites/staging/gora/trunk/content/current/overview.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,9 +153,7 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora Module Overview">
+ <div class="container top-buffer" id="Gora_Gora Module Overview">
<style type="text/css">
/* The following code is added by mdx_elementid.py
Modified: websites/staging/gora/trunk/content/current/quickstart.html
==============================================================================
--- websites/staging/gora/trunk/content/current/quickstart.html (original)
+++ websites/staging/gora/trunk/content/current/quickstart.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,16 +153,27 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Quick Start">
-
-<h1></h1>
-<h1></h1>
-<h1 id="introduction">Introduction</h1>
+ <div class="container top-buffer" id="Gora_Quick Start">
+
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="_1"><a class="headerlink" href="#_1" title="Permanent
link">¶</a></h1>
+<h1 id="_2"><a class="headerlink" href="#_2" title="Permanent
link">¶</a></h1>
+<h1 id="introduction">Introduction<a class="headerlink" href="#introduction"
title="Permanent link">¶</a></h1>
<p>This is a quick start guide to help you setup the project.</p>
<div class="toc">
<ul>
+<li><a href="#_1"></a></li>
+<li><a href="#_2"></a></li>
<li><a href="#introduction">Introduction</a><ul>
<li><a href="#download">Download</a></li>
<li><a href="#setting-up-your-project">Setting up your project</a></li>
@@ -176,18 +187,18 @@ under the License.
</li>
</ul>
</div>
-<h2 id="download">Download</h2>
+<h2 id="download">Download<a class="headerlink" href="#download"
title="Permanent link">¶</a></h2>
<p>First you need to check out the most stable Gora release through the
official
Apache Gora <a href="../downloads.html">release page</a>.<br />
For those who would like to use a development version Gora or simply wish to
work with the bleeding edge, instructions for how to check out the source
code using svn or git can be found on the <a
href="../version_control.html">version control</a> documentation. </p>
-<h2 id="setting-up-your-project">Setting up your project</h2>
+<h2 id="setting-up-your-project">Setting up your project<a class="headerlink"
href="#setting-up-your-project" title="Permanent link">¶</a></h2>
<p>More recently Gora began using Maven to manage it's dependencies and build
lifecycle.
Stable Gora releases are available on the central maven repository or ivy
repositories
and Gora-SNAPSHOT OSGi bundle artifacts are now pushed to<br />
<a
href="https://repository.apache.org/index.html#nexus-search;quick~gora">Apache
Nexus</a>.</p></p>
-<h2 id="compiling-and-installing-the-project">Compiling and Installing the
project</h2>
+<h2 id="compiling-and-installing-the-project">Compiling and Installing the
project<a class="headerlink" href="#compiling-and-installing-the-project"
title="Permanent link">¶</a></h2>
<p>If you have the source code for Gora, you can install the project using</p>
<div class="codehilite"><pre>$ <span class="n">cd</span> <span
class="n">gora</span>
$ <span class="n">mvn</span> <span class="n">clean</span> <span
class="n">install</span>
@@ -200,7 +211,7 @@ $ <span class="n">mvn</span> <span class
<p>If you want to use Gora as a dependency, you can manage it in a few ways.
</p>
-<h2 id="using-ivy-to-manage-gora">Using ivy to manage Gora</h2>
+<h2 id="using-ivy-to-manage-gora">Using ivy to manage Gora<a
class="headerlink" href="#using-ivy-to-manage-gora" title="Permanent
link">¶</a></h2>
<p>If your project already uses ivy, then you can include gora dependencies
to your ivy by adding the following lines to your ivy.xml file: </p>
<div class="codehilite"><pre> <span class="nt"><dependency</span> <span
class="na">org=</span><span class="s">"org.apache.gora"</span> <span
class="na">name=</span><span class="s">"gora-core"</span> <span
class="na">rev=</span><span class="s">"</span><span
class="cp">${</span><span class="n">version</span><span
class="cp">}</span><span class="s">"</span> <span
class="na">conf=</span><span class="s">"*->compile"</span> <span
class="na">changing=</span><span class="s">"true"</span><span
class="nt">></span>
@@ -233,7 +244,7 @@ source and use the recompiled version.</
<p>This forces Gora to be built locally rather than look for it in other
repositories.</p>
-<h2 id="using-maven-to-manage-gora">Using Maven to manage Gora</h2>
+<h2 id="using-maven-to-manage-gora">Using Maven to manage Gora<a
class="headerlink" href="#using-maven-to-manage-gora" title="Permanent
link">¶</a></h2>
<p>If your project however uses maven, then you can include Gora dependencies
to your project by adding the following lines to your pom.xml file: </p>
<div class="codehilite"><pre><span class="nt"><dependency></span>
@@ -254,7 +265,7 @@ to your project by adding the following
<p>N.B. The ${version} variable should be replaced by the most stable Gora
release.</p>
<p>Again, only add the modules that you will use.</p>
-<h2 id="specifying-gora-snapshot-dependencies">Specifying Gora SNAPSHOT
dependencies</h2>
+<h2 id="specifying-gora-snapshot-dependencies">Specifying Gora SNAPSHOT
dependencies<a class="headerlink" href="#specifying-gora-snapshot-dependencies"
title="Permanent link">¶</a></h2>
<p>If you want to depend on Gora development snapshots, e.g. to get access to
recent bug fixes,
you should add the following to your pom.xml:</p>
<div class="codehilite"><pre><span class="nt"><repository></span>
@@ -270,13 +281,13 @@ you should add the following to your pom
</pre></div>
-<h2 id="managing-gora-jars-manually">Managing Gora Jars Manually</h2>
+<h2 id="managing-gora-jars-manually">Managing Gora Jars Manually<a
class="headerlink" href="#managing-gora-jars-manually" title="Permanent
link">¶</a></h2>
<p>You can include Gora jars manually, if you prefer so. After installing Gora
first and generating the desired artifacts, copy all the jars in
gora-[modulename]/lib/
and gora-[modulename]/target/gora-${modulename}.jar dir's to your desired
location. Finally copy all the jars in gora-core/lib/ since all of the
modules depend on gora-core. </p>
-<h2 id="whats-next">What's Next?</h2>
+<h2 id="whats-next">What's Next?<a class="headerlink" href="#whats-next"
title="Permanent link">¶</a></h2>
<p>After setting up Gora, you might want to check out the documentation.
Most of the current documentation is linked to from the <a
href="./index.html">overview</a>
or is available on the <a
href="https://cwiki.apache.org/confluence/display/GORA/Index">wiki</a>. </p>
Modified: websites/staging/gora/trunk/content/current/tutorial.html
==============================================================================
--- websites/staging/gora/trunk/content/current/tutorial.html (original)
+++ websites/staging/gora/trunk/content/current/tutorial.html Thu Mar 1
16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./../index.html"><img
src="./../resources/img/gora-logo.png" alt="Apache Gora" title="Apache
Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./../downloads.html">Downloads</a></li>
@@ -153,9 +153,7 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora Tutorial">
+ <div class="container top-buffer" id="Gora_Gora Tutorial">
<style type="text/css">
/* The following code is added by mdx_elementid.py
Modified: websites/staging/gora/trunk/content/downloads.html
==============================================================================
--- websites/staging/gora/trunk/content/downloads.html (original)
+++ websites/staging/gora/trunk/content/downloads.html Thu Mar 1 16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./downloads.html">Downloads</a></li>
@@ -153,9 +153,7 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora Releases ">
+ <div class="container top-buffer" id="Gora_Gora Releases ">
<style type="text/css">
/* The following code is added by mdx_elementid.py
Modified: websites/staging/gora/trunk/content/index.html
==============================================================================
--- websites/staging/gora/trunk/content/index.html (original)
+++ websites/staging/gora/trunk/content/index.html Thu Mar 1 16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./downloads.html">Downloads</a></li>
@@ -153,9 +153,7 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Welcome to Apache Gora&trade;">
+ <div class="container top-buffer" id="Gora_Welcome to Apache
Gora&trade;">
<style type="text/css">
/* The following code is added by mdx_elementid.py
Modified: websites/staging/gora/trunk/content/mailing_lists.html
==============================================================================
--- websites/staging/gora/trunk/content/mailing_lists.html (original)
+++ websites/staging/gora/trunk/content/mailing_lists.html Thu Mar 1 16:09:29
2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./downloads.html">Downloads</a></li>
@@ -153,11 +153,20 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Gora Mailing Lists">
+ <div class="container top-buffer" id="Gora_Gora Mailing Lists">
-<h2 id="users">Users</h2>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="users">Users<a class="headerlink" href="#users" title="Permanent
link">¶</a></h2>
<p>If you use Gora, please subscribe to the Gora user mailing list.
The Gora user mailing list addresses are :</p>
<table class="table">
@@ -181,7 +190,7 @@ The Gora user mailing list addresses are
</table>
<p>In order to post to the list, it is necessary to first subscribe to it.</p>
-<h2 id="developers">Developers</h2>
+<h2 id="developers">Developers<a class="headerlink" href="#developers"
title="Permanent link">¶</a></h2>
<p>If you'd like to contribute to Gora, please subscribe to the
Gora developer mailing list.
The Gora developer mailing list addresses are :</p>
@@ -206,7 +215,7 @@ The Gora developer mailing list addresse
</table>
<p>In order to post to the list, it is necessary to first subscribe to it.</p>
-<h2 id="developers-and-committers">Developers and Committers</h2>
+<h2 id="developers-and-committers">Developers and Committers<a
class="headerlink" href="#developers-and-committers" title="Permanent
link">¶</a></h2>
<p>If you'd like to see changes made in Gora's <a
href="/version_control.html">version control system</a>
then please subscribe to the Gora commit's mailing list.
The Gora commit's mailing list is :</p>
Modified: websites/staging/gora/trunk/content/nightly_builds.html
==============================================================================
--- websites/staging/gora/trunk/content/nightly_builds.html (original)
+++ websites/staging/gora/trunk/content/nightly_builds.html Thu Mar 1 16:09:29
2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./downloads.html">Downloads</a></li>
@@ -153,10 +153,19 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Automated Nightly Builds">
+ <div class="container top-buffer" id="Gora_Automated Nightly Builds">
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
<p>We're using the Apache Jenkins build server for continuous builds.</p>
<p><a href="http://builds.apache.org/job/Gora-trunk/">Trunk build</a>
<em> This build is set up to check SVN for updates every 60 mins but also
Modified: websites/staging/gora/trunk/content/related.html
==============================================================================
--- websites/staging/gora/trunk/content/related.html (original)
+++ websites/staging/gora/trunk/content/related.html Thu Mar 1 16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./downloads.html">Downloads</a></li>
@@ -153,10 +153,19 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_Related Projects">
+ <div class="container top-buffer" id="Gora_Related Projects">
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
<p>This is a page dedicated to the plethora of projects used in some way or
another by Gora.
If we have not included your project here, please <a
href="/mailing_lists.html">get in touch</a>.</p>
<ul>
Modified: websites/staging/gora/trunk/content/resources/css/gora.css
==============================================================================
--- websites/staging/gora/trunk/content/resources/css/gora.css (original)
+++ websites/staging/gora/trunk/content/resources/css/gora.css Thu Mar 1
16:09:29 2018
@@ -29,3 +29,10 @@ a {
.row {text-align: center}
+.brand {
+ width: 85px; height: 99px;
+}
+
+.top-buffer {
+ margin-top: 55px;
+}
Modified: websites/staging/gora/trunk/content/roadmap.html
==============================================================================
--- websites/staging/gora/trunk/content/roadmap.html (original)
+++ websites/staging/gora/trunk/content/roadmap.html Thu Mar 1 16:09:29 2018
@@ -93,7 +93,7 @@ under the License.
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"
style="width: 50%; height: 50%;"/></a>
+ <a class="brand" href="./index.html"><img
src="./resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="./downloads.html">Downloads</a></li>
@@ -153,18 +153,27 @@ under the License.
</div> <!-- /navbar-inner -->
</div> <!-- /navbar -->
- <hr>
-
- <div class="container" id="Gora_">
+ <div class="container top-buffer" id="Gora_">
-<h1 id="gora-roadmap-documentation">Gora Roadmap Documentation</h1>
-<h2 id="introduction">Introduction</h2>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="gora-roadmap-documentation">Gora Roadmap Documentation<a
class="headerlink" href="#gora-roadmap-documentation" title="Permanent
link">¶</a></h1>
+<h2 id="introduction">Introduction<a class="headerlink" href="#introduction"
title="Permanent link">¶</a></h2>
<p>This page is a place for all developers to document which issues they are
working on
between release cycles.
Another reference for roadmap-like project information can be found on the <a
href="https://issues.apache.org/jira/browse/GORA/?selectedTab=com.atlassian.jira.jira-projects-plugin:roadmap-panel">Project
Jira</a>.
Please feel free to add your current issues on this page along with a short
commentary on what the benefit will be.</p>
-<h2 id="current-issues">Current Issues</h2>
-<h2 id="planned-issues">Planned Issues</h2>
+<h2 id="current-issues">Current Issues<a class="headerlink"
href="#current-issues" title="Permanent link">¶</a></h2>
+<h2 id="planned-issues">Planned Issues<a class="headerlink"
href="#planned-issues" title="Permanent link">¶</a></h2>
</div> <!-- /container (main block) -->