Hi, maybe this can help: https://github.com/hibernate/hibernate-demos/tree/master/hibernate-ogm/hiking-demo
That's actually a demo and not a tutorial that will guide you step by step.
Keep in mind that OGM implements JPA for NoSQL datastores, this mean that you can take as example a project that uses hibernate and then update the configuration as shown in the documentation: http://hibernate.org/ogm/documentation/
As far as I know there are not many OGM examples at the moment on the web and if you want to create one we are happy to help.
Cheers, Davide
|