English 中文(简体)
NoSQL(Mongo)面向文件的数据摘要层?
原标题:Document-oriented data abstraction layer for NoSQL (Mongo)?

I m 建造一个服务器应用程序,通过一个可再生能源技术网络服务连接世界,并使用MongoDB储存。 当时,网络服务的JSON资源与设在Mongo的BSON文件的结构相当接近。

虽然我通常使用一个面向目标的DAO抽象概念来掩盖持续执行的细节,但似乎在本案中最为合适,因为我真的想要做的是,根据询问和从亚洲开发银行获得的文件。 作为中间人建造物体图表似乎过分。

是否有人建议采用适合该法案的抽象模式?

<><>Edit>: 移走了1AM, 只是不使用任何抽象和只是直接使用Mongo司机。

问题回答

抽象程度取决于你们、你们的需要和要求。 本地的蒙戈非银行司机中,有不同的语言特殊层。 应由你们来决定你们的需要,而不是我们。 没有更准确和详细的背景,我们就无法提出建议。 如果你问一个一般性问题,你会收到一个一般性问题。

谁给这个+1? 什么?





相关问题
SQL Server - How many users do I *really* need?

I m setting up an application, and I m looking into purchasing a license for SQL Server. My question is pretty simple (though may have a complicated answer...) How many users accounts do I really ...

Object Graph / Persistence Question

I m currently working with an online application that requires multiple screens/steps in order to complete. The application domain is modeled using an object graph. Persistence to and from a database ...

Why does stack get truncated in Exception.StackTrace?

Why does the high part of the stack (in Exception.StackTrace) gets truncated? Let s see a simple example: public void ExternalMethod() { InternalMethod(); } public void InternalMethod() { try ...

ASP.NET MVC and Service Oriented Architecture

I would like to know how do i incorporate a feature like wcf within and MVC application. My current idea of the architecture is as follows: EntityFramework -> ASP.NET MVC (Views) ...

热门标签