From 46b1a3961153de26fe1c2d2cc96bd04e75e5ee22 Mon Sep 17 00:00:00 2001
From: Arnout Engelen AvroStore
through the gora.properties
file and to define the relevant mappings as part of the *[gora-core](http://gora.apache.org/current/gora-core.html)* module.
+ Using camel-gora needs some configuration. This mainly involve to configure the AvroStore
through the gora.properties
file and to define the relevant mappings as part of the *[gora-core](https://gora.apache.org/current/gora-core.html)* module.
Extensive information for this configuration can be found in the apache [gora documentation](./index.html) and the [gora-conf](./gora-conf.html) page.
@@ -274,4 +274,4 @@ The full usage examples in the form of integration tests can be found at [camel-
### More resources
-For more please information and in depth configuration refer to the [Apache Gora Documentation](./overview.html) and the [Apache Gora Tutorial](./tutorial.html).
\ No newline at end of file
+For more please information and in depth configuration refer to the [Apache Gora Documentation](./overview.html) and the [Apache Gora Tutorial](./tutorial.html).
diff --git a/content/current/gora-cassandra.md b/content/current/gora-cassandra.md
index a979b89..50884e7 100644
--- a/content/current/gora-cassandra.md
+++ b/content/current/gora-cassandra.md
@@ -2,7 +2,7 @@ Title: Gora Cassandra Module
## Overview
This is the main documentation for the gora-cassandra module which
-enables [Apache Cassandra](http://cassandra.apache.org) backend support for Gora.
+enables [Apache Cassandra](https://cassandra.apache.org) backend support for Gora.
[TOC]
@@ -117,9 +117,9 @@ The keyspace element; where we specify:
1. a parameter containing the Cassandra keyspace schema name e.g. RecordKeySpace,
-2. a parameter containing the durable write enabled property in the Cassandra keyspace e.g. false, More about durable write can be found [here](http://docs.datastax.com/en/cassandra/2.1/cassandra/dml/dml_durability_c.html).
+2. a parameter containing the durable write enabled property in the Cassandra keyspace e.g. false, More about durable write can be found [here](https://docs.datastax.com/en/cassandra/2.1/cassandra/dml/dml_durability_c.html).
-3. the child element placementStrategy containing the Cassandra placementStrategy details, a parameter containing the Cassandra placement strategy name, e.g. SimpleStrategy, gora-cassandra will use SimpleStrategy by default if no value for this attribute is specified. More about placement strategies can be found [here](http://docs.datastax.com/en/archived/cassandra/2.0/cassandra/architecture/architectureDataDistributeReplication_c.html).
+3. the child element placementStrategy containing the Cassandra placementStrategy details, a parameter containing the Cassandra placement strategy name, e.g. SimpleStrategy, gora-cassandra will use SimpleStrategy by default if no value for this attribute is specified. More about placement strategies can be found [here](https://docs.datastax.com/en/archived/cassandra/2.0/cassandra/architecture/architectureDataDistributeReplication_c.html).
4. a parameter containing a replicationFactor attribute with value integer. Again the replicationFactor value associated with the Keyspace tag
will only apply if Gora creates the Keyspace and will have no effect if this is being used against
diff --git a/content/current/gora-conf.md b/content/current/gora-conf.md
index 59065c7..6aff2d5 100644
--- a/content/current/gora-conf.md
+++ b/content/current/gora-conf.md
@@ -6,7 +6,7 @@ Gora reads necessary configuration from a properties file name
gora.properties
.
The file is searched in the classpath, which is
-obtained using the ClassLoader
of the [DataStoreFactory](http://gora.apache.org/current/api/apidocs-0.4/index.html?org/apache/gora/store/DataStoreFactory.html)
+obtained using the ClassLoader
of the [DataStoreFactory](https://gora.apache.org/current/api/apidocs-0.4/index.html?org/apache/gora/store/DataStoreFactory.html)
class.
The following properties are recognized:
@@ -20,7 +20,7 @@ The following properties are recognized:
gora.datastore.default
is perhaps the most important property in this file.
-This property configures the default [DataStore](http://gora.apache.org/current/api/apidocs-0.4/index.html?org/apache/gora/store/DataStore.html) implementation to use.
+This property configures the default [DataStore](https://gora.apache.org/current/api/apidocs-0.4/index.html?org/apache/gora/store/DataStore.html) implementation to use.
However, other data stores can still be instantiated thorough the API.
Data store implementation in Gora distribution include:
diff --git a/content/current/gora-couchdb.md b/content/current/gora-couchdb.md
index 85a39ce..71b1aa1 100644
--- a/content/current/gora-couchdb.md
+++ b/content/current/gora-couchdb.md
@@ -1,7 +1,7 @@
Title: Gora CouchDB Module
## Overview
-This is the main documentation for the gora-couchdb module. gora-couchdb module enables [Apache CouchDB](http://couchdb.apache.org/) backend support for Gora.
+This is the main documentation for the gora-couchdb module. gora-couchdb module enables [Apache CouchDB](https://couchdb.apache.org/) backend support for Gora.
[TOC]
diff --git a/content/current/gora-dynamodb.md b/content/current/gora-dynamodb.md
index 9027c2b..75dab33 100644
--- a/content/current/gora-dynamodb.md
+++ b/content/current/gora-dynamodb.md
@@ -2,7 +2,7 @@ Title: Gora DynamoDB Module
## Overview
This is the main documentation for the gora-dynamodb module.
-gora-dynamodb module enables [Amazon DynamoDB](http://aws.amazon.com/dynamodb/) backend support for Gora.
+gora-dynamodb module enables [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) backend support for Gora.
[TOC]
diff --git a/content/current/gora-hbase.md b/content/current/gora-hbase.md
index c79449c..ac14d4f 100644
--- a/content/current/gora-hbase.md
+++ b/content/current/gora-hbase.md
@@ -2,7 +2,7 @@ Title: Gora HBase Module
## Overview
This is the main documentation for the gora-hbase module. gora-hbase
-module enables [Apache HBase](http://hbase.apache.org) backend support for Gora.
+module enables [Apache HBase](https://hbase.apache.org) backend support for Gora.
[TOC]
@@ -48,19 +48,19 @@ The table element; where we specify:
name (String): family name e.g. info
- compression (String): the compression option to use in HBase. Please see HBase documentation.
+ compression (String): the compression option to use in HBase. Please see HBase documentation.
blockCache (boolean): an LRU cache that contains three levels of block priority to allow for scan-resistance and in-memory ColumnFamilies. Please see HBase documentation.
- blockSize (Integer): The blocksize can be configured for each ColumnFamily in a table, and this defaults to 64k. Larger cell values require larger blocksizes. There is an inverse relationship between blocksize and the resulting StoreFile indexes (i.e., if the blocksize is doubled then the resulting indexes should be roughly halved). Please see HBase documentation.
+ blockSize (Integer): The blocksize can be configured for each ColumnFamily in a table, and this defaults to 64k. Larger cell values require larger blocksizes. There is an inverse relationship between blocksize and the resulting StoreFile indexes (i.e., if the blocksize is doubled then the resulting indexes should be roughly halved). Please see HBase documentation.
- bloomFilter (String): Bloom Filters can be enabled per-ColumnFamily. We use HColumnDescriptor.setBloomFilterType(NONE | ROW | ROWCOL)
to enable blooms per Column Family. Default = NONE for no bloom filters. If ROW, the hash of the row will be added to the bloom on each insert. If ROWCOL, the hash of the row + column family name + column family qualifier will be added to the bloom on each key insert. Please see HBase documentation.
+ bloomFilter (String): Bloom Filters can be enabled per-ColumnFamily. We use HColumnDescriptor.setBloomFilterType(NONE | ROW | ROWCOL)
to enable blooms per Column Family. Default = NONE for no bloom filters. If ROW, the hash of the row will be added to the bloom on each insert. If ROWCOL, the hash of the row + column family name + column family qualifier will be added to the bloom on each key insert. Please see HBase documentation.
- maxVersions (Integer): The maximum number of row versions to store is configured per column family via HColumnDescriptor
. The default for max versions is 3. This is an important parameter because HBase does not overwrite row values, but rather stores different values per row by time (and qualifier). Excess versions are removed during major compaction's. The number of max versions may need to be increased or decreased depending on application needs. Please see HBase documentation.
+ maxVersions (Integer): The maximum number of row versions to store is configured per column family via HColumnDescriptor
. The default for max versions is 3. This is an important parameter because HBase does not overwrite row values, but rather stores different values per row by time (and qualifier). Excess versions are removed during major compaction's. The number of max versions may need to be increased or decreased depending on application needs. Please see HBase documentation.
timeToLive (Integer): ColumnFamilies can set a TTL length in seconds, and HBase will automatically delete rows once the expiration time is reached. This applies to all versions of a row - even the current one. The TTL time encoded in the HBase for the row is specified in UTC. Please see HBase documentation.
- inMemory (Boolean): ColumnFamilies can optionally be defined as in-memory. Data is still persisted to disk, just like any other ColumnFamily. In-memory blocks have the highest priority in the Block Cache, but it is not a guarantee that the entire table will be in memory. Please see HBase documentation.
+ inMemory (Boolean): ColumnFamilies can optionally be defined as in-memory. Data is still persisted to disk, just like any other ColumnFamily. In-memory blocks have the highest priority in the Block Cache, but it is not a guarantee that the entire table will be in memory. Please see HBase documentation.
The class element where we specify of persistent fields which values should map to. This contains;
diff --git a/content/current/gora-jcache.md b/content/current/gora-jcache.md
index 26d47f2..a06d24a 100644
--- a/content/current/gora-jcache.md
+++ b/content/current/gora-jcache.md
@@ -24,15 +24,15 @@ assigned value should be org.apache.gora.jcache.store.JCacheStore
* gora.datastore.jcache.hazelcast.config
- If JCache datastore is started in,
* Server Mode
This property to should point to Hazelcast Cluster member network configuration file related to
- forming Hazelcast cluster using members. Please see Network configuration.
+ forming Hazelcast cluster using members. Please see Network configuration.
* Client Mode
This property to should point s to Hazelcast client configuration file related to connecting related to already formed Hazelcast cluster.
- Please see Client configuration ( Mandatory )
+ Please see Client configuration ( Mandatory )
* jcache.auto.create.cache
- Whether force creating the cache at time JCache dataStore creation. Default is set to false.
* jcache.cache.inmemory.format
- In memory for format for persistent bean resides in cache. Possible values,
- BINARY, OBJECT, NATIVE Please see [In memory format](http://docs.hazelcast.org/docs/3.5/manual/html/map-inmemoryformat.html).
+ BINARY, OBJECT, NATIVE Please see [In memory format](https://docs.hazelcast.org/docs/3.5/manual/html/map-inmemoryformat.html).
* jcache.read.through.enable
- Whether to fetch a missing cache entry from backend persistent dataStore. Default value is true.
@@ -47,17 +47,17 @@ Default is set to false. Default JMX port opens on 9999.
* jcache.cache.namespace
- Cache manager scope URI. This will allow different cache manager instances to share data among them if they are aligned with same scope.
On opposite having two different scopes means such that each cache manager can isolate each other’s owned caches without any conflict.
- Please see Scopes and Namespaces
+ Please see Scopes and Namespaces
* jcache.expire.policy
- Cache entry expiry policy. Possible values ACCESSED, CREATED, MODIFIED, TOUCHED
- Please see JCache expiry policy
+ Please see JCache expiry policy
* jcache.expire.policy.duration
- Cache entry expiry timeout in seconds.
* jcache.eviction.policy
- Cache entry eviction policy. Possible values LRU, LFU, NONE, RANDOM
- Please see Hazelcast eviction policy
+ Please see Hazelcast eviction policy
* jcache.eviction.max.size.policy
- Measure of maximum cache size to apply eviction policy.
ENTRY_COUNT, USED_NATIVE_MEMORY_SIZE, USED_NATIVE_MEMORY_PERCENTAGE, FREE_NATIVE_MEMORY_SIZE, FREE_NATIVE_MEMORY_PERCENTAGE
-* jcache.eviction.size
- Maximum size as integer as a measure of max size policy criteria.
\ No newline at end of file
+* jcache.eviction.size
- Maximum size as integer as a measure of max size policy criteria.
diff --git a/content/current/gora-metamodel.md b/content/current/gora-metamodel.md
index 74bdb79..8325c63 100644
--- a/content/current/gora-metamodel.md
+++ b/content/current/gora-metamodel.md
@@ -2,7 +2,7 @@ Title: Gora MongoDB Module
## Overview
This is the main documentation for the gora-metamodel module. gora-metamodel
-module enables [Apache MetaModel](http://metamodel.incubator.apache.org/) backend support for Gora.
+module enables [Apache MetaModel](https://attic.apache.org/projects/metamodel.html) backend support for Gora.
MetaModel is a data access framework, providing a common interface for exploration
and querying of different types of datastores. This module aims to significantly
@@ -15,4 +15,4 @@ of it's location.
TODO
## Gora MetaModel mappings
-TODO
\ No newline at end of file
+TODO
diff --git a/content/current/gora-mongodb.md b/content/current/gora-mongodb.md
index bbe0e11..69edc7d 100644
--- a/content/current/gora-mongodb.md
+++ b/content/current/gora-mongodb.md
@@ -2,11 +2,11 @@ Title: Gora MongoDB Module
## Overview
This is the main documentation for the gora-mongodb module. gora-mongodb
-module enables [MongoDB](http://www.mongodb.org) backend support for Gora.
+module enables [MongoDB](https://www.mongodb.org) backend support for Gora.
-This module has been tested with MongoDB Server [2.4.x](http://docs.mongodb.org/master/release-notes/2.4/)
-and [2.6.x](http://docs.mongodb.org/master/release-notes/2.6/) series.
-It will connect to remote MongoDB server(s) using standard [Java MongoDB Driver](http://docs.mongodb.org/ecosystem/drivers/java/)
+This module has been tested with MongoDB Server [2.4.x](https://docs.mongodb.org/master/release-notes/2.4/)
+and [2.6.x](https://docs.mongodb.org/master/release-notes/2.6/) series.
+It will connect to remote MongoDB server(s) using standard [Java MongoDB Driver](https://docs.mongodb.org/ecosystem/drivers/java/)
[TOC]
diff --git a/content/current/gora-shims.md b/content/current/gora-shims.md
index e2a201c..cb8095f 100644
--- a/content/current/gora-shims.md
+++ b/content/current/gora-shims.md
@@ -4,7 +4,7 @@ Title: Gora Core Module
This is the main documentation for Gora + Hadoop compatibility which comes in the
form of Gora Shims.
-According to our great friends over at [Wikipedia](http://en.wikipedia.org/wiki/Shim_%28computing%29),
+According to our great friends over at [Wikipedia](https://en.wikipedia.org/wiki/Shim_%28computing%29),
Shim's are described as
...a small library that transparently intercepts API calls and changes the arguments passed, handles the operation itself, or redirects the operation elsewhere. Shims typically come about when the behavior of an API changes, thereby causing compatibility issues for older applications which still rely on the older functionality. In such cases, the older API can still be supported by a thin compatibility layer on top of the newer code.
@@ -38,7 +38,7 @@ should be used as below.**
## Dependency Definition
-[Click Here](http://search.maven.org/#artifactdetails|org.apache.gora|gora-shims-distribution|0.6|bundle)
+[Click Here](https://search.maven.org/#artifactdetails|org.apache.gora|gora-shims-distribution|0.6|bundle)
# gora-shims-hadoop
@@ -90,7 +90,7 @@ based on detecting the Hadoop Major version. This code looks the following:
## Dependency Definition
-[Click Here](http://search.maven.org/#artifactdetails|org.apache.gora|gora-shims-hadoop|0.6|bundle)
+[Click Here](https://search.maven.org/#artifactdetails|org.apache.gora|gora-shims-hadoop|0.6|bundle)
# gora-shims-hadoop1
@@ -118,7 +118,7 @@ is very simple. Essentially it consists of two Java methods
## Dependency Definition
-[Click Here](http://search.maven.org/#artifactdetails|org.apache.gora|gora-shims-hadoop1|0.6|bundle)
+[Click Here](https://search.maven.org/#artifactdetails|org.apache.gora|gora-shims-hadoop1|0.6|bundle)
# gora-shims-hadoop2
@@ -152,5 +152,5 @@ is very simple. Essentially it consists of two Java methods
## Dependency Definition
-[Click Here](http://search.maven.org/#artifactdetails|org.apache.gora|gora-shims-hadoop2|0.6|bundle)
+[Click Here](https://search.maven.org/#artifactdetails|org.apache.gora|gora-shims-hadoop2|0.6|bundle)
diff --git a/content/current/gora-solr.md b/content/current/gora-solr.md
index 96b505a..2012da4 100644
--- a/content/current/gora-solr.md
+++ b/content/current/gora-solr.md
@@ -2,18 +2,18 @@ Title: Gora HBase Module
## Overview
This is the main documentation for the gora-solr module. gora-solr
-module enables [Apache Solr](http://lucene.apache.org/solr) backend support for Gora.
+module enables [Apache Solr](https://solr.apache.org) backend support for Gora.
[TOC]
## gora.properties
* gora.datastore.default=org.apache.gora.solr.store.SolrStore
- Implementation of the storage class
* gora.datastore.autocreateschema=true
- Create the table if doesn't exist
-* gora.solrstore.solr.url=http://localhost:9876/solr
- The URL of the Solr server.
+* gora.solrstore.solr.url=https://localhost:9876/solr
- The URL of the Solr server.
* gora.solrstore.solr.config
- The solrconfig.xml
file to be used.
* gora.solrstore.solr.schema
- The schema.xml
file to be used.
* gora.solrstore.solr.batchSize
- A batch size unit (ArrayList) of SolrDocument's to be used for writing to Solr. A default value of 100 is used if this value is absent. This value must be of type Integer.
-* gora.solrstore.solr.solrjserver
- The solrj implementation to use. This has a default value of http for [HttpSolrServer](). Available options include http ([HttpSolrServer](http://lucene.apache.org/solr/4_8_1/solr-solrj/index.html?org/apache/solr/client/solrj/impl/HttpSolrServer.html)), cloud ([CloudSolrServer](http://lucene.apache.org/solr/4_8_1/solr-solrj/index.html?org/apache/solr/client/solrj/impl/CloudSolrServer.html)), concurrent ([ConcurrentUpdateSolrServer](http://lucene.apache.org/solr/4_8_1/solr-solrj/index.html?org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrServer.html)) and loadbalance ([LBHttpSolrServer](http://lucene.apache.org/solr/4_8_1/solr-solrj/index.html?org/apache/solr/client/solrj/impl/LBHttpSolrServer.html)). This value must be of type String.
+* gora.solrstore.solr.solrjserver
- The solrj implementation to use. This has a default value of http for [HttpSolrServer](). Available options include http ([HttpSolrServer](https://solr.apache.org/docs/4_8_1/solr-solrj/index.html?org/apache/solr/client/solrj/impl/HttpSolrServer.html)), cloud ([CloudSolrServer](https://solr.apache.org/docs/4_8_1/solr-solrj/index.html?org/apache/solr/client/solrj/impl/CloudSolrServer.html)), concurrent ([ConcurrentUpdateSolrServer](https://solr.apache.org/docs/4_8_1/solr-solrj/index.html?org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrServer.html)) and loadbalance ([LBHttpSolrServer](https://solr.apache.org/docs/4_8_1/solr-solrj/index.html?org/apache/solr/client/solrj/impl/LBHttpSolrServer.html)). This value must be of type String.
* gora.solrstore.solr.commitWithin
- 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 Integer.
* gora.solrstore.solr.resultsSize
- The maximum number of results to return when we make a call to org.apache.gora.solr.store.SolrStore#execute(Query)
. This value must be of type Integer.
@@ -52,7 +52,7 @@ The class element where we specify of persistent fields which values should map
schema.xml
is an essential aspect of defining a storage and query model for your Solr data.
-The Solr community maintain their own documentation relating to schema.xml, this can be found at [http://wiki.apache.org/solr/SchemaXml](http://wiki.apache.org/solr/SchemaXml).
+The Solr community maintain their own documentation relating to schema.xml, this can be found at [https://wiki.apache.org/solr/SchemaXml](https://wiki.apache.org/solr/SchemaXml).
schema.xml
above, solrconfig.xml
documentation is also maintained by the Solr community.
-Please see an example configuration below but also please refer to [http://wiki.apache.org/solr/SolrConfigXml](http://wiki.apache.org/solr/SolrConfigXml).
+Please see an example configuration below but also please refer to [https://wiki.apache.org/solr/SolrConfigXml](https://wiki.apache.org/solr/SolrConfigXml).
goraci-${version}-SNAPSHOT.jar
with those. Alternativ
those and put them on the classpath through some other means.
#### Gora and Hadoop
-Gora uses [Apache Avro](http://avro.apache.org) which uses a Json library that Hadoop has an old version of.
+Gora uses [Apache Avro](https://avro.apache.org) which uses a Json library that Hadoop has an old version of.
The two libraries jackson-core and jackson-mapper need to be updated in
$HADOOP_HOME/lib
and $HADOOP_HOME/share/hadoop/lib/
. Currently these are updated to
jackson-core-asl-1.4.2.jar and jackson-mapper-asl-1.4.2.jar. For details see
diff --git a/content/current/overview.md b/content/current/overview.md
index 3b53bc2..5ce61f9 100644
--- a/content/current/overview.md
+++ b/content/current/overview.md
@@ -23,10 +23,10 @@ following modules are currently implemented in gora.
* [gora-compiler](./compiler.html): A page dedicated to the GoraCompiler; a critical part of the Gora workflow.
* [gora-core](./gora-core.html): Module containing core functionality, AvroStore and DataFileAvroStore stores;
-* [gora-accumulo](./gora-accumulo.html): Module for [Apache Accumulo](http://accumulo.apache.org) backend and AccumuloStore implementation;
-* [gora-cassandra](./gora-cassandra.html): Module for [Apache Cassandra](http://cassandra.apacheorg) backend and CassandraStore implementation;
-* [gora-dynamodb](./gora-dynamodb.html): Module for [Amazon DynamoDB](http://aws.amazon.com/dynamodb/) backend and DynamoDBStore implementation;
-* [gora-hbase](./gora-hbase.html): Module for [Apache HBase](http://hbase.apache.org) backend and HBaseStore implementation;
-* [gora-sql](./gora-sql.html): Module for [HSQLDB](http://hsqldb.org/) and [MySQL](http://www.mysql.com/) backend and SqlStore implementation;
-* [gora-mongodb](./gora-mongodb.html): Module for [MongoDB](http://www.mongodb.org/) backend and MongoStore implementation;
-* [gora-aerospike](./gora-aerospike.html): Module for [Aerospike](http://www.aerospike.com/) backend and Aerospike implementation;
+* [gora-accumulo](./gora-accumulo.html): Module for [Apache Accumulo](https://accumulo.apache.org) backend and AccumuloStore implementation;
+* [gora-cassandra](./gora-cassandra.html): Module for [Apache Cassandra](https://cassandra.apacheorg) backend and CassandraStore implementation;
+* [gora-dynamodb](./gora-dynamodb.html): Module for [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) backend and DynamoDBStore implementation;
+* [gora-hbase](./gora-hbase.html): Module for [Apache HBase](https://hbase.apache.org) backend and HBaseStore implementation;
+* [gora-sql](./gora-sql.html): Module for [HSQLDB](https://hsqldb.org/) and [MySQL](https://www.mysql.com/) backend and SqlStore implementation;
+* [gora-mongodb](./gora-mongodb.html): Module for [MongoDB](https://www.mongodb.org/) backend and MongoStore implementation;
+* [gora-aerospike](./gora-aerospike.html): Module for [Aerospike](https://aerospike.com/) backend and Aerospike implementation;
diff --git a/content/current/tutorial.md b/content/current/tutorial.md
index 4b31c16..5dc5ee0 100644
--- a/content/current/tutorial.md
+++ b/content/current/tutorial.md
@@ -91,15 +91,15 @@ structure imposed by Gora's main build scripts (pom.xml for Maven). The Java sou
src/main/java/
, avro schemas in src/main/avro/
, and data in src/main/resources/
.
## Setting up HBase
-For this tutorial we will be using [HBase](http://hbase.apache.org) to
+For this tutorial we will be using [HBase](https://hbase.apache.org) to
store the logs. For those of you not familiar with HBase, it is a NoSQL
column store with an architecture very similar to Google's BigTable.
If you don't already have already HBase setup, you can go over the steps at
-[HBase Overview](http://hbase.apache.org/book/quickstart.html)
+[HBase Overview](https://hbase.apache.org/book/quickstart.html)
documentation. Gora aims to support the most recent HBase versions however if you
find compatibility problems please [get in touch](../mailing_lists.html).
-So download an [HBase release](http://www.apache.org/dyn/closer.cgi/hbase/).
+So download an [HBase release](https://www.apache.org/dyn/closer.cgi/hbase/).
After extracting the file, cd to the hbase-${dist} directory and start the HBase server.
$ bin/start-hbase.sh
@@ -130,7 +130,7 @@ The first thing, we need to do is to extract the logs.
$ tar zxvf src/main/resources/access.log.tar.gz -C src/main/resources/
You can also use your own log files, given that the log
-format is [Combined Log Format](http://httpd.apache.org/docs/current/logs.html).
+format is [Combined Log Format](https://httpd.apache.org/docs/current/logs.html).
Some example lines from the log are:
88.254.190.73 - - [10/Mar/2009:20:40:26 +0200] "GET / HTTP/1.1" 200 43 "http://www.buldinle.com/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB5; .NET CLR 2.0.50727; InfoPath.2)
@@ -144,11 +144,11 @@ returned, Referrer, and User Agent.
## Defining data beans
Data beans are the main way to hold the data in memory and persist in Gora. Gora
needs to explicitly keep track of the status of the data in memory, so
-we use [Apache Avro](http://avro.apache.org) for defining the beans. Using
+we use [Apache Avro](https://avro.apache.org) for defining the beans. Using
Avro gives us the possibility to explicitly keep track of an object's persistent state
and a way to serialize an object's data.
Defining data beans is a very easy task, but for the exact syntax please
-consult the [Avro Specification](http://avro.apache.org/docs/current/spec.html).
+consult the [Avro Specification](https://avro.apache.org/docs/current/spec.html).
First, we need to define the bean Pageview to hold a
single URL access in the logs. Let's go over the class at src/main/avro/pageview.json
@@ -169,7 +169,7 @@ single URL access in the logs. Let's go over the class at src/main/avro/pa
}
Avro schemas are declared in JSON.
-[Records](http://avro.apache.org/docs/current/spec.html#schema_record)
+[Records](https://avro.apache.org/docs/current/spec.html#schema_record)
are defined with type "record", with a name as the name of the class, and a
namespace which is mapped to the package name in Java. The fields
are listed in the "fields" element. Each field is given with its type.
@@ -683,7 +683,7 @@ And from the command line :
bin/gora logmanager -deleteByQuery 40 50
## MapReduce Support
-Gora has first class MapReduce support for [Apache Hadoop](http://hadoop.apache.org).
+Gora has first class MapReduce support for [Apache Hadoop](https://hadoop.apache.org).
Gora data stores can be used as inputs and outputs of jobs. Moreover, the objects can
be serialized, and passed between tasks keeping their persistency state. For the
serialization, Gora extends Avro DatumWriters.
@@ -1131,11 +1131,11 @@ under which some example classes can be found. Especially, there are some classe
Second, various unit tests of Gora modules can be referred to see the API in use. The unit tests can be found
at
gora-core/src/test/
.
-The source code for the projects using Gora can also be checked out as a reference. [Apache Nutch](http://nutch.apache.org) is
+The source code for the projects using Gora can also be checked out as a reference. [Apache Nutch](https://nutch.apache.org) is
one of the first class users of Gora; so looking into how Nutch uses Gora is always a good idea. Gora is however also in use
-in other Apache projects such as [Apache Giraph](http://giraph.apache.org)
+in other Apache projects such as [Apache Giraph](https://giraph.apache.org)
-Please feel free to grab our [poweredBy](http://gora.apache.org/resources/img/powered-by-gora.png) sticker and embedded it in anything backed by Apache Gora.
+Please feel free to grab our [poweredBy](https://gora.apache.org/resources/img/powered-by-gora.png) sticker and embedded it in anything backed by Apache Gora.
## Feedback
At last, thanks for trying out Gora. If you find any bugs or you have suggestions for improvement,
diff --git a/content/downloads.md b/content/downloads.md
index f2f6e73..8d699e0 100644
--- a/content/downloads.md
+++ b/content/downloads.md
@@ -13,11 +13,11 @@ various aspects of the codebase during or as a prerequisite to using Gora in you
See the [CHANGES](https://github.com/apache/gora/blob/apache-gora-0.9/CHANGES.md#apache-gora-09-release---120819-ddmmyyyy)
file for more information on the list of updates in this release.
-Gora is always distributed under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
+Gora is always distributed under the [Apache License, version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).
## Prerequsites
-You require [Apache Maven](http://maven.apache.org) to build the Gora source code.
+You require [Apache Maven](https://maven.apache.org) to build the Gora source code.
Maven can either be downloaded and installed manually or alternatively via command
line via your operating system package manager.
@@ -25,8 +25,8 @@ line via your operating system package manager.
## Downloads
-Download (0.9 src.tar.gz)
-Download (0.9 src.zip)
+Download (0.9 src.tar.gz)
+Download (0.9 src.zip)
## Mirrors
@@ -47,17 +47,17 @@ The checksum and signature are links to the originals on the main distribution s
Apache Gora 0.9 (tar.gz)
- apache-gora-0.9-src.tar.gz
-
- apache-gora-0.9-src.tar.gz.asc
- apache-gora-0.9-src.tar.gz.sha512
+ apache-gora-0.9-src.tar.gz
+
+ apache-gora-0.9-src.tar.gz.asc
+ apache-gora-0.9-src.tar.gz.sha512
@@ -66,7 +66,7 @@ The checksum and signature are links to the originals on the main distribution s
It is essential that you verify the integrity of the downloaded files using the PGP and SHA512 signatures.
published with every Gora release.
-Please read [Verifying Apache HTTP Server Releases](http://httpd.apache.org/dev/verification.html)
+Please read [Verifying Apache HTTP Server Releases](https://httpd.apache.org/dev/verification.html)
for more information on why you should verify our releases.
We strongly recommend you verify your downloads with at least both PGP Signature and SHA512 Checksum. Guidance
@@ -74,11 +74,11 @@ for doing so is provided below.
## PGP Signature
The PGP signatures can be verified using PGP or GPG. First download the
-[KEYS](http://www.apache.org/dist/gora/KEYS) as well as the asc signature file
+[KEYS](https://www.apache.org/dist/gora/KEYS) as well as the asc signature file
for the relevant distribution.
N.B.Make sure you get these files from the
-[main distribution directory](http://www.apache.org/dist/gora/), rather than from a
+[main distribution directory](https://www.apache.org/dist/gora/), rather than from a
mirror. Then verify the signatures using the following
$ gpg --import KEYS
@@ -96,8 +96,8 @@ output should match the string in apache-gora-X.Y.Z.tar.gz.sha512
## Previous Releases
If you are looking for previous releases of Apache Gora, have a look in the
-[Apache Archives](http://archive.apache.org/dist/gora/), or alternatively
-for even older releases check out the [Incubator archives](http://archive.apache.org/dist/incubator/gora/).
+[Apache Archives](https://archive.apache.org/dist/gora/), or alternatively
+for even older releases check out the [Incubator archives](https://archive.apache.org/dist/incubator/gora/).
Subscribe to the dev@ [mailing list](./mailing_lists.html) if you want to
get notified about future releases. You can check out the Gora
diff --git a/content/index.md b/content/index.md
index 10cea9b..fcad439 100644
--- a/content/index.md
+++ b/content/index.md
@@ -46,28 +46,28 @@ Drop by our mailing lists and ask questions for information on any of the above.
Gora 0.9 provides support for the following projects
- - [Apache Avro](http://avro.apache.org) 1.8.2
- - [Apache HBase](http://hbase.apache.org) 2.1.1
- - [Apache Cassandra](http://cassandra.apache.org) 3.11.0 (Datastax Java Driver 3.3.0)
- - [Apache Solr](http://lucene.apache.org/solr) 8.0.0
- - [Apache Lucene](http://lucene.apache.org/core/) 8.0.0
- - [MongoDB](http://mongodb.com) (Mongo Java Driver) 3.5.0
- - [Apache Accumlo](http://accumulo.apache.org) 1.7.1
- - [Apache CouchDB](http://couchdb.apache.org) 1.4.2
+ - [Apache Avro](https://avro.apache.org) 1.8.2
+ - [Apache HBase](https://hbase.apache.org) 2.1.1
+ - [Apache Cassandra](https://cassandra.apache.org) 3.11.0 (Datastax Java Driver 3.3.0)
+ - [Apache Solr](https://solr.apache.org/) 8.0.0
+ - [Apache Lucene](https://lucene.apache.org/core/) 8.0.0
+ - [MongoDB](https://mongodb.com) (Mongo Java Driver) 3.5.0
+ - [Apache Accumlo](https://accumulo.apache.org) 1.7.1
+ - [Apache CouchDB](https://couchdb.apache.org) 1.4.2
- [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) (Amazon Java SDK) 1.10.55
- - [Infinispan](http://infinispan.org/) 7.2.5.Final
+ - [Infinispan](https://infinispan.org/) 7.2.5.Final
- [JCache](https://www.jcp.org/en/jsr/detail?id=107) 1.0.0 with JCache provider [Hazelcast](https://hazelcast.com/) 3.6.4
- - [OrientDB](http://orientdb.com/orientdb/) 2.2.22
- - [Aerospike](http://www.aerospike.com/) 4.2.2
+ - [OrientDB](https://orientdb.com/orientdb/) 2.2.22
+ - [Aerospike](https://www.aerospike.com/) 4.2.2
- [Apache Ignite](https://ignite.apache.org/) 2.6.0
- [Apache Pig](https://pig.apache.org/) 0.16.0
- [Apache Flink](https://flink.apache.org/) 1.6.2
- - [Apache Hadoop](http://hadoop.apache.org) 2.5.2
- - [Apache Spark](http://spark.apache.org) 2.2.1
- - [Test containers](http://testcontainers.viewdocs.io/testcontainers-java/) 1.4.2
+ - [Apache Hadoop](https://hadoop.apache.org) 2.5.2
+ - [Apache Spark](https://spark.apache.org) 2.2.1
+ - [Test containers](https://testcontainers.viewdocs.io/testcontainers-java/) 1.4.2
Gora is released as both source code downloads for which can be found at
-our [downloads page](http://gora.apache.org/downloads.html), as well as Maven artifacts which can be found on
+our [downloads page](https://gora.apache.org/downloads.html), as well as Maven artifacts which can be found on
[Maven central](https://s.apache.org/0.9GoraMavenArtifacts).
### 20 September, 2017: Apache Gora 0.8 Release
@@ -79,24 +79,24 @@ Drop by our mailing lists and ask questions for information on any of the above.
Gora 0.8 provides support for the following projects
- - [Apache Avro](http://avro.apache.org) 1.8.1
- - [Apache Hadoop](http://hadoop.apache.org) 2.5.2
- - [Apache HBase](http://hbase.apache.org) 1.2.3
- - [Apache Cassandra](http://cassandra.apache.org) 3.11.0 (Datastax Java Driver 3.3.0)
- - [Apache Solr](http://lucene.apache.org/solr) 6.5.1
- - [MongoDB](http://mongodb.com) (driver) 3.5.0
- - [Apache Accumlo](http://accumulo.apache.org) 1.7.1
- - [Apache Spark](http://spark.apache.org) 1.4.1
- - [Apache CouchDB](http://couchdb.apache.org) 1.4.2 ([test containers](http://testcontainers.viewdocs.io/testcontainers-java/) 1.1.0)
+ - [Apache Avro](https://avro.apache.org) 1.8.1
+ - [Apache Hadoop](https://hadoop.apache.org) 2.5.2
+ - [Apache HBase](https://hbase.apache.org) 1.2.3
+ - [Apache Cassandra](https://cassandra.apache.org) 3.11.0 (Datastax Java Driver 3.3.0)
+ - [Apache Solr](https://lucene.apache.org/solr) 6.5.1
+ - [MongoDB](https://mongodb.com) (driver) 3.5.0
+ - [Apache Accumlo](https://accumulo.apache.org) 1.7.1
+ - [Apache Spark](https://spark.apache.org) 1.4.1
+ - [Apache CouchDB](https://couchdb.apache.org) 1.4.2 ([test containers](https://testcontainers.viewdocs.io/testcontainers-java/) 1.1.0)
- [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) (driver) 1.10.55
- - [Infinispan](http://infinispan.org/) 7.2.5.Final
+ - [Infinispan](https://infinispan.org/) 7.2.5.Final
- [JCache](https://www.jcp.org/en/jsr/detail?id=107) 1.0.0 with [Hazelcast](https://hazelcast.com/) 3.6.4 support.
- - [OrientDB](http://orientdb.com/orientdb/) 2.2.22
- - [Aerospike](http://www.aerospike.com/) 4.0.6
+ - [OrientDB](https://orientdb.com/orientdb/) 2.2.22
+ - [Aerospike](https://aerospike.com/) 4.0.6
Gora is released as both source code downloads for which can be found at
-our [downloads page](http://gora.apache.org/downloads.html), as well as Maven artifacts which can be found on
-[Maven central](http://search.maven.org/#search|ga|1|gora).
+our [downloads page](https://gora.apache.org/downloads.html), as well as Maven artifacts which can be found on
+[Maven central](https://search.maven.org/#search|ga|1|gora).
### 23 March, 2017: Apache Gora 0.7 Release
The Apache Gora team are pleased to announce the immediate availability of
@@ -107,30 +107,30 @@ Drop by our mailing lists and ask questions for information on any of the above.
Gora 0.7 provides support for the following projects
- - [Apache Avro](http://avro.apache.org) 1.8.1
- - [Apache Hadoop](http://hadoop.apache.org) 2.5.2
- - [Apache HBase](http://hbase.apache.org) 1.2.3
- - [Apache Cassandra](http://cassandra.apache.org) 2.0.2
- - [Apache Solr](http://lucene.apache.org/solr) 5.5.1
- - [MongoDB](http://mongodb.com) (driver) 3.4.2
- - [Apache Accumlo](http://accumulo.apache.org) 1.7.1
- - [Apache Spark](http://spark.apache.org) 1.4.1
- - [Apache CouchDB](http://couchdb.apache.org) 1.4.2 ([test containers](http://testcontainers.viewdocs.io/testcontainers-java/) 1.1.0)
+ - [Apache Avro](https://avro.apache.org) 1.8.1
+ - [Apache Hadoop](https://hadoop.apache.org) 2.5.2
+ - [Apache HBase](https://hbase.apache.org) 1.2.3
+ - [Apache Cassandra](https://cassandra.apache.org) 2.0.2
+ - [Apache Solr](https://solr.apache.org) 5.5.1
+ - [MongoDB](https://mongodb.com) (driver) 3.4.2
+ - [Apache Accumlo](https://accumulo.apache.org) 1.7.1
+ - [Apache Spark](https://spark.apache.org) 1.4.1
+ - [Apache CouchDB](https://couchdb.apache.org) 1.4.2 ([test containers](https://testcontainers.viewdocs.io/testcontainers-java/) 1.1.0)
- [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) (driver) 1.10.55
- - [Infinispan](http://infinispan.org/) 7.2.5.Final
+ - [Infinispan](https://infinispan.org/) 7.2.5.Final
- [JCache](https://www.jcp.org/en/jsr/detail?id=107) 1.0.0 with [Hazelcast](https://hazelcast.com/) 3.6.4 support.
Gora is released as both source code, downloads for which can be found at
-our [downloads page](http://gora.apache.org/downloads.html), as well as Maven artifacts which can be found on
-[Maven central](http://search.maven.org/#search|ga|1|gora).
+our [downloads page](https://gora.apache.org/downloads.html), as well as Maven artifacts which can be found on
+[Maven central](https://search.maven.org/#search|ga|1|gora).
### 14 September, 2015: Apache Gora 0.6.1 Release
The Apache Gora team are pleased to announce the immediate availability of
Apache Gora 0.6.1.
-This release addresses a modest [21 issues](http://s.apache.org/l69) with many
+This release addresses a modest [21 issues](https://s.apache.org/l69) with many
improvements and bug fixes for the
-[gora-mongodb](http://gora.apache.org/current/gora-mongodb.html) module,
+[gora-mongodb](https://gora.apache.org/current/gora-mongodb.html) module,
resolution of a major bug whilst flushing data to Apache Solr, a [gora-gradle plugin](https://issues.apache.org/jira/browse/GORA-330)
and our [Gora Spark backend support](https://issues.apache.org/jira/browse/GORA-386).
Drop by our mailing lists and ask questions for information on any of the above.
@@ -147,14 +147,14 @@ We provide Gora support for the following projects
- Apache Spark 1.4.1
Gora is released as both source code, downloads for which can be found at
-our [downloads page](http://gora.apache.org/downloads.html) as well as Maven artifacts which can be found on
-[Maven central](http://search.maven.org/#search|ga|1|gora).
+our [downloads page](https://gora.apache.org/downloads.html) as well as Maven artifacts which can be found on
+[Maven central](https://search.maven.org/#search|ga|1|gora).
### 19 February, 2015: Apache Gora 0.6 Release
The Apache Gora team are pleased to announce the immediate availability of
Apache Gora 0.6.
-This release addresses a modest [47 issues](http://s.apache.org/gora-0.6) with some being
+This release addresses a modest [47 issues](https://s.apache.org/gora-0.6) with some being
major improvements, new functionality and dependency upgrades. Most notably the release
involves key upgrades to Hadoop, HBase and Solr dependecies as well as some
extermely important bug fixes for the MongoDB module.
@@ -170,8 +170,8 @@ Suggested Gora database support is as follows
- Apache Accumlo 1.5.1
Gora is released as both source code, downloads for which can be found at
-our [downloads page](http://gora.apache.org/downloads.html) as well as Maven artifacts which can be found on
-[Maven central](http://search.maven.org/#search|ga|1|gora).
+our [downloads page](https://gora.apache.org/downloads.html) as well as Maven artifacts which can be found on
+[Maven central](https://search.maven.org/#search|ga|1|gora).
### 8 January, 2015: Gora upgrades to Hadoop 2.5.X and HBase 0.98.X
Today our Jira issue [GORA-375](https://issues.apache.org/jira/browse/GORA-375) was resolved
@@ -187,13 +187,13 @@ therefore we have upgraded to, and still support Hadoop 1.2.1 via the addition o
Shim layers. For further details on our Shim layers and pluggable Hadoop support please
see Jira issue [GORA-346](https://issues.apache.org/jira/browse/GORA-375). Additional
documentation for the use of Shim layers within Gora will soon be documented and linked to
-from our [current documentation](http://gora.apache.org/current/index.html#gora-modules).
+from our [current documentation](https://gora.apache.org/current/index.html#gora-modules).
### 20 September, 2014: Apache Gora 0.5 Release
The Apache Gora team are pleased to announce the immediate availability of
Apache Gora 0.5.
-This release addresses no fewer than [44 issues](http://s.apache.org/0.5report) with many being
+This release addresses no fewer than [44 issues](https://s.apache.org/0.5report) with many being
improvements and new functionality. Most notably the release includes the
addition of a new module for MongoDB, Shim ffunctionality to support
multiple Hadoop versions, improved authentication for Accumulo, better
@@ -213,10 +213,10 @@ Suggested Gora database support is as follows
- Apache Accumlo 1.5.1
Gora is released as both source code, downloads for which can be found at
-our [downloads page](http://gora.apache.org/downloads.html) as well as Maven artifacts which can be found on
-[Maven central](http://search.maven.org/#search|ga|1|gora).
+our [downloads page](https://gora.apache.org/downloads.html) as well as Maven artifacts which can be found on
+[Maven central](https://search.maven.org/#search|ga|1|gora).
-### 01 July, 2014: Apache Gora joins the [DARPA Open Catalog](http://www.darpa.mil/opencatalog/)
+### 01 July, 2014: Apache Gora joins the [DARPA Open Catalog](https://www.darpa.mil/opencatalog/)
Apache Gora 0.9 (zip)
- apache-gora-0.9-src.zip
-
- apache-gora-0.9-src.zip.asc
- apache-gora-0.9-src.zip.sha512
+ apache-gora-0.9-src.zip
+
+ apache-gora-0.9-src.zip.asc
+ apache-gora-0.9-src.zip.sha512
@@ -230,13 +230,13 @@ 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.
-Gora is being used by the [Jet Propulsion Laboratory](http://jpl.nasa.gov) team to execute
-[extract-transform-load](http://en.wikipedia.org/wiki/Extract,_transform,_load)-type tasks
+Gora is being used by the [Jet Propulsion Laboratory](https://jpl.nasa.gov) team to execute
+[extract-transform-load](https://en.wikipedia.org/wiki/Extract,_transform,_load)-type tasks
for mapping and integration of source heterogeneous data to and from target NoSQL solutions.
-### 04 June, 2014: Apache Gora now supports [MongoDB](http://www.mongodb.org/)
+### 04 June, 2014: Apache Gora now supports [MongoDB](https://www.mongodb.org/)
-
+
The Gora community is proud to announce support MongoDB amongst our growing datastore
support arsenal. MongoDB is an open-source document database, and the leading NoSQL database. Written in C++, MongoDB features:
@@ -265,7 +265,7 @@ support arsenal. MongoDB is an open-source document database, and the leading No
* Atomic modifiers for contention-free performance.
-* [MapReduce](http://hadoop.apache.org/docs/r1.2.1/mapred_tutorial.html).
+* [MapReduce](https://hadoop.apache.org/docs/stable/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html)
* Flexible aggregation and data processing.
@@ -275,9 +275,9 @@ support arsenal. MongoDB is an open-source document database, and the leading No
The current supported version of is MongoDB is 2.6 with client version support at 2.12.2.
-### 29 May, 2014: Apache Gora now implemented as [Apache Camel](http://camel.apache.org) Component
+### 29 May, 2014: Apache Gora now implemented as [Apache Camel](https://camel.apache.org) Component
-
+
We recently heard some excellent news that Gora is now implemented as a
[Camel Component](https://fisheye6.atlassian.com/browse/camel-git/components/camel-gora) within Camel trunk.
@@ -301,27 +301,27 @@ You can find more information on the history of the development on the relevant
You can also view the [gora-camel](./current/gora-camel.html) documentation.
-### 19 May, 2014: Apache Gora at [HBase London Meetup](http://www.meetup.com/HBase-London/events/179791252/)
+### 19 May, 2014: Apache Gora at [HBase London Meetup](https://www.meetup.com/HBase-London/events/179791252/)
-
+
Keeping in trend with our continual drive to build the Gora community, Gora is featuring
-in this months [HBase London Meetup](http://www.meetup.com/HBase-London/events/179791252/).
+in this months [HBase London Meetup](https://www.meetup.com/HBase-London/events/179791252/).
The meetup is focused on [data types in HBASE](https://blogs.apache.org/hbase/entry/data_types_schema) c.f. [HBASE-8693](https://issues.apache.org/jira/browse/HBASE-8693)
[HBASE-8089](https://issues.apache.org/jira/browse/HBASE-8089) with the second half of the meetup
being dedicated to discussion and presentation on where Gora/gora-hbase fits in the mix!
-
+
-### 06 May, 2014: Apache Gora Features in [Black Duck Software's](www.blackducksoftware.com/) [Open Source Delivers Blog](http://osdelivers.blackducksoftware.com/)
+### 06 May, 2014: Apache Gora Features in [Black Duck Software's](www.blackducksoftware.com/) [Open Source Delivers Blog](https://osdelivers.blackducksoftware.com/)
-
+
Gora has become the first Apache project to feature on Black Duck Software's Open Source
-Blog with an article titled [What does it really take to build a community around code?](http://osdelivers.blackducksoftware.com/2014/05/06/what-does-it-really-take-to-build-a-community-around-code/).
+Blog with an article titled [What does it really take to build a community around code?](https://osdelivers.blackducksoftware.com/2014/05/06/what-does-it-really-take-to-build-a-community-around-code/).
-The article focuses on Gora's journey through the [Apache Incubator](http://incubator.apache.org) and tells the story of how the community
+The article focuses on Gora's journey through the [Apache Incubator](https://incubator.apache.org) and tells the story of how the community
has evolved and grown over time and software releases.
A huge thank you goes to our friends at Black Duck Software for reviewing and publishing
@@ -339,17 +339,17 @@ previously available), upgrades to Apache HBase 0.94.13, Apache Cassandra
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
-0.4-CHANGES.txt.
+0.4-CHANGES.txt.
You can grab the maven release artifacts from
-Maven Central
+Maven Central
and can also get the Gora sources from our [downloads page](/downloads.html).
-
+
The jury has been out, the results are in and we are extremely proud to announce that the
Apache Gora support for Oracle NoSQL datastore project has come out on top in this years
- Google Summer of Code 2013.
+ Google Summer of Code 2013.
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.
@@ -412,7 +412,7 @@ Please see below for the presentation slides and audio.
and sharing his experiences through the summer. Corbinian, Inc. have also been talking about the project.
Additionally Apostolos was recognized by the University of Birmingham
where he obtained his masters degree in Computer Science. Finally, the project featured as part of a Veteran Organization
- post on Google's Open Source Blog.
+ post on Google's Open Source Blog.
For links to more documentation and even more blog posts covering this project, as well as the final report,
please see the GORA-217 issue on our issue tracker.
-
-
+
- C* Summit is the premier global conference for the Apache Cassandra
+ C* Summit 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 Taking Bytes from Cassandra Clients; a technical discussion
and overview of current development on implementing a pluggable
@@ -447,10 +447,10 @@ Please see below for the presentation slides and audio.
Datastax java-driver, Netflix Astyanax,
intravert-ug, 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 schedule
+ Conference Center. Check out the full schedule
for a taste of whats going on. You can follow the news on #Cassandra13.
See the slides and video below. Enjoy
-
+
-
-
+
-
After an absence of several years, the Apache Software Foundation is pleased to announce that ApacheCon is returning to Europe in 2012! ApacheCon EU Community Edition 2012 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 proposal entitled From Incubation to Continuous Ingestion - The Story of Apache Gora has been included in the Big Data track. We look forward to seeing you in November in Germany.
+
After an absence of several years, the Apache Software Foundation is pleased to announce that ApacheCon is returning to Europe in 2012! ApacheCon EU Community Edition 2012 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 proposal entitled From Incubation to Continuous Ingestion - The Story of Apache Gora has been included in the Big Data track. We look forward to seeing you in November in Germany.
-
+
-The jury has been out, the results are in and we are extremely proud to announce that the Gora - Amazon DynamoDB datastore for Gora project has come out on top in this years Google Summer of Code. 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.
+The jury has been out, the results are in and we are extremely proud to announce that the Gora - Amazon DynamoDB datastore for Gora project has come out on top in this years Google Summer of Code. 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.
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 Maven Central. -See the 0.2-CHANGES.txt +to Maven Central. +See the 0.2-CHANGES.txt file for a full list of changes in this release or alternatively the Jira release report.
@@ -504,17 +504,17 @@ file for a full list of changes in this release or alternatively the Maven Central. -See the 0.2-CHANGES.txt +to Maven Central. +See the 0.2-CHANGES.txt file for a full list of changes in this release. ### 23 April, 2012: Apache Gora Amazon DynamoDB project accepted as Google Summer of Code projectThe Apache Gora team are very happy to announce conformation that the green light has been given for a Gora -Amazon Dynamo DB project within the remit of this years -Google Summer of Code. -See the official project proposal here. +Amazon Dynamo DB project within the remit of this years +Google Summer of Code. +See the official project proposal here.
### 24 January, 2012: Apache Gora Graduates to Top Level Project at the Apache Software Foundation @@ -549,15 +549,15 @@ technologies. Here at Gora we look forward to working with the Hector community.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 Maven Central. -See the CHANGES.txt +in useable form to Maven Central. +See the CHANGES.txt file for a full list of changes in this release.
### 06 April, 2011: Apache Gora 0.1-incubating releaseThe Apache Gora project made its first incubating release. See the -CHANGES.txt +CHANGES.txt file for a full list of changes in this release.
diff --git a/content/mailing_lists.md b/content/mailing_lists.md index ed983dc..6259cf4 100644 --- a/content/mailing_lists.md +++ b/content/mailing_lists.md @@ -18,8 +18,8 @@ The Gora user mailing list addresses are :