Author: lewismc
Date: Wed Nov 15 18:16:53 2017
New Revision: 1815348
URL: http://svn.apache.org/viewvc?rev=1815348&view=rev
Log:
Update DOAP and index.html formatting
Modified:
gora/site/trunk/content/current/doap_Gora.rdf
gora/site/trunk/content/index.md
Modified: gora/site/trunk/content/current/doap_Gora.rdf
URL:
http://svn.apache.org/viewvc/gora/site/trunk/content/current/doap_Gora.rdf?rev=1815348&r1=1815347&r2=1815348&view=diff
==============================================================================
--- gora/site/trunk/content/current/doap_Gora.rdf (original)
+++ gora/site/trunk/content/current/doap_Gora.rdf Wed Nov 15 18:16:53 2017
@@ -27,7 +27,10 @@
<name>Apache Gora</name>
<homepage rdf:resource="http://gora.apache.org" />
<asfext:pmc rdf:resource="http://gora.apache.org" />
- <shortdesc>The Apache Gora open source framework provides an in-memory
data model and persistence for big data. Gora supports persisting to column
stores, key value stores, document stores and RDBMSs, and analyzing the data
with extensive Apache Hadoop MapReduce support.</shortdesc>
+ <shortdesc>The Apache Gora open source framework provides an in-memory
data model and
+ persistence for big data. Gora supports persisting to column stores,
key value stores,
+ document stores, distributed in-memory key/value stores, in-memory
data grids, in-memory caches,
+ distributed multi-model stores, and hybrid in-memory
architectures.</shortdesc>
<description>Although there are various excellent ORM frameworks 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 of the
data models in column stores. Gora fills this gap by giving the user an
easy-to-use in-memory data model and persistence for big data framework with
data store specific mappings and built in Apache Hadoop support.</description>
<bug-database rdf:resource="https://issues.apache.org/jira/browse/GORA" />
<mailing-list rdf:resource="http://gora.apache.org/mailing_lists.html" />
Modified: gora/site/trunk/content/index.md
URL:
http://svn.apache.org/viewvc/gora/site/trunk/content/index.md?rev=1815348&r1=1815347&r2=1815348&view=diff
==============================================================================
--- gora/site/trunk/content/index.md (original)
+++ gora/site/trunk/content/index.md Wed Nov 15 18:16:53 2017
@@ -8,17 +8,9 @@ Title: Welcome to Apache Gora™
</div-->
<div class="span10">
<p>The Apache Gora™ open source framework provides an in-memory
data model and
- persistence for big data. Gora supports persisting to</p>
- <ul>
- <li>column stores,</li>
- <li>key value stores,</li>
- <li>document stores,</li>
- <li>distributed in-memory key/value stores,</li>
- <li>in-memory data grids,</li>
- <li>in-memory caches,</li>
- <li>distributed multi-model stores, and</li>
- <li>hybrid in-memory architectures </li>
- </ul>
+ persistence for big data. Gora supports persisting to column stores,
key value stores,
+ document stores, distributed in-memory key/value stores, in-memory
data grids, in-memory caches,
+ distributed multi-model stores, and hybrid in-memory architectures.</p>
<p>Gora also enables analysis of data with extensive Apache Hadoop
MapReduce™
and Apache Spark™ support. Gora uses the [Apache Software License
v2.0](https://www.apache.org/licenses/LICENSE-2.0.html).
Gora graduated from the Apache Incubator in January 2012 to become a
top-level Apache project.