|
2 | 2 | == Working with NoSQL Technologies
|
3 | 3 | Spring Data provides additional projects that help you access a variety of NoSQL technologies, including:
|
4 | 4 |
|
5 |
| -* {spring-data-mongodb}[MongoDB] |
6 |
| -* {spring-data-neo4j}[Neo4J] |
7 |
| -* {spring-data-elasticsearch}[Elasticsearch] |
8 |
| -* {spring-data-redis}[Redis] |
9 |
| -* {spring-data-gemfire}[GemFire] or {spring-data-geode}[Geode] |
10 | 5 | * {spring-data-cassandra}[Cassandra]
|
11 | 6 | * {spring-data-couchbase}[Couchbase]
|
| 7 | +* {spring-data-elasticsearch}[Elasticsearch] |
| 8 | +* {spring-data-gemfire}[GemFire] or {spring-data-geode}[Geode] |
12 | 9 | * {spring-data-ldap}[LDAP]
|
| 10 | +* {spring-data-mongodb}[MongoDB] |
| 11 | +* {spring-data-neo4j}[Neo4J] |
| 12 | +* {spring-data-redis}[Redis] |
13 | 13 |
|
14 |
| -Spring Boot provides auto-configuration for Redis, MongoDB, Neo4j, Solr, Elasticsearch, Cassandra, Couchbase, LDAP and InfluxDB. |
| 14 | +Of these, Spring Boot provides auto-configuration for Cassandra, Couchbase, Elasticsearch, LDAP, MongoDB, and Neo4J. |
15 | 15 | 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].
|
16 | 16 | You can make use of the other projects, but you must configure them yourself.
|
17 | 17 | See the appropriate reference documentation at {spring-data}.
|
18 | 18 |
|
| 19 | +Spring Boot also provides auto-configuration for InfluxDB and Solr clients. |
| 20 | + |
19 | 21 |
|
20 | 22 |
|
21 | 23 | [[data.nosql.redis]]
|
|
0 commit comments