[hibernate-dev] Developing ogm over MongoDB
Emmanuel Bernard
emmanuel at hibernate.org
Thu Feb 3 08:44:37 EST 2011
The abstraction between Hibernate OGM and Infinispan is not done yet even though some stuffs have been put in place for that.
I've created a Wiki page to discuss the work to be done http://community.jboss.org/wiki/AbstractingHibernateOGMfromInfinispan
Do not hesitate to ask questions here or on IRC. We will try and answer and potentially improve the documentation.
Emmanuel
PS: what's the KS nomenclature?
On 3 févr. 2011, at 12:48, ildella at gmail.com wrote:
> Hi everyone.
>
> I was talking with sanne about some scenario where I'd like to use
> Hibernate Search to have a lucene index created with the HS ease of
> use, and also to persist data over MongoDB, for the schema less
> freedom and other reasons.
>
> Scenario is I need to staret developing a new app with a simple domain
> (collection of Companies with a set of ServiceRegistration each). I'd
> like to wrap the mongoDB persistence layer like you did for
> Infinispan, does that make sense?
> My target is to make crud operation works with the KS nomenclature
> (DBObject and Collection to start), and then to make HSearch work with
> that (the real hard task).
>
> I am a little lost in the ogm project, where should I start to watch
> to find some tests that can drive my implementation?
>
> Thanks for help.
>
> --
> Daniele Dellafiore
> http://danieledellafiore.net
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
More information about the hibernate-dev
mailing list