Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/daggerok/spring-data-examples
- Owner: daggerok
- License: mit
- Created: 2017-10-11T09:54:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T20:48:48.000Z (over 2 years ago)
- Last Synced: 2023-04-05T03:19:12.322Z (over 1 year ago)
- Topics: 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
- Language: Java
- Homepage: https://daggerok.github.io/spring-data-examples/
- Size: 701 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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]