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 项目的文档数据库/键值存储
- CanBeNull和ReSharper-将其用于异步任务? 2022-01-01
- Azure Active Directory 与 MVC,客户端和资源标识同一 2022-01-01
- 为什么 C# 中的堆栈大小正好是 1 MB? 2022-01-01
- 在 LINQ to SQL 中使用 contains() 2022-01-01
- Windows 喜欢在 LINUX 中使用 MONO 进行服务开发? 2022-01-01
- C# 通过连接字符串检索正确的 DbConnection 对象 2022-01-01
- 在 C# 中异步处理项目队列 2022-01-01
- 带问号的 nvarchar 列结果 2022-01-01
- 使用 rss + c# 2022-01-01
- 是否可以在 .Net 3.5 中进行通用控件? 2022-01-01