Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前,我的 mongodb 应用程序的架构非常简单。但是,我想进一步简化和清理它。更新我的架构设计的最佳方式是什么?我应该使用库(相当简单)以我选择的语言编写重新映射器,还是有更简单的方法?
我不介意执行上述操作,我只是想知道是否有一种非常明显的可靠方式。
您不必迁移您的架构,mongodb 像任何 NoSQl 系统一样是 RDBMS 架构问题的答案。
也就是说,您必须通过制作迁移脚本来迁移数据。
您可能会发现此答案很有用。