文档数据库/用于.Net项目的键值库 [英] Document databases/Key-value stores for use with .Net projects

查看:203
本文介绍了文档数据库/用于.Net项目的键值库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有任何文档数据库和/或键值存储(类似Project Voldemort,MongoDB等),可以与.Net项目一起使用?到目前为止,我看过的大多数选项似乎更加面向非Microsoft / Java /开源技术,我想知道是否有任何经验/建议与这种解决方案的Microsoft堆栈。

Are there any document databases and/or key-value stores (something like Project Voldemort, MongoDB, etc.) that work well with .Net projects? Most of the options I've looked at so far seem to be more geared towards the non-Microsoft/Java/open-source technologies and I was wondering if anyone had any experience/recommendations with such solutions for the Microsoft stack.

推荐答案

CouchDB非常受欢迎,

CouchDB is well regarded and accessible via .Net albeit not that pleasant to install on windows still.

Thrift api兼容的服务器,例如 cassandra 会讲话。Net

Thrift api compatible servers like cassandra will talk .Net

Tokyo Cabinet 可以通过东京暴君的(显然)完整 .Net港

Tokyo Cabinet can be simply accessed by the (apparently) full .Net port of Tokyo Tyrant

MongoDB 具有几个.Net api选项

我建议指示是否分片(或其他水平缩放功能)或多或少重要,持久存储中的一定程度的一致性,因为上述所有都以某种方式折衷了低延迟和良好的可扩展性的一致性。

I would suggest that indicating whether sharding (or other horizontal scaling capabilities) are more or less important that some level of consistency in your persistent store since all of the above trade off the consistency for low latency and good scalability in some way or another.

这篇关于文档数据库/用于.Net项目的键值库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆