简体   繁体   English

AWS DocumentDB与Ruby on Rails和Angular JS的兼容性

[英]AWS DocumentDB compatibility with Ruby on Rails And Angular JS

Hi I would like to know if AWS Document DB, is compatible with Ruby on Rails, AngularJS and Express JS? 嗨,我想知道AWS Document DB是否与Ruby on Rails,AngularJS和Express JS兼容?

Currently I have two apps that use Mongo DB (Ruby on Rails and the other Angular / Express JS) and I would like to know if the frameworks support AWS DocumentDB 目前,我有两个使用Mongo DB的应用程序(Ruby on Rails和另一个Angular / Express JS),我想知道框架是否支持AWS DocumentDB。

https://aws.amazon.com/documentdb/ https://aws.amazon.com/documentdb/

Thank you 谢谢

Amazon DocumentDB implements the MongoDB 3.6 API. Amazon DocumentDB实现了MongoDB 3.6 API。 Any framework that has a MongoDB 3.6 connector should be able to talk to DocumentDB. 任何具有MongoDB 3.6连接器的框架都应该能够与DocumentDB进行通信。 Things like Mongoose should be able to open a connection with no changes. 猫鼬之类的东西应该能够保持连接不变。 There is a complete list of the supported operations and data types in the documentation. 文档中有受支持的操作和数据类型完整列表 As long as your apps don't rely on any operations or commands not contained in this list, it'll run just as it does on MongoDB. 只要您的应用程序不依赖此列表中未包含的任何操作或命令,它就会像在MongoDB上一样运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM