2

您知道 MongoDB 的 Scala 驱动程序,它也与 Amazon DocumentDB 兼容吗?从理论上讲,它们都应该是兼容的,我对在实践中有效的方法很感兴趣。特别是,我计划使用reactivemongo.

4

2 回答 2

1

要点是正确使用RDS 证书(无法在本地无隧道测试),如文档中所示。

mongodb.uri = "mongodb://${USER}:${PASSWORD}@${DOCDB_CLUSTER}${AWS_REGION}.docdb.amazonaws.com:27017/${DB_NAME}?ssl=true&keyStore=file:///path/on/local/fs/to/rds-ca-2015-root.jks&keyStorePassword=${KEYSTORE_PASS}&keyStoreType=JKS"
于 2019-07-18T17:42:30.660 回答
1

https://mongodb.github.io/mongo-scala-driver/与 Amazon DocumentDB 兼容。

于 2019-07-12T15:46:42.180 回答