Coder Social home page Coder Social logo

pkozlowski-opensource / hibernate-ogm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hibernate/hibernate-ogm

1.0 1.0 0.0 2.55 MB

Hibernate Object/Grid Mapper

Home Page: http://community.jboss.org/en/hibernate/ogm

License: GNU Lesser General Public License v2.1

Java 100.00%

hibernate-ogm's Introduction

Hibernate OGM

Version: 4.0.0-SNAPSHOT

Description

Hibernate OGM is an attempt to store data in a NoSQL data grid using he Hibernate Core engine rather than rewriting a JPA engine from scratch.

The benefits are fairly obvious:

  • reimplementing the complex JPA specification is a lot of work
  • a new implementation would mature at a rather slow rate and risk of bugs would be high
  • Hibernate is familiar to many people

Instructions

Checkout <http://hibernate.org/subprojects/ogm for more information> The code is available on GitHub at https://github.com/hibernate/hibernate-ogm

To build the project, run

mvn clean install -s settings-example.xml

MongoDB

If you have MongoDB installed on localhost and the default port, use the mongodb profile as well

mvn clean install -s settings-example.xml -Pmongodb

If you have MongoDB installed in a non default host / port, you can set the environment variables and then run the test suite

export MONGODB_HOST=mongodb-machine
export MONGODB_PORT=1234
mvn clean install -s settings-example.xml -Pmongodb

Contact

Latest Documentation:

http://community.jboss.org/en/hibernate/ogm

Bug Reports:

Hibernate JIRA (preferred): https://hibernate.onjira.com/browse/OGM [email protected]

Free Technical Support:

https://forum.hibernate.org/viewforum.php?f=31

Notes

If you want to contribute, come to the [email protected] mailing list or join us on #hibernate-dev on freenode (login required)

This software and its documentation are distributed under the terms of the FSF Lesser Gnu Public License (see license.txt).

hibernate-ogm's People

Contributors

ajf8 avatar alexsnaps avatar davided avatar emmanuelbernard avatar gscheibel avatar hferentschik avatar maniksurtani avatar nicolashelleringer avatar sanne avatar slorber avatar stliu avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.