Document databases/Key-value stores for use with .Net projects(用于 .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 项目的文档数据库/键值存储
基础教程推荐
- rabbitmq 的 REST API 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- SSE 浮点算术是否可重现? 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01