Spring Data: Difference between revisions
Jump to navigation
Jump to search
Line 66: | Line 66: | ||
====Reactive Couchbase==== | ====Reactive Couchbase==== | ||
See [[Reactive Support in the Spring Framework#Overview|Reactive Support in the Spring Framework]]. | |||
===Neo4j=== | ===Neo4j=== |
Revision as of 04:30, 10 October 2018
External
Internal
Overview
Spring Data extends the persistence capabilities outside the core framework, as a separate project.
Projects
TO PROCESS
SQL
JDBC
Spring Data JDBC
TO PROCESS https://projects.spring.io/spring-data-jdbc
MySQL Support
H2 Support
PostgreSQL Support
Flyway Support
Spring Data REST
TO PROCESS: https://projects.spring.io/spring-data-rest/
HAL Browser
TO PROCESS https://docs.spring.io/spring-data/rest/docs/current/reference/html/#_the_hal_browser
NoSQL
Redis
Reactive Redis
See Reactive Support in the Spring Framework.
MongoDB
Reactive MongoDB
See Reactive Support in the Spring Framework.
Elasticsearch
Solr
Cassandra
Reactive Cassandra
See Reactive Support in the Spring Framework.
Couchbase
Reactive Couchbase
See Reactive Support in the Spring Framework.