-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Jeppetto is an open-source framework that provides a customizable data access layer for your applications. Utilizing the familiar Data Access Object (DAO) pattern, Jeppetto provides basic CRUD (create, read, update, delete) operations just by declaring an interface. Jeppetto, however, goes well beyond that, letting you define additional query operations by simply describing them within your DAO interface.
Jeppetto supports multiple data store types (currently Amazon DynamoDB, Hibernate-accessible data stores (e.g. MySQL, Postgres, etc.), and MongoDB), making it ideal for use in the polyglot persistence world. Because it works across data store types, it's easy to migrate from system to system without learning new ways of managing persistence or thinking about data access, and can even aid in the migration from one data store to another.
To learn more about Jeppetto, please follow one of the links below:
- Getting Started - How to get up and running with Jeppetto
- Using Jeppetto - Learn how to use all of Jeppetto's features
Data store specific details and options:
Please send feedback if you'd like for us to consider another data store. Or better yet, consider contributing to Jeppetto.
Email: jeppetto.project@gmail.com.
Home | Copyright © 2012-2017 Jeppetto and Jonathan Thompson