Skip to content

Commit

Permalink
Edited README.md via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Amresh Singh committed Aug 19, 2011
1 parent 79155d4 commit cce89e7
Showing 1 changed file with 37 additions and 10 deletions.
47 changes: 37 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,54 @@ Overview
=========
The idea behind Kundera is to make working with NoSQL Databases drop-dead simple and fun. Kundera is being developed with following objectives:

o To make working with NoSQL as simple as working with SQL
o To serve as JPA Compliant mapping solution for NoSQL Datastores.
o To help developers, forget the complexity of NoSQL stores and focus on Domain Model.
o To make switching across data-stores as easy as changing a configuration.
* To make working with NoSQL as simple as working with SQL
* To serve as JPA Compliant mapping solution for NoSQL Datastores.
* To help developers, forget the complexity of NoSQL stores and focus on Domain Model.
* To make switching across data-stores as easy as changing a configuration.


[Downloads] (https://github.com/impetus-opensource/Kundera/wiki/Kundera-releases "Downloads")


Up and running in 5 minutes
============================
If you have worked upon Hibernate or any JPA Compliant ORM Solution, then the whole process, right from learning to coming up with first sample implementation will not take more than 5 minutes. Please follow wiki pages in following sequence:

o Get Kundera
o Go through the Basic Concepts
o Go through the Examples, Download And Play !!!
+ Get Kundera
+ Go through the Basic Concepts
+ Go through the Examples, Download And Play !!!



Currently Supported Datasources
================================
o Cassandra
o MongoDB
o HBase
* Cassandra
* MongoDB
* HBase

Recent Releases
================================

#### 08-Aug-2011 - Kundera 2.0.3 released
This release includes bug fixes and the following new features compared to version 2.0.2:

* Cassandra 0.8.x support added

#### 31-July-2011 - Kundera 2.0.2 released
This release includes bug fixes and the following new features compared to version 2.0.1:

* Kundera is now JPA 2.0 compliant.
* Embedded objects/ collections support for HBase.

#### 12-July-2011 - Kundera 2.0.1 released
This release includes bug fixes and the following new features compared to initial revision:

* Cassandra 0.7.x support added
* @Embedded annotation fields persisted co located with parent entity
* Search within embedded objects.
* Selective index.

[Downloads] (https://github.com/impetus-opensource/Kundera/wiki/Kundera-releases "Downloads")


About Us
Expand Down

0 comments on commit cce89e7

Please sign in to comment.