Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daggerok/spring-data-examples

This repository contains some spring-data projects using RDBMS such as postgresql, mysql, oracle and NoSQL and some in-memory / embedded databases, such as h2, hsql, derby, mongo, redis, etc...
https://github.com/daggerok/spring-data-examples

derby h2 hsql kotlin mysql postgres postgresql querydsl solr spring-data-elasticsearch spring-data-hazelcast spring-data-jpa spring-data-keyvalue spring-data-mongodb spring-data-redis spring-data-rest spring-expression-language webflux

Last synced: 9 days ago
JSON representation

This repository contains some spring-data projects using RDBMS such as postgresql, mysql, oracle and NoSQL and some in-memory / embedded databases, such as h2, hsql, derby, mongo, redis, etc...

Awesome Lists containing this project

README

        

= spring-data-examples

////
image:https://travis-ci.org/daggerok/spring-data-examples.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/spring-data-examples"]
////

This repository contains some spring-data playground projects

- link:https://github.com/daggerok/spring-data-jpa-projections/[GitHub: daggerok/spring-data-jpa-projections repository demonstrates how to use Spring Data JPA Projections]
- link:https://github.com/daggerok/spring-data-ldap-example[GitHub: daggerok/spring-data-ldap-example Spring Data LDAP examples]
- link:https://github.com/daggerok/spring-boot-reactive-scala-example[Reactive MongoDB using Scala, Spring Boot and Gradle Kotlin DSL]
- link:https://github.com/daggerok/spring-data-hazelcast-example[Lazy and fast Spring Data Hazelcast]
- link:https://github.com/daggerok/spring-data-jdbc-example[Lightway Spring Data JDBC]
- link:https://github.com/daggerok/spring-data-java8[Spring Data repository return types: CompletableFuture, Stream / Streamble]
- link:https://github.com/daggerok/webflux-cqrs-es[Eventsourcing using JPA (in progress..)]
- link:https://github.com/daggerok/jpa-uuid[JPA UUID @Entity @Id]
- link:https://github.com/daggerok/r2dbc-example[GitHub daggerok/r2dbc-example - R2DBC: Reactive JDBC]
- link:./spring-data-jpa-count-query-fix/[spring-data-jpa #{#entityName} fix in countQuery]
- link:https://github.com/daggerok/spring-data-mybatis[MyBatis]
- link:https://github.com/daggerok/spring-boot-runtime-datasource-initialization[Runtime DataSource(s) initialization]
- link:redis-store[Kotlin | Redis]
- link:https://github.com/daggerok/spring-5-examples/tree/master/mapdb[MapDB | Spring Webflux]
- link:redis/[redis]
- link:spel/[spring expression language]
- link:querydsl/[QueryDSL]
- link:derby-create-drop/[Derby create-drop auto-ddl]
- link:reactive-redis-webflux/[Reactive Redis]
- link:jpa-data-rest/[derby, h2, hsql, mysql, postgres]
- link:data-event-listener/[spring-data-rest event listening]
//- link:elastic/[spring-data-elasticsearch]
- link:key-value/[kotlin, webflix and spring-data-keyvalue]
- link:key-value-hazelcast/[kotlin and spring-data-hazelcast]
- link:spring-data-history-audit/[spring-data-rest advanced audit]
- link:reactive-data-flow-systems/[reactive data flow systems]
- link:infinispan-example/[Using infinispan data grid]

_other repositories_

- link:https://github.com/daggerok/r2dbc-kickass[GitHub daggerok/r2dbc-kickass]

TODO:

- link:https://www.youtube.com/watch?v=N8ElAVRecaM[Reactive Data Access with Spring Data - Christoph Strobl, Mark Paluch]
- link:https://www.youtube.com/watch?v=BKYXu25sziI[Under the Hood of Reactive Data Access - Mark Paluch]