用于 .Net 项目的文档数据库/键值存储

Document databases/Key-value stores for use with .Net projects(用于 .Net 项目的文档数据库/键值存储)

本文介绍了用于 .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 广受好评,可通过以下方式访问.Net 虽然在 Windows 上安装仍然不是那么愉快.

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 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 项目的文档数据库/键值存储的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本文标题为:用于 .Net 项目的文档数据库/键值存储

基础教程推荐