Re: Possible collaboration between Gora and MetaModel to deliver datastore concept?

2014-09-12 Thread Lewis John Mcgibbney
Hi Kasper On Fri, Sep 12, 2014 at 10:47 PM, wrote: > > Curious to hear what you think! > > I personally think that this is an excellent idea. I am aware that Henry has been monitoring you guys for a while now and we were actually talking a bit about MetaMode this week infact. I think that we cou

Revert the Gora shim patch for https://issues.apache.org/jira/browse/GORA-346

2014-09-12 Thread Henry Saputra
Seemed like the Gora-shim patch was never tested. If I cannot fix the test by EOD I will revert the changes and re-open the JIRA (https://issues.apache.org/jira/browse/GORA-346) - Henry

[jira] [Commented] (GORA-370) Implement MapReduce 2.X tests

2014-09-12 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/GORA-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14132098#comment-14132098 ] Henry Saputra commented on GORA-370: Looking at this ... > Implement MapReduce 2.X test

[jira] [Assigned] (GORA-370) Implement MapReduce 2.X tests

2014-09-12 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/GORA-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Saputra reassigned GORA-370: -- Assignee: Henry Saputra > Implement MapReduce 2.X tests > - > >

Re: Possible collaboration between Gora and MetaModel to deliver datastore concept?

2014-09-12 Thread Henry Saputra
Thanks for reaching out Kasper. Love to see the Query APIs integration to support for the Gora simple Query class. Hopefully we could make some integration happen that beneficial to both projects. - Henry On Thu, Sep 11, 2014 at 10:02 AM, Kasper Sørensen wrote: > Hi Gora community, > > I am wri

Re: Persistence within gora-cassandra

2014-09-12 Thread Apostolis Giannakidis
Hello Lewis, I do not know Cassandra and I am not sure about how persistence is achieved in gora-cassandra, but to my understanding since Gora is using Avro to serialise the data then Bytes is the way to go. But I might be completely wrong here. Best, A. On Fri, Sep 12, 2014 at 6:36 PM, Lew

Persistence within gora-cassandra

2014-09-12 Thread Lewis John Mcgibbney
Hi Folks, Currently we persist everything into blobs within Cassandra. https://github.com/apache/gora/blob/master/gora-cassandra/src/main/java/org/apache/gora/cassandra/store/CassandraStore.java#L513 This is not just for Records... it is for all types I am wondering what the gains are for us to sto