Skip to content

Commit

Permalink
Clarify which NoSQL stores are supported by Spring Data
Browse files Browse the repository at this point in the history
Closes gh-29694
  • Loading branch information
wilkinsona committed Aug 8, 2023
1 parent 0ab7129 commit 05244d7
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@
== Working with NoSQL Technologies
Spring Data provides additional projects that help you access a variety of NoSQL technologies, including:

* {spring-data-mongodb}[MongoDB]
* {spring-data-neo4j}[Neo4J]
* {spring-data-elasticsearch}[Elasticsearch]
* {spring-data-redis}[Redis]
* {spring-data-gemfire}[GemFire] or {spring-data-geode}[Geode]
* {spring-data-cassandra}[Cassandra]
* {spring-data-couchbase}[Couchbase]
* {spring-data-elasticsearch}[Elasticsearch]
* {spring-data-gemfire}[GemFire] or {spring-data-geode}[Geode]
* {spring-data-ldap}[LDAP]
* {spring-data-mongodb}[MongoDB]
* {spring-data-neo4j}[Neo4J]
* {spring-data-redis}[Redis]

Spring Boot provides auto-configuration for Redis, MongoDB, Neo4j, Solr, Elasticsearch, Cassandra, Couchbase, LDAP and InfluxDB.
Of these, Spring Boot provides auto-configuration for Cassandra, Couchbase, Elasticsearch, LDAP, MongoDB, and Neo4J.

This comment has been minimized.

Copy link
@vpavic

vpavic Aug 24, 2023

Contributor

It appears that Redis was dropped here by accident while sorting the data stores alphabetically.

This comment has been minimized.

Copy link
@philwebb

philwebb Aug 24, 2023

Member

Thanks Vedran! I've fixed it in 727e22a

This comment has been minimized.

Copy link
@wilkinsona

wilkinsona Aug 29, 2023

Author Member

Thanks both.

Additionally, {spring-boot-for-apache-geode}[Spring Boot for Apache Geode] provides {spring-boot-for-apache-geode-docs}#geode-repositories[auto-configuration for Apache Geode].
You can make use of the other projects, but you must configure them yourself.
See the appropriate reference documentation at {spring-data}.

Spring Boot also provides auto-configuration for InfluxDB and Solr clients.



[[data.nosql.redis]]
Expand Down

0 comments on commit 05244d7

Please sign in to comment.