Add MongoDB Atlas support for TestContainers and Docker Compose
Implement service connection support for MongoDB Atlas using both TestContainers and Docker Compose. This change enables easier integration testing and local development with MongoDB Atlas. - Leverage TestContainers 1.20.2 which introduces MongoDBAtlasLocalContainer - Add TestContainers support using MongoDBAtlasLocalContainer - Implement Docker Compose configuration for MongoDB Atlas - Create connection details factories for both TestContainers and Docker Compose - Update dependency management for MongoDB Atlas integration - Add integration tests for both TestContainers and Docker Compose setups - Update documentation to include MongoDB Atlas support
This commit is contained in:
committed by
Mark Pollack
parent
e58341a447
commit
e1d9bfc616
@@ -34,6 +34,9 @@ The following service connection factories are provided in the `spring-ai-spring
|
||||
| `ChromaConnectionDetails`
|
||||
| Containers named `chromadb/chroma`, `ghcr.io/chroma-core/chroma`
|
||||
|
||||
| `MongoConnectionDetails`
|
||||
| Containers named `mongodb/mongodb-atlas-local`
|
||||
|
||||
| `OllamaConnectionDetails`
|
||||
| Containers named `ollama/ollama`
|
||||
|
||||
|
||||
@@ -37,6 +37,9 @@ The following service connection factories are provided in the `spring-ai-spring
|
||||
| `MilvusServiceClientConnectionDetails`
|
||||
| Containers of type `MilvusContainer`
|
||||
|
||||
| `MongoConnectionDetails`
|
||||
| Containers of type `MongoDBAtlasLocalContainer`
|
||||
|
||||
| `OllamaConnectionDetails`
|
||||
| Containers of type `OllamaContainer`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user