-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Newbiew question Hibernate OGM ?
PostPosted: Thu Apr 18, 2013 12:29 pm 
Newbie

Joined: Thu Apr 18, 2013 12:20 pm
Posts: 1
Hello, I am porting a project that uses Hibernate because of Amazon RDS, but now things are changing and I have a couple of questions:

1 - we need to use a key-value store db, like Amazon S3. After some research I found Infiniband, but I am not sure if "OGM+Infiniband = support S3". Can someone give me some input into this please?

2 - I also know that Hibernate OGM does not support all MySQL joins. Is there any documentation or anything else that can tell me which joins OGM actually supports and which doesn't?

Would really appreciate your support, Pedro.


Top
 Profile  
 
 Post subject: Re: Newbiew question Hibernate OGM ?
PostPosted: Mon Apr 22, 2013 8:56 am 
Hibernate Team
Hibernate Team

Joined: Fri Sep 09, 2011 3:18 am
Posts: 295
Hi Pedro,

1 - I'm assuming you are talking about Infinispan: https://www.jboss.org/infinispan/
Infinispan is a key-value distributed NOSQL datastore and you can use it as you would use any implementation of the java.util.Map interface.
If your application uses hibernate you can use OGM to connect it to Infinispan as you would do with other relational databases.
You don't need OGM to use infinispan.
You will find a better description of infinispan in the documentation: https://docs.jboss.org/author/display/ISPN/Home

2 - Not sure what you mean with MySQL join, currently with OGM you can only execute simple queries (without JOIN) or full text queries. Details are explained in the documentation: https://docs.jboss.org/hibernate/ogm/4.0/reference/en-US/html/ogm-query.html

Cheers,
Davide


Top
 Profile  
 
 Post subject: Re: Newbiew question Hibernate OGM ?
PostPosted: Tue Apr 23, 2013 4:01 am 
Hibernate Team
Hibernate Team

Joined: Fri Oct 05, 2007 4:47 pm
Posts: 2536
Location: Third rock from the Sun
Quote:
but I am not sure if "OGM+Infiniband = support S3".


Assuming you mean OGM+Infinispan, yes Infinispan can be configured to store the data into Amazon S3:
https://docs.jboss.org/author/display/ISPN/Running+Infinispan+on+Amazon+Web+Services

_________________
Sanne
http://in.relation.to/


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.