Skip to content
JT Thompson edited this page Jun 9, 2017 · 7 revisions

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:

Data store specific details and options:

Questions or Feedback?

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.