Spring Data: Difference between revisions
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
=To Process= | =To Process= | ||
==SQL== | |||
===JDBC=== | |||
====Spring Data JDBC==== | |||
<font color=darkgray>TO PROCESS https://projects.spring.io/spring-data-jdbc</FONT> | |||
===MySQL Support=== | |||
===H2 Support=== | |||
===PostgreSQL Support=== | |||
===Flyway Support=== | |||
===Spring Data REST=== | |||
<font color=darkgray>TO PROCESS: https://projects.spring.io/spring-data-rest/</font> | |||
====HAL Browser==== | |||
<font color=darkgray>TO PROCESS https://docs.spring.io/spring-data/rest/docs/current/reference/html/#_the_hal_browser</FONT> | |||
==NoSQL== | |||
===Redis=== | |||
====Reactive Redis==== | |||
===MongoDB=== | |||
====Reactive MongoDB==== | |||
===Elasticsearch=== | |||
===Solr=== | |||
===Cassandra=== | |||
====Reactive Cassandra==== | |||
===Couchbase=== | |||
====Reactive Couchbase==== | |||
===Neo4j=== |
Revision as of 20:37, 9 October 2018
External
Internal
Overview
Spring Data extends the persistence capabilities outside the core framework, as a separate project.
Concepts
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