-
Notifications
You must be signed in to change notification settings - Fork 233
How to Contribute
Download souce code as zip
or
use git clone https://github.com/impetus-opensource/Kundera.git
Share your thoughts with us at Gitter chat or mail us at [email protected]
After discussion, Raise a new issue on github
Code Recommendations
- Add proper javadocs and comments.
- Contributed code must pass existing test cases.
- Write new test cases using junit.
- For Eclipse: use Kundera Formatter.
- We recommend contributor to use Java 8.
The contributor needs to open a pull request on the trunk and get it reviewed by Kundera developers.
The contributor needs to incorporate code changes (if any).
The contributor needs to write wiki page(s) talking about usage. Check wiki for Kudu Client.
At any point feel free to contact.
Create sample projects using Kundera. For example, you can create a sample web application using Spring. Check existing examples.
Check list of open issues.
Check Kundera supported databases and Kundera's Client Extension Framework for technical details on adding a new datasource. Check out our newly created Kudu client and it's wiki to get an idea of the source code as Kudu client has fewer features so it's easier to understand.
-
Datastores Supported
- Releases
-
Architecture
-
Concepts
-
Getting Started in 5 minutes
-
Features
- Object Mapper
- Polyglot Persistence
- Queries Support
- JPQL (JPA Query Language)
- Native Queries
- Batch insert update
- Schema Generation
- Primary Key Auto generation
- Transaction Management
- REST Based Access
- Geospatial Persistence and Queries
- Graph Database Support
-
Composite Keys
-
No hard annotation for schema
-
Support for Mapped superclass
-
Object to NoSQL Data Mapping
-
Cassandra's User Defined Types and Indexes on Collections
-
Support for aggregation
- Scalar Queries over Cassandra
- Connection pooling using Kundera Cassandra
- Configuration
-
Kundera with Couchdb
-
Kundera with Elasticsearch
-
Kundera with HBase
-
Kundera with Kudu
-
Kundera with RethinkDB
-
Kundera with MongoDB
-
Kundera with OracleNoSQL
-
Kundera with Redis
-
Kundera with Spark
-
Extend Kundera
- Sample Codes and Examples
-
Blogs and Articles
-
Tutorials
* Kundera with Openshift
* Kundera with Play Framework
* Kundera with GWT
* Kundera with JBoss
* Kundera with Spring
-
Performance
-
Troubleshooting
-
FAQ
- Production deployments
- Feedback