| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| <html> |
| <head> |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
| <meta charset="utf-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| <meta name="author" content="dev@gora.apache.org" /> |
| |
| <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> |
| <meta name="Description" content="Apache Gora -- Welcome to Apache Gora™" /> |
| <meta name="Keywords" content="Apache Gora NoSQL Framework" /> |
| <meta name="Owner" content="dev@gora.apache.org" /> |
| <meta name="Robots" content="index, follow" /> |
| <meta name="Security" content="Public" /> |
| <meta name="Source" content="wiki template" /> |
| <meta |
| name="DC.Rights" |
| content="Copyright 2010-2024, The Apache Software Foundation" |
| /> |
| <link href="/resources/css/bootstrap.min.css" rel="stylesheet" /> |
| <!-- Fav and touch icons --> |
| <link |
| rel="apple-touch-icon-precomposed" |
| sizes="144x144" |
| href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png" |
| /> |
| <link |
| rel="apple-touch-icon-precomposed" |
| sizes="114x114" |
| href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png" |
| /> |
| <link |
| rel="apple-touch-icon-precomposed" |
| sizes="72x72" |
| href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png" |
| /> |
| <link |
| rel="apple-touch-icon-precomposed" |
| href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png" |
| /> |
| <link rel="shortcut icon" href="/resources/img/feather-small.png" /> |
| |
| <title>Apache Gora™ - Welcome to Apache Gora™</title> |
| </head> |
| |
| <body style="padding-top: 100px"> |
| <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg"> |
| <div class="container-fluid"> |
| <a class="navbar-brand" href="/index.html" |
| ><img |
| src="/resources/img/gora-logo.png" |
| alt="Apache Gora" |
| title="Apache Gora" |
| height="50px" |
| /></a> |
| <button |
| class="navbar-toggler" |
| type="button" |
| data-bs-toggle="collapse" |
| data-bs-target="#navbarNav" |
| aria-controls="navbarNav" |
| aria-expanded="false" |
| aria-label="Toggle navigation" |
| > |
| <span class="navbar-toggler-icon"></span> |
| </button> |
| <div class="collapse navbar-collapse" id="navbarNav"> |
| <ul class="navbar-nav me-auto"> |
| <li class="nav-item"> |
| <a class="nav-link" href="/downloads.html">Downloads</a> |
| </li> |
| <li class="nav-item dropdown"> |
| <a |
| class="nav-link dropdown-toggle" |
| href="#" |
| id="navbarDropdown1" |
| role="button" |
| data-bs-toggle="dropdown" |
| aria-expanded="false" |
| >Community</a |
| > |
| <ul class="dropdown-menu" aria-labelledby="navbarDropdown1"> |
| <li> |
| <a |
| class="dropdown-item" |
| href="https://whimsy.apache.org/board/minutes/Gora.html" |
| >Board Reporting</a |
| > |
| </li> |
| <li> |
| <a class="dropdown-item" href="/contribute.html" |
| >Contribute</a |
| > |
| </li> |
| <li> |
| <a class="dropdown-item" href="/mailing_lists.html" |
| >Mailing Lists</a |
| > |
| </li> |
| <li> |
| <a class="dropdown-item" href="/credits.html">People</a> |
| </li> |
| <li> |
| <a class="dropdown-item" href="/related.html" |
| >Related Projects</a |
| > |
| </li> |
| </ul> |
| </li> |
| <li class="nav-item dropdown"> |
| <a |
| class="nav-link dropdown-toggle" |
| href="#" |
| id="navbarDropdown2" |
| role="button" |
| data-bs-toggle="dropdown" |
| aria-expanded="false" |
| >Documentation</a |
| > |
| <ul class="dropdown-menu" aria-labelledby="navbarDropdown2"> |
| <li><a class="dropdown-item" href="/about.html">About</a></li> |
| <li> |
| <a class="dropdown-item" href="/current/index.html" |
| >Current Documentation</a |
| > |
| </li> |
| <li> |
| <a class="dropdown-item" href="/current/api/javadoc.html" |
| >JavaDoc Documentation</a |
| > |
| </li> |
| <li> |
| <a class="dropdown-item" href="/current/tutorial.html" |
| >Gora Tutorial</a |
| > |
| </li> |
| <li> |
| <a |
| class="dropdown-item" |
| href="https://cwiki.apache.org/confluence/display/GORA/" |
| >Gora Wiki</a |
| > |
| </li> |
| </ul> |
| </li> |
| <li class="nav-item dropdown"> |
| <a |
| class="nav-link dropdown-toggle" |
| href="#" |
| id="navbarDropdown3" |
| role="button" |
| data-bs-toggle="dropdown" |
| aria-expanded="false" |
| >Development</a |
| > |
| <ul class="dropdown-menu" aria-labelledby="navbarDropdown3"> |
| <li> |
| <a |
| class="dropdown-item" |
| href="https://issues.apache.org/jira/browse/GORA" |
| >Issue Tracking</a |
| > |
| </li> |
| <li> |
| <a class="dropdown-item" href="/mailing_lists.html" |
| >Mailing Lists</a |
| > |
| </li> |
| <li> |
| <a class="dropdown-item" href="/version_control.html" |
| >Version Control</a |
| > |
| </li> |
| <li> |
| <a class="dropdown-item" href="/roadmap.html">Roadmap</a> |
| </li> |
| </ul> |
| </li> |
| <li class="nav-item dropdown"> |
| <a |
| class="nav-link dropdown-toggle" |
| href="#" |
| id="navbarDropdown4" |
| role="button" |
| data-bs-toggle="dropdown" |
| aria-expanded="false" |
| > |
| <img |
| src="/resources/img/feather-small.png" |
| alt="Apache" |
| title="Apache" |
| /> |
| </a> |
| <ul class="dropdown-menu" aria-labelledby="navbarDropdown4"> |
| <li> |
| <a class="dropdown-item" href="http://www.apache.org" |
| >Apache Home</a |
| > |
| </li> |
| <li> |
| <a |
| class="dropdown-item" |
| href="http://www.apache.org/licenses/" |
| >Apache License</a |
| > |
| </li> |
| <li> |
| <a |
| class="dropdown-item" |
| href="http://www.apache.org/security/" |
| >Security</a |
| > |
| </li> |
| <li> |
| <a |
| class="dropdown-item" |
| href="http://www.apache.org/foundation/sponsorship.html" |
| >Support</a |
| > |
| </li> |
| <li> |
| <a |
| class="dropdown-item" |
| href="http://www.apache.org/foundation/thanks.html" |
| >Thanks</a |
| > |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| </div> |
| </nav> |
| |
| <div class="container top-buffer" id="Gora_Welcome to Apache Gora™"> |
| <h1 id="welcome-to-the-apache-gora-project">Welcome to the Apache Gora project!<a class="headerlink" href="#welcome-to-the-apache-gora-project" title="Permalink">¶</a></h1> |
| <div class="container"> |
| <div class="row"> |
| <!--div class="col-10"> |
| <img src="/resources/img/gora-logo.png" class="img-fluid" /> |
| </div--> |
| <div class="col-10"> |
| <p>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.</p> |
| <p>Gora also enables analysis of data with extensive Apache Hadoop MapReduce™, |
| Apache Spark™, Apache Flink™ and Apache Pig™ support. Gora uses the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License v2.0</a>. |
| Gora graduated from the Apache Incubator in January 2012 to become a top-level Apache project. |
| You can find the Gora DOAP <a href="./current/doap_Gora.rdf">here</a>. |
| </p> |
| </div> |
| </div> |
| </div> |
| <h2 id="news">News<a class="headerlink" href="#news" title="Permalink">¶</a></h2> |
| <div class="accordion" id="goraReleaseAccordion"> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="15081919h"> |
| <button aria-controls="15081919c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#15081919c" data-bs-toggle="collapse" type="button"> |
| 15 August, 2019: Apache Gora 0.9 Release |
| </button> |
| </h2> |
| <div aria-labelledby="15081919h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="15081919c"> |
| <div class="accordion-body"> |
| <p>The Apache Gora Release management team is pleased to announce the immediate availability of |
| Apache Gora 0.9.</p> |
| <p>This release addresses 48 issues, for a breakdown please see the <a href="https://s.apache.org/0.9GoraReleaseNotes">release report</a>. |
| Drop by our mailing lists and ask questions for information on any of the above.</p> |
| <p>Gora 0.9 provides support for the following projects:</p> |
| <ul> |
| <li><a href="http://avro.apache.org">Apache Avro</a> 1.8.2</li> |
| <li><a href="http://hbase.apache.org">Apache HBase</a> 2.1.1</li> |
| <li><a href="http://cassandra.apache.org">Apache Cassandra</a> 3.11.0 (Datastax Java Driver 3.3.0)</li> |
| <li><a href="http://lucene.apache.org/solr">Apache Solr</a> 8.0.0</li> |
| <li><a href="http://lucene.apache.org/core/">Apache Lucene</a> 8.0.0</li> |
| <li><a href="http://mongodb.com">MongoDB</a> (Mongo Java Driver) 3.5.0</li> |
| <li><a href="http://accumulo.apache.org">Apache Accumulo</a> 1.7.1</li> |
| <li><a href="http://couchdb.apache.org">Apache CouchDB</a> 1.4.2</li> |
| <li><a href="https://aws.amazon.com/dynamodb/">Amazon DynamoDB</a> (Amazon Java SDK) 1.10.55</li> |
| <li><a href="http://infinispan.org/">Infinispan</a> 7.2.5.Final</li> |
| <li><a href="https://www.jcp.org/en/jsr/detail?id=107">JCache</a> 1.0.0 with JCache provider <a href="https://hazelcast.com/">Hazelcast</a> 3.6.4</li> |
| <li><a href="http://orientdb.com/orientdb/">OrientDB</a> 2.2.22</li> |
| <li><a href="http://www.aerospike.com/">Aerospike</a> 4.2.2</li> |
| <li><a href="https://ignite.apache.org/">Apache Ignite</a> 2.6.0</li> |
| <li><a href="https://pig.apache.org/">Apache Pig</a> 0.16.0</li> |
| <li><a href="https://flink.apache.org/">Apache Flink</a> 1.6.2</li> |
| <li><a href="http://hadoop.apache.org">Apache Hadoop</a> 2.5.2</li> |
| <li><a href="http://spark.apache.org">Apache Spark</a> 2.2.1</li> |
| <li><a href="http://testcontainers.viewdocs.io/testcontainers-java/">Test containers</a> 1.4.2</li> |
| </ul> |
| <p>Gora is released as both source code downloads for which can be found at |
| our <a href="http://gora.apache.org/downloads.html">downloads page</a>, as well as Maven artifacts which can be found on |
| <a href="https://s.apache.org/0.9GoraMavenArtifacts">Maven central</a>.</p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="200917h"> |
| <button aria-controls="200917c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#200917c" data-bs-toggle="collapse" type="button"> |
| 20 September, 2017: Apache Gora 0.8 Release |
| </button> |
| </h2> |
| <div aria-labelledby="200917h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="200917c"> |
| <div class="accordion-body"> |
| <p>The Apache Gora team are pleased to announce the immediate availability of |
| Apache Gora 0.8.</p> |
| <p>This release addresses 35 issues, for a breakdown please see the <a href="https://s.apache.org/3YdY">release report</a>. |
| Drop by our mailing lists and ask questions for information on any of the above.</p> |
| <p>Gora 0.8 provides support for the following projects:</p> |
| <ul> |
| <li><a href="http://avro.apache.org">Apache Avro</a> 1.8.1</li> |
| <li><a href="http://hadoop.apache.org">Apache Hadoop</a> 2.5.2</li> |
| <li><a href="http://hbase.apache.org">Apache HBase</a> 1.2.3</li> |
| <li><a href="http://cassandra.apache.org">Apache Cassandra</a> 3.11.0 (Datastax Java Driver 3.3.0)</li> |
| <li><a href="http://lucene.apache.org/solr">Apache Solr</a> 6.5.1</li> |
| <li><a href="http://mongodb.com">MongoDB</a> (driver) 3.5.0</li> |
| <li><a href="http://accumulo.apache.org">Apache Accumulo</a> 1.7.1</li> |
| <li><a href="http://spark.apache.org">Apache Spark</a> 1.4.1</li> |
| <li><a href="http://couchdb.apache.org">Apache CouchDB</a> 1.4.2 (<a href="http://testcontainers.viewdocs.io/testcontainers-java/">test containers</a> 1.1.0)</li> |
| <li><a href="https://aws.amazon.com/dynamodb/">Amazon DynamoDB</a> (driver) 1.10.55</li> |
| <li><a href="http://infinispan.org/">Infinispan</a> 7.2.5.Final</li> |
| <li><a href="https://www.jcp.org/en/jsr/detail?id=107">JCache</a> 1.0.0 with <a href="https://hazelcast.com/">Hazelcast</a> 3.6.4 support.</li> |
| <li><a href="http://orientdb.com/orientdb/">OrientDB</a> 2.2.22</li> |
| <li><a href="http://www.aerospike.com/">Aerospike</a> 4.0.6</li> |
| </ul> |
| <p>Gora is released as both source code downloads for which can be found at |
| our <a href="http://gora.apache.org/downloads.html">downloads page</a>, as well as Maven artifacts which can be found on |
| <a href="http://search.maven.org/#search|ga|1|gora">Maven central</a>.</p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="230317h"> |
| <button aria-controls="230317c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#230317c" data-bs-toggle="collapse" type="button"> |
| 23 March, 2017: Apache Gora 0.7 Release |
| </button> |
| </h2> |
| <div aria-labelledby="230317h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="230317c"> |
| <div class="accordion-body"> |
| <p>The Apache Gora team are pleased to announce the immediate availability of |
| Apache Gora 0.7.</p> |
| <p>This release addresses 80 issues, for a breakdown please see the <a href="https://s.apache.org/YrmC">release report</a>. |
| Drop by our mailing lists and ask questions for information on any of the above.</p> |
| <p>Gora 0.7 provides support for the following projects:</p> |
| <ul> |
| <li><a href="http://avro.apache.org">Apache Avro</a> 1.8.1</li> |
| <li><a href="http://hadoop.apache.org">Apache Hadoop</a> 2.5.2</li> |
| <li><a href="http://hbase.apache.org">Apache HBase</a> 1.2.3</li> |
| <li><a href="http://cassandra.apache.org">Apache Cassandra</a> 2.0.2</li> |
| <li><a href="http://lucene.apache.org/solr">Apache Solr</a> 5.5.1</li> |
| <li><a href="http://mongodb.com">MongoDB</a> (driver) 3.4.2</li> |
| <li><a href="http://accumulo.apache.org">Apache Accumulo</a> 1.7.1</li> |
| <li><a href="http://spark.apache.org">Apache Spark</a> 1.4.1</li> |
| <li><a href="http://couchdb.apache.org">Apache CouchDB</a> 1.4.2 (<a href="http://testcontainers.viewdocs.io/testcontainers-java/">test containers</a> 1.1.0)</li> |
| <li><a href="https://aws.amazon.com/dynamodb/">Amazon DynamoDB</a> (driver) 1.10.55</li> |
| <li><a href="http://infinispan.org/">Infinispan</a> 7.2.5.Final</li> |
| <li><a href="https://www.jcp.org/en/jsr/detail?id=107">JCache</a> 1.0.0 with <a href="https://hazelcast.com/">Hazelcast</a> 3.6.4 support</li> |
| </ul> |
| <p>Gora is released as both source code, downloads for which can be found at |
| our <a href="http://gora.apache.org/downloads.html">downloads page</a>, as well as Maven artifacts which can be found on |
| <a href="http://search.maven.org/#search|ga|1|gora">Maven central</a>.</p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="140915h"> |
| <button aria-controls="140915c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#140915c" data-bs-toggle="collapse" type="button"> |
| 14 September, 2015: Apache Gora 0.6.1 Release |
| </button> |
| </h2> |
| <div aria-labelledby="140915h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="140915c"> |
| <div class="accordion-body"> |
| <p>The Apache Gora team are pleased to announce the immediate availability of |
| Apache Gora 0.6.1.</p> |
| <p>This release addresses a modest <a href="http://s.apache.org/l69">21 issues</a> with many |
| improvements and bug fixes for the <a href="http://gora.apache.org/current/gora-mongodb.html">gora-mongodb</a> module, |
| resolution of a major bug whilst flushing data to Apache Solr, a <a href="https://issues.apache.org/jira/browse/GORA-330">gora-gradle plugin</a> |
| and our <a href="https://issues.apache.org/jira/browse/GORA-386">Gora Spark backend support</a>. |
| Drop by our mailing lists and ask questions for information on any of the above.</p> |
| <p>We provide Gora support for the following projects:</p> |
| <ul> |
| <li>Apache Avro 1.7.6</li> |
| <li>Apache Hadoop 1.2.1 and 2.5.2</li> |
| <li>Apache HBase 0.98.8-hadoop2 (although also tested with 1.X)</li> |
| <li>Apache Cassandra 2.0.2</li> |
| <li>Apache Solr 4.10.3</li> |
| <li>MongoDB 2.6.X</li> |
| <li>Apache Accumlo 1.5.1</li> |
| <li>Apache Spark 1.4.1</li> |
| </ul> |
| <p>Gora is released as both source code, downloads for which can be found at |
| our <a href="http://gora.apache.org/downloads.html">downloads page</a> as well as Maven artifacts which can be found on |
| <a href="http://search.maven.org/#search|ga|1|gora">Maven central</a>.</p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="190215h"> |
| <button aria-controls="190215c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#190215c" data-bs-toggle="collapse" type="button"> |
| 19 February, 2015: Apache Gora 0.6 Release |
| </button> |
| </h2> |
| <div aria-labelledby="190215h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="190215c"> |
| <div class="accordion-body"> |
| <p>The Apache Gora team are pleased to announce the immediate availability of |
| Apache Gora 0.6.</p> |
| <p>This release addresses a modest <a href="http://s.apache.org/gora-0.6">47 issues</a> with some being |
| major improvements, new functionality and dependency upgrades. Most notably the release |
| involves key upgrades to Hadoop, HBase and Solr dependencies as well as some |
| extremely important bug fixes for the MongoDB module.</p> |
| <p>Suggested Gora database support is as follows:</p> |
| <ul> |
| <li>Apache Avro 1.7.6</li> |
| <li>Apache Hadoop 1.2.1 and 2.5.2</li> |
| <li>Apache HBase 0.98.8-hadoop2</li> |
| <li>Apache Cassandra 2.0.2</li> |
| <li>Apache Solr 4.10.3</li> |
| <li>MongoDB 2.6.X</li> |
| <li>Apache Accumulo 1.5.1</li> |
| </ul> |
| <p>Gora is released as both source code, downloads for which can be found at |
| our <a href="http://gora.apache.org/downloads.html">downloads page</a> as well as Maven artifacts which can be found on |
| <a href="http://search.maven.org/#search|ga|1|gora">Maven central</a>.</p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="080115h"> |
| <button aria-controls="080115c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#080115c" data-bs-toggle="collapse" type="button"> |
| 8 January, 2015: Gora upgrades to Hadoop 2.5.X and HBase 0.98.X |
| </button> |
| </h2> |
| <div aria-labelledby="080115h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="080115c"> |
| <div class="accordion-body"> |
| <p>Today our Jira issue <a href="https://issues.apache.org/jira/browse/GORA-375">GORA-375</a> was resolved |
| with the result that the Gora community can now upgrade their systems to operate on Hadoop 2.X |
| and HBase 0.98.</p> |
| <p>Specifically the versions which we recommend are as follows:</p> |
| <ul> |
| <li>Apache Hadoop 2.5.2</li> |
| <li>Apache HBase 0.98.8-hadoop2</li> |
| </ul> |
| <p>Best efforts have also been made to retain backwards compatibility for Hadoop 1.X users, |
| therefore we have upgraded to, and still support Hadoop 1.2.1 via the addition of our |
| Shim layers. For further details on our Shim layers and pluggable Hadoop support please |
| see Jira issue <a href="https://issues.apache.org/jira/browse/GORA-375">GORA-346</a>. Additional |
| documentation for the use of Shim layers within Gora will soon be documented and linked to |
| from our <a href="http://gora.apache.org/current/index.html#gora-modules">current documentation</a>.</p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="200914h"> |
| <button aria-controls="200914c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#200914c" data-bs-toggle="collapse" type="button"> |
| 20 September, 2014: Apache Gora 0.5 Release |
| </button> |
| </h2> |
| <div aria-labelledby="200914h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="200914c"> |
| <div class="accordion-body"> |
| <p>The Apache Gora team are pleased to announce the immediate availability of |
| Apache Gora 0.5.</p> |
| <p>This release addresses no fewer than <a href="http://s.apache.org/0.5report">44 issues</a> with many being |
| improvements and new functionality. Most notably the release includes the |
| addition of a new module for MongoDB, Shim functionality to support |
| multiple Hadoop versions, improved authentication for Accumulo, better |
| documentation for many modules, and pluggable solrj implementations |
| supporting a default value of http for HttpSolrServer.</p> |
| <p>Suggested Gora database support is as follows:</p> |
| <ul> |
| <li>Apache Avro 1.7.6</li> |
| <li>Apache Hadoop 1.0.1 and 2.4.0</li> |
| <li>Apache HBase 0.94.14</li> |
| <li>Apache Cassandra 2.0.2</li> |
| <li>Apache Solr 4.8.1</li> |
| <li>MongoDB 2.6</li> |
| <li>Apache Accumulo 1.5.1</li> |
| </ul> |
| <p>Gora is released as both source code, downloads for which can be found at |
| our <a href="http://gora.apache.org/downloads.html">downloads page</a> as well as Maven artifacts which can be found on |
| <a href="http://search.maven.org/#search|ga|1|gora">Maven central</a>.</p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="010714h"> |
| <button aria-controls="010714c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#010714c" data-bs-toggle="collapse" type="button"> |
| 01 July, 2014: Apache Gora joins the <a href="http://www.darpa.mil/opencatalog/">DARPA Open Catalog</a> |
| </button> |
| </h2> |
| <div aria-labelledby="010714h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="010714c"> |
| <div class="accordion-body"> |
| <img alt="Open Catalog Logo" src="http://www.darpa.mil/opencatalog/Open-Catalog-Single-Big.png"/> |
| <p>Gora now features within the Defense Advanced Research Projects Agency (DARPA) Open Catalog |
| as part of ongoing participation in the <a href="http://www.darpa.mil/opencatalog/XDATA.html">XDATA Program</a>.</p> |
| <p>XDATA is developing an open source software library for big data to help overcome the |
| challenges of effectively scaling to modern data volume and characteristics. The |
| program is developing the tools and techniques to process and analyze large sets of |
| imperfect, incomplete data. Its programs and publications focus on the areas of |
| analytics, visualization, and infrastructure to efficiently fuse, analyze and |
| disseminate these large volumes of data.</p> |
| <p>Gora is being used by the <a href="http://jpl.nasa.gov">Jet Propulsion Laboratory</a> team to execute |
| <a href="http://en.wikipedia.org/wiki/Extract,_transform,_load">extract-transform-load</a>-type tasks |
| for mapping and integration of source heterogeneous data to and from target NoSQL solutions.</p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="040614h"> |
| <button aria-controls="040614c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#040614c" data-bs-toggle="collapse" type="button"> |
| 04 June, 2014: Apache Gora now supports <a href="http://www.mongodb.org/">MongoDB</a> |
| </button> |
| </h2> |
| <div aria-labelledby="040614h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="040614c"> |
| <div class="accordion-body"> |
| <img alt="MongoDB Logo" src="http://engineering.linkedin.com/sites/default/files/mongodb-logo.png"/> |
| <p>The Gora community is proud to announce support for MongoDB amongst our growing datastore |
| support arsenal. MongoDB is an open-source document database, and the leading NoSQL database. Written in C++, MongoDB features:</p> |
| <ul> |
| <li>Document-Oriented Storage</li> |
| <li>Full Index Support</li> |
| <li>Replication & High Availability</li> |
| <li>Auto-Sharding</li> |
| <li>Querying</li> |
| <li>Fast In-Place Updates</li> |
| <li>MapReduce</li> |
| <li>GridFS</li> |
| </ul> |
| <p>The current supported version of MongoDB is 2.6 with client version support at 2.12.2.</p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="290514h"> |
| <button aria-controls="290514c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#290514c" data-bs-toggle="collapse" type="button"> |
| 29 May, 2014: Apache Gora now implemented as <a href="http://camel.apache.org">Apache Camel</a> Component |
| </button> |
| </h2> |
| <div aria-labelledby="290514h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="290514c"> |
| <div class="accordion-body"> |
| <img alt="Apache Camel Logo" src="http://camel.apache.org/images/apache-camel-100h.png"/> |
| <p>We recently heard some excellent news that Gora is now implemented as a |
| <a href="https://fisheye6.atlassian.com/browse/camel-git/components/camel-gora">Camel Component</a> within Camel trunk.</p> |
| <p>Apache Camel is a rule-based routing and mediation engine which provides a Java object based implementation of |
| the Enterprise Integration Patterns using an API (or declarative Java Domain Specific Language) to configure |
| routing and mediation rules.</p> |
| <p>You can use this module with the following Maven configuration:</p> |
| <pre> |
| <dependency> |
| <groupId>org.apache.camel</groupId> |
| <artifactId>camel-gora</artifactId> |
| <version>x.x.x</version> |
| <!-- use the same version as your Camel core version --> |
| </dependency> |
| </pre> |
| <p>You can find more information on the history of the development on the relevant <a href="https://issues.apache.org/jira/browse/CAMEL-4817">Jira ticket</a>. |
| You can also view the <a href="./current/gora-camel.html">gora-camel</a> documentation.</p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="190514h"> |
| <button aria-controls="190514c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#190514c" data-bs-toggle="collapse" type="button"> |
| 19 May, 2014: Apache Gora at <a href="http://www.meetup.com/HBase-London/events/179791252/">HBase London Meetup</a> |
| </button> |
| </h2> |
| <div aria-labelledby="190514h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="190514c"> |
| <div class="accordion-body"> |
| <img alt="HBase London Meetup" src="http://hbase.apache.org/images/hbase_logo.png"/> |
| <p>Keeping in trend with our continual drive to build the Gora community, Gora is featuring |
| in this month's <a href="http://www.meetup.com/HBase-London/events/179791252/">HBase London Meetup</a>.</p> |
| <p>The meetup is focused on <a href="https://blogs.apache.org/hbase/entry/data_types_schema">data types in HBASE</a> c.f. <a href="https://issues.apache.org/jira/browse/HBASE-8693">HBASE-8693</a> |
| <a href="https://issues.apache.org/jira/browse/HBASE-8089">HBASE-8089</a> with the second half of the meetup |
| being dedicated to discussion and presentation on where Gora/gora-hbase fits in the mix!</p> |
| <iframe allowfullscreen="" frameborder="0" height="400" mozallowfullscreen="" src="http://prezi.com/embed/qox1rakc7ftu/?bgcolor=ffffff&lock_to_path=0&autoplay=0&autohide_ctrls=0&features=undefined&disabled_features=undefined" webkitallowfullscreen="" width="550"></iframe> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="060514h"> |
| <button aria-controls="060514c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#060514c" data-bs-toggle="collapse" type="button"> |
| 06 May, 2014: Apache Gora Features in <a href="http://osdelivers.blackducksoftware.com/">Black Duck Software's</a> <a href="http://osdelivers.blackducksoftware.com/2014/05/06/what-does-it-really-take-to-build-a-community-around-code/">Open Source Delivers Blog</a> |
| </button> |
| </h2> |
| <div aria-labelledby="060514h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="060514c"> |
| <div class="accordion-body"> |
| <img alt="Open Source Delivers" src="http://osdelivers.blackducksoftware.com/wp-content/uploads/2011/06/OSD_logo.png"/> |
| <p>Gora has become the first Apache project to feature on Black Duck Software's Open Source |
| Blog with an article titled <a href="http://osdelivers.blackducksoftware.com/2014/05/06/what-does-it-really-take-to-build-a-community-around-code/">What does it really take to build a community around code?</a>.</p> |
| <p>The article focuses on Gora's journey through the <a href="http://incubator.apache.org">Apache Incubator</a> and tells the story of how the community |
| has evolved and grown over time and software releases.</p> |
| <p>A huge thank you goes to our friends at Black Duck Software for reviewing and publishing |
| our story.</p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="240414h"> |
| <button aria-controls="240414c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#240414c" data-bs-toggle="collapse" type="button"> |
| 24 April, 2014: Apache Gora 0.4 Released |
| </button> |
| </h2> |
| <div aria-labelledby="240414h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="240414c"> |
| <div class="accordion-body"> |
| <p>The Apache Gora team are proud to announce the release of Gora 0.4. |
| This release addresses no fewer than 60 issues. Major improvements within |
| the release scope comprise a complete upgrade to Apache Avro 1.7.X and |
| overhaul of the Gora persistency API (such improvements enable Gora to be |
| used to map much more expressive and complicated data structures than |
| previously available), upgrades to Apache HBase 0.94.13, Apache Cassandra |
| 2.0.X and Apache Accumulo 1.5.X. |
| Users can also benefit from using Gora + Solr for object-to-datastore |
| mapping with the addition of the new Solr module which uses Solr 4.X. |
| A full list of changes in this release can be seen in |
| <a href="http://www.apache.org/dist/gora/0.4/CHANGES.txt">0.4-CHANGES.txt</a>. |
| You can grab the maven release artifacts from |
| <a href="http://repo1.maven.org/maven2/org/apache/gora/">Maven Central</a> |
| and can also get the Gora sources from our <a href="/downloads.html">downloads page</a>.</p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="140414h"> |
| <button aria-controls="140414c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#140414c" data-bs-toggle="collapse" type="button"> |
| 14th April, 2014: Gora adopted by <a href="http://giraph.apache.org">Apache Giraph</a> |
| </button> |
| </h2> |
| <div aria-labelledby="140414h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="140414c"> |
| <div class="accordion-body"> |
| <img alt="Apache Giraph" height="200" src="http://giraph.apache.org/images/ApacheGiraph.svg" width="200"/> |
| <p>After a successful <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2013">Google Summer of Code 2013</a> |
| project, Gora has been adopted as a core persistence abstraction for the popular graph processing |
| library in use at companies such as Facebook, Twitter, Linkedin and many more.</p> |
| <p>The integration of these two awesome Apache projects has as main motivation the |
| possibility of turning Gora-supported-NoSQL data stores into Giraph-processable graphs, |
| and to provide Giraph the ability to store its results into different data stores, |
| letting users focus on the processing itself. For more information please see the |
| <a href="https://giraph.apache.org/gora.html">Giraph-Gora documentation</a>.</p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="070414h"> |
| <button aria-controls="070414c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#070414c" data-bs-toggle="collapse" type="button"> |
| 7th - 10th April, 2014: Apache Gora at <a href="http://events.linuxfoundation.org/events/apachecon-north-america">ApacheCon NA 2014</a> |
| </button> |
| </h2> |
| <div aria-labelledby="070414h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="070414c"> |
| <div class="accordion-body"> |
| <p>A number of the Gora team were at ApacheCon this year spreading the word about the project and |
| presenting on several topics. This included Renato's presentation on |
| <a href="http://sched.co/1bsMgqm">Turning NoSQL data into Graphs - Playing with Apache Giraph and Apache Gora</a> |
| and Lewis' presentation on <a href="http://sched.co/1bsM9es">Deploying Apache Gora as a Query Broker</a>.</p> |
| <p>Please see below for the presentation slides and audio.</p> |
| <iframe allowfullscreen="" frameborder="0" height="400" marginheight="0" marginwidth="0" scrolling="no" src="http://www.slideshare.net/slideshow/embed_code/33495268" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px; max-width: 100%;" width="550"> </iframe> |
| <iframe allowfullscreen="" frameborder="0" height="400" mozallowfullscreen="" src="http://prezi.com/embed/cgdekhla4evl/?bgcolor=ffffff&lock_to_path=0&autoplay=0&autohide_ctrls=0&features=undefined&disabled_features=undefined" webkitallowfullscreen="" width="550"></iframe> |
| <iframe allowfullscreen="" frameborder="0" height="400" src="//www.youtube.com/embed/06PjlHJ2srY" width="550"></iframe> |
| <iframe allowfullscreen="" frameborder="0" height="400" src="//www.youtube.com/embed/DRlfSbSfVC4" width="550"></iframe> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="161213h"> |
| <button aria-controls="161213c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#161213c" data-bs-toggle="collapse" type="button"> |
| 16 December, 2013: Apache Gora at Dublin NoSQL Meetup |
| </button> |
| </h2> |
| <div aria-labelledby="161213h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="161213c"> |
| <div class="accordion-body"> |
| <p> |
| <a href="http://tcubedublin.com/events/dublin-nosql-meetup-apache-gora-and-the-oracle-nosql-database-customize/" title="TCube"> |
| <img alt="TCube Logo" class="float-right" src="./resources/img/tcube.jpeg"> |
| </img></a> |
| <br/> |
| To further promote this years GSoC project, this years student (Apostolos Giannakidis) and mentor |
| (Lewis McGibbney) will present <b>Apache Gora and the Oracle NoSQL database</b> |
| at <a href="http://tcubedublin.com/">TCube</a> in the beautiful |
| city of Dublin. To say we are looking forward to this one may possibly be the |
| understatement of 2013. Looking forward to seeing some familiar faces and new ones as we |
| continue to promote Gora to the masses. Please see slides and video links below |
| enjoy!<br/> |
| <iframe frameborder="0" height="400" src="http://prezi.com/embed/b5_vabnmelmy/?bgcolor=ffffff&lock_to_path=0&autoplay=0&autohide_ctrls=0&features=undefined&disabled_features=undefined" width="550"></iframe> |
| <iframe frameborder="0" height="400" src="http://prezi.com/embed/tzkpitqbwvah/?bgcolor=ffffff&lock_to_path=0&autoplay=0&autohide_ctrls=0&features=undefined&disabled_features=undefined" width="550"></iframe> |
| <iframe frameborder="0" height="400" src="http://prezi.com/embed/pijlrsp3jzqx/?bgcolor=ffffff&lock_to_path=0&autoplay=0&autohide_ctrls=0&features=undefined&disabled_features=undefined" width="550"></iframe> |
| </p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="250913h"> |
| <button aria-controls="250913c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#250913c" data-bs-toggle="collapse" type="button"> |
| 25 September 2013: Apache Gora successfully participates in Google Summer of Code 2013 |
| </button> |
| </h2> |
| <div aria-labelledby="250913h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="250913c"> |
| <div class="accordion-body"> |
| <p> |
| <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2013" title="GSoC2013"> |
| <img alt="GSoC2013 Logo" class="float-right" src="./resources/img/gsoc2013.jpg"> |
| </img></a> |
| <br>The jury has been out, the results are in and we are extremely proud to announce that the |
| <a href="https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2013/apgiannakidis/1"> |
| <b>Apache Gora support for Oracle NoSQL datastore</b></a> project has come out on top in this years |
| <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2013">Google Summer of Code 2013</a>. |
| Another long, hard summers worth of work has resulted in another successful project and code contribution, again extending |
| datastore support within Apache Gora. A huge congratulations to this years student Apostolos Giannakidis for his work over |
| the summer, as a community we look forward to your continued presence within the project and beyond.<br/> |
| Adding to the success of this project, the bloggershpere has been endorsing and promoting the project wholeheartedly. |
| On <a href="http://www.giannakidis.info/">his own website</a>, Apostolos has made various posts documenting |
| and sharing his experiences through the summer. <a href="http://blog.corbinian.com/node/89">Corbinian, Inc.</a> have also been talking about the project. |
| Additionally Apostolos was recognized by the <a href="http://www.cs.bham.ac.uk/sys/news/content/2013/06/17/student-project-accepted-in-google-summer-of-code/">University of Birmingham</a> |
| where he obtained his masters degree in Computer Science. Finally, the project featured as part of a Veteran Organization |
| post on <a href="http://google-opensource.blogspot.co.uk/2013/10/google-summer-of-code-veteran-orgs.html">Google's Open Source Blog</a>.<br/> |
| For links to more documentation and even more blog posts covering this project, as well as the <a href="https://issues.apache.org/jira/secure/attachment/12604408/GSoC2013_Final_Project_Report.pdf"><b>final report</b></a>, |
| please see the GORA-217 issue on our <a href="https://issues.apache.org/jira/browse/GORA-217">issue tracker</a>.<br/> |
| </br></p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="190613h"> |
| <button aria-controls="190613c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#190613c" data-bs-toggle="collapse" type="button"> |
| 19 June, 2013: Apache Gora Features in HadoopShere |
| </button> |
| </h2> |
| <div aria-labelledby="190613h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="190613c"> |
| <div class="accordion-body"> |
| <p> |
| <a href="http://www.hadoopsphere.com/" title="HadoopShere"> |
| <img alt="HadoopSphere Logo" class="float-right" src="./resources/img/hadoopsphere.png"> |
| </img></a> |
| <br/>Gora recently featured a two-part guest post in <a href="http://www.hadoopsphere.com/">HadoopSphere</a>. |
| The first post, entitled <a href="http://www.hadoopsphere.com/2013/06/in-memory-data-model-with-apache-gora.html">In memory data model with Apache Gora</a> |
| simply introduces Gora to the HadoopSphere reader base. The second post, entitled <a href="http://www.hadoopsphere.com/2013/06/amazon-dynamodb-datastore-for-gora.html">Amazon DynamoDB datastore for Gora</a> |
| brings the 0.3 release to the forefront of attention, focusing on important improvements within Gora 0.3 and of course the DynamoDB datastore |
| which hails as the keynote of the 0.3 release. <b>Happy Reading!!!</b>. |
| </p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="080613h"> |
| <button aria-controls="080613c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#080613c" data-bs-toggle="collapse" type="button"> |
| 08 June, 2013: Apache Gora at CassandraSummit 2013 |
| </button> |
| </h2> |
| <div aria-labelledby="080613h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="080613c"> |
| <div class="accordion-body"> |
| <p> |
| <a href="http://www.datastax.com/company/news-and-events/events/cassandrasummit2013" title="CassandraSummit 2013"> |
| <img alt="CassandraSummit Logo" class="float-right" src="http://s.apache.org/Jt6"> |
| </img></a> |
| <br/> |
| <a href="http://www.datastax.com/company/news-and-events/events/cassandrasummit2013">C* Summit</a> is the premier global conference for the Apache Cassandra |
| community and yee ha, Gora is going along for the ride. Renato and Lewis are |
| presenting <b>Taking Bytes from Cassandra Clients</b>; a technical discussion |
| and overview of current development on implementing a pluggable |
| Cassandra client infrastructure (<a href="https://github.com/hector-client/hector">Hector-client</a>, |
| <a href="https://github.com/datastax/java-driver">Datastax java-driver, <a href="https://github.com/Netflix/astyanax/wiki">Netflix Astyanax</a>, |
| <a href="https://github.com/zznate/intravert-ug">intravert-ug</a>, etc) adapted specifically for the gora-cassandra module. |
| The presentation kicks off at 3:30-4:30pm in Track 4 in the Marina Room |
| Conference Center. Check out the full <a href="http://www.datastax.com/company/news-and-events/events/cassandrasummit2013#schedule">schedule</a> |
| for a taste of whats going on. You can follow the news on <a href="https://twitter.com/search?q=%23Cassandra13&src=hashhashtag">#Cassandra13</a>. |
| See the slides and video below. |
| <iframe frameborder="0" height="400" src="http://prezi.com/embed/u6qlkcdb6vbs/?bgcolor=ffffff&lock_to_path=0&autoplay=0&autohide_ctrls=0&features=undefined&disabled_features=undefined" width="550"></iframe> |
| <iframe allowfullscreen="" frameborder="0" height="400" src="//www.youtube.com/embed/Ps-j4aro99U" width="550"></iframe> |
| </a></p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="080513h"> |
| <button aria-controls="080513c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#080513c" data-bs-toggle="collapse" type="button"> |
| 8 May, 2013: Apache Gora 0.3 Released |
| </button> |
| </h2> |
| <div aria-labelledby="080513h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="080513c"> |
| <div class="accordion-body"> |
| <p>The Apache Gora team are proud to announce the release of Gora 0.3. |
| This point release offers users significant improvements to a number of modules |
| including a number of bug fixes, however of significant interest to the |
| DynamoDB community will be the addition of a gora-dynamodb datastore for |
| mapping and persisting objects to Amazon's DynamoDB [0]. Additionally the |
| release includes various improvements to the gora-core and gora-cassandra |
| modules as well as a new Web |
| Services API implementation which enables users to extend Gora to any cloud |
| storage platform. A full list of changes in this release can be seen in |
| <a href="http://www.apache.org/dist/gora/0.3/CHANGES.txt">0.3-CHANGES.txt</a>. |
| You can grab the maven release artifacts from |
| <a href="http://repo1.maven.org/maven2/org/apache/gora/">Maven Central</a> |
| and can also get the Gora sources from our [downloads page](/downloads.html). |
| </p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="120912h"> |
| <button aria-controls="120912c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#120912c" data-bs-toggle="collapse" type="button"> |
| 12 September, 2012: Apache Gora at ApacheCon EU 2012 |
| </button> |
| </h2> |
| <div aria-labelledby="120912h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="120912c"> |
| <div class="accordion-body"> |
| <p> |
| <a href="http://www.apachecon.eu/" title="ApacheCon EU 2012"> |
| <img alt="ApacheCon Logo" class="float-right" src="http://www.apache.org/events/logos-banners/ApacheCon-2012-Europe/EU_speaker_wide_25.png"> |
| </img></a> |
| <br/>After an absence of several years, the <a href="http://apache.org/"><b>Apache Software Foundation</b></a> is pleased to announce that <a href="http://apachecon.com/"><b>ApacheCon</b></a> is returning to Europe in 2012! <a href="http://www.apachecon.eu/"><b>ApacheCon EU Community Edition 2012</b></a> will be held between the 5th and 8th of November, at the Rhein-Neckar-Arena in Sinsheim, Germany... and guess what? Gora is coming along for the ride! The <a href="http://www.apachecon.eu/proposals/91/">proposal</a> entitled <i><b>From Incubation to Continuous Ingestion - The Story of Apache Gora</b></i> has been included in the <a href="http://www.apachecon.eu/tracks/#big-data"><b>Big Data</b></a> track. We look forward to seeing you in November in Germany. |
| </p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="240812h"> |
| <button aria-controls="240812c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#240812c" data-bs-toggle="collapse" type="button"> |
| 24 August, 2012: Apache Gora successfully participates in Google Summer of Code 2012 |
| </button> |
| </h2> |
| <div aria-labelledby="240812h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="240812c"> |
| <div class="accordion-body"> |
| <p> |
| <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2012" title="GSoC2012"> |
| <img alt="GSoC2012 Logo" class="float-right" src="./resources/img/gsoc2012.jpg"> |
| </img></a><br/> |
| The jury has been out, the results are in and we are extremely proud to announce that the <a href="https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2012/renato2099/1"><b>Gora - Amazon DynamoDB datastore for Gora</b></a> project has come out on top in this years <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2012">Google Summer of Code</a>. We can now bear the fruits of success in this years program as it marks a first for Gora and will surely reap long term benefits for the community as a whole. A huge congratulations to this years student Renato Javier Marroqui­n Mogrovejo for his work over the summer, as a community we look forward to your continued presence within the project and beyond. |
| </p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="070812h"> |
| <button aria-controls="070812c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#070812c" data-bs-toggle="collapse" type="button"> |
| 07 August, 2012: Apache Gora 0.2.1 released |
| </button> |
| </h2> |
| <div aria-labelledby="070812h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="070812c"> |
| <div class="accordion-body"> |
| <p>The Apache Gora team are proud to announce the release of Gora 0.2.1. This point-oh! release offers users large improvements within the gora-cassandra module including a number of bug fixes, significant upgrades to Apache Cassandra and Hector Client API usage and a number of improvements to the gora-core API. The Maven artifacts for the project are published |
| to <a href="http://repo1.maven.org/maven2/org/apache/gora/">Maven Central</a>. |
| See the <a href="http://www.apache.org/dist/gora/0.2.1/CHANGES.txt">0.2-CHANGES.txt</a> |
| file for a full list of changes in this release or alternatively the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311172&version=12322496">Jira release report</a>. |
| </p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="240412h"> |
| <button aria-controls="240412c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#240412c" data-bs-toggle="collapse" type="button"> |
| 24 April, 2012: Apache Gora 0.2 released |
| </button> |
| </h2> |
| <div aria-labelledby="240412h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="240412c"> |
| <div class="accordion-body"> |
| <p>The Apache Gora team are proud to announce the release of Gora 0.2, our first since graduating from the Apache |
| Incubator. This release boasts an assortment of over 50 improvements over our previous incubating release with artifacts |
| available both within Maven Central and from official Apache mirrors. The Maven artifacts for the project are published |
| to <a href="http://repo1.maven.org/maven2/org/apache/gora/">Maven Central</a>. |
| See the <a href="http://www.apache.org/dist/gora/0.2-CHANGES.txt">0.2-CHANGES.txt</a> |
| file for a full list of changes in this release. |
| </p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="230412h"> |
| <button aria-controls="230412c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#230412c" data-bs-toggle="collapse" type="button"> |
| 23 April, 2012: Apache Gora Amazon DynamoDB project accepted as Google Summer of Code project |
| </button> |
| </h2> |
| <div aria-labelledby="230412h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="230412c"> |
| <div class="accordion-body"> |
| <p>The Apache Gora team are very happy to announce confirmation that the green light has been given for a Gora |
| <a href="http://aws.amazon.com/dynamodb/">Amazon Dynamo DB</a> project within the remit of this years |
| <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2012">Google Summer of Code</a>. |
| See the official project proposal <a href="http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/renato2099/1">here</a>. |
| </p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="240112h"> |
| <button aria-controls="240112c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#240112c" data-bs-toggle="collapse" type="button"> |
| 24 January, 2012: Apache Gora Graduates to Top Level Project at the Apache Software Foundation |
| </button> |
| </h2> |
| <div aria-labelledby="240112h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="240112c"> |
| <div class="accordion-body"> |
| <p>The biggest event within Apache Gora's history was revealed on 24/01/2012 when it was announced that Apache Gora |
| was to be established as a Top Level Project entity within the Apache Software Foundation. This is excellent news for |
| the Gora community and we are looking forward to tackling the benefits and challenges brought by our new Top Level status. |
| </p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="150112h"> |
| <button aria-controls="150112c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#150112c" data-bs-toggle="collapse" type="button"> |
| 15 January, 2012: Apache Gora announces full support for <a href="ext:hector"><b>Hector Client</b>:</a> |
| </button> |
| </h2> |
| <div aria-labelledby="150112h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="150112c"> |
| <div class="accordion-body"> |
| <p>Some time ago, the Apache Gora development team made the decision to support Hector as the |
| primary Apache Cassandra client. This decision enables Gora to build on the expressiveness offered by the |
| Hector API, some features include: |
| <ul> |
| <li>high level, simple object oriented interface to Cassandra.</li> |
| <li>failover behavior on the client side.</li> |
| <li>connection pooling for improved performance and scalability.</li> |
| <li>JMX counters for monitoring and management.</li> |
| <li>configurable and extensible load balancing (round robin (the default), least active, and a phi-accrural style response time detector).</li> |
| <li>complete encapsulation of the underlying Thrift API and structs.</li> |
| <li>automatic retry of downed hosts.</li> |
| <li>automatic discovery of additional hosts in the cluster.</li> |
| <li>suspension of hosts for a short period of time after several timeouts.</li> |
| <li>simple ORM layer that works.</li> |
| <li>a type-safe approach to dealing with Apache Cassandra's data model.</li> |
| </ul> |
| As an Apache community we value community over code, this move is definitely a step in the right direction towards |
| bringing together two diverse communities, whilst during process undoubtedly making both Apache Gora and Hector better |
| technologies. Here at Gora we look forward to working with the Hector community. |
| </p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="240911h"> |
| <button aria-controls="240911c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#240911c" data-bs-toggle="collapse" type="button"> |
| 24 September, 2011: Apache Gora 0.1.1-incubating release |
| </button> |
| </h2> |
| <div aria-labelledby="240911h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="240911c"> |
| <div class="accordion-body"> |
| <p>The Apache Gora project made its second incubating release. This |
| release improves the Maven artifacts for the project and publishes them |
| in useable form to <a href="http://repo1.maven.org/maven2/org/apache/gora/">Maven Central</a>. |
| See the <a href="http://www.apache.org/dist/incubator/gora/CHANGES-0.1.1-incubating.txt">CHANGES.txt</a> |
| file for a full list of changes in this release. |
| </p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="050611h"> |
| <button aria-controls="050611c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#050611c" data-bs-toggle="collapse" type="button"> |
| 06 April, 2011: Apache Gora 0.1-incubating release |
| </button> |
| </h2> |
| <div aria-labelledby="050611h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="050611c"> |
| <div class="accordion-body"> |
| <p>The Apache Gora project made its first incubating release. See the |
| <a href="http://archive.apache.org/dist/incubator/gora/0.1-incubating/CHANGES-0.1-incubating.txt">CHANGES.txt</a> |
| file for a full list of changes in this release. |
| </p> |
| </div> |
| </div> |
| </div> |
| <div class="accordion-item"> |
| <h2 class="accordion-header" id="092610h"> |
| <button aria-controls="092610c" aria-expanded="false" class="accordion-button collapsed fw-bold" data-bs-target="#092610c" data-bs-toggle="collapse" type="button"> |
| 26 September, 2010: Gora in Apache Incubator |
| </button> |
| </h2> |
| <div aria-labelledby="092610h" class="accordion-collapse collapse" data-bs-parent="#goraReleaseAccordion" id="092610c"> |
| <div class="accordion-body"> |
| <p>Gora has been accepted to the Apache Incubator and started it's life |
| as a candidate Apache project.</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| </div> |
| <!-- /container (main block) --> |
| |
| <hr /> |
| |
| <div class="container"> |
| <footer> |
| <p> |
| Copyright © 2010-2024 The Apache Software Foundation. |
| Licensed under |
| <a href="http://www.apache.org/licenses/LICENSE-2.0" |
| >Apache License 2.0</a |
| >. |
| </p> |
| <p> |
| Apache Gora, Gora, Apache, the Apache feather logo, and the Apache |
| Gora project logo are trademarks of The Apache Software Foundation. |
| </p> |
| </footer> |
| </div> |
| <!-- /container --> |
| |
| <script src="/resources/js/bootstrap.bundle.min.js"></script> |
| <script type="text/javascript"> |
| stLight.options({ |
| publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", |
| doNotHash: false, |
| doNotCopy: false, |
| hashAddressBar: false, |
| }); |
| </script> |
| <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script> |
| <script> |
| hljs.highlightAll(); |
| </script> |
| </body> |
| </html> |