简体   繁体   English

是否有相当于Rob Conery的NoSQL(MongoDB)的Massive?

[英]Is there an equivalent of Rob Conery's Massive for NoSQL (MongoDB)?

Is there an equivalent of Rob Conery's Massive for NoSQL (MongoDB)? 是否有相当于Rob Conery的NoSQL(MongoDB)的Massive?

I like Massive very much, but I'd like to use it with NoSQL databases, especially with MongoDB and I can't find a decent alternative. 我非常喜欢Massive ,但我想将它与NoSQL数据库一起使用,尤其是MongoDB,我找不到合适的替代方案。

If you are interested in the 'single file' aspects of it then it shouldn't be too hard to create something using the Bson serializer / deserializer code provided in the MongoDB driver to store Bson documents in the file system. 如果您对它的“单个文件”方面感兴趣,那么使用MongoDB驱动程序中提供的Bson序列化程序/反序列化程序代码创建一些东西以将Bson文档存储在文件系统中应该不会太难。

If you are interested in the query aspects of it, SQL isn't the right language to query a document store like MongoDB. 如果您对它的查询方面感兴趣,那么SQL不是查询像MongoDB这样的文档存储的正确语言。

And finally, if you are interested in the dynamic aspects of it, well the closest I've found to that so far is my own blog post on using dynamic objects with MongoDB . 最后,如果你对它的动态方面感兴趣,那么到目前为止发现的最接近的是我自己的关于在MongoDB中使用动态对象的博客文章

Simple.Data有一个适用于MongoDB的适配器 - https://github.com/markrendle/Simple.Data

Maybe I don't get it (but I'm not a NoSQL guru by any means): 也许我没有得到它(但我不是任何方式的NoSQL大师):

The point of Massive is to map a relational database table to an object. Massive的要点是将关系数据库表映射到对象。
The point of NoSQL is that there are no relational database tables, but that you save your objects directly into the database instead. NoSQL的观点是没有关系数据库表,而是将对象直接保存到数据库中。

So...what feature of Massive do you want to use with a NoSQL DB? 那么......你想在NoSQL DB中使用Massive的哪些功能?
Do you really need a Massive equivalent for NoSQL? 你真的需要NoSQL的Massive等价物吗?

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

相关问题 使用Rob Conery的Massive从多个表中读取 - Reading from multiple tables using Rob Conery's Massive Asp.Net MVC - Rob Conery 的 LazyList - Count() 或 Count - Asp.Net MVC - Rob Conery's LazyList - Count() or Count 数据库包装器,例如Rob Conery的Massive,用于SQL Server 2005和ASP.NET 2.0 - Database wrapper like Massive by Rob Conery for SQL Server 2005 and ASP.NET 2.0 什么是SQL Server的NoSQL等效项 - What's the NoSQL equivalent of SQL Server C#-使用NoSQL(MongoDB)生成类似于ID的“身份”吗? - C# - Generate “identity” like Id's with NoSQL (MongoDB)? 在Visual Studio Express或Professional中使用NoSQL / MongoDB - Using NoSQL/MongoDB in Visual Studio Express or Professional 使用ContractResolver在Newtonsoft的Json.NET中实现与MongoDB的BSON类映射等效的功能 - Using ContractResolver to realize an equivalent to MongoDB's BSON class map in Newtonsoft's Json.NET MongoDB作为NoSQL数据库提供的优于ElasticSearch的优势 - What advantages does MongoDB offer over ElasticSearch as a NoSQL database only 实体框架的StateManager中很少对象消耗大量RAM - Few objects in Entity Framework's StateManager consuming massive amounts of RAM 等效于Java的BorderLayout - Equivalent of Java's BorderLayout
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM