Embed document db - LiteDB vs RaptorDB


관련 자료

https://github.com/mgholam/RaptorDB-Document

 

mgholam/RaptorDB-Document

NoSql, JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters (now with standalone Server mode, Backup and Active Restore, ...

github.com

https://www.codeproject.com/Articles/375413/RaptorDB-The-Document-Store-2

 

RaptorDB - The Document Store

NoSql, JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters (now with standalone Server mode, Backup and Active Restore, Transactions, Server side queries, MonoDroid support, HQ-Br

www.codeproject.com

http://www.litedb.org/

 

LiteDB :: A .NET embedded NoSQL database

Standalone database LiteDB is serverless database delivered in a single DLL (less than 350kb) fully written in .NET C# managed code (compatible with .NET 3.5, 4.x, NETStandard 1.3 and 2.0). Install via NuGet or just copy DLL to your bin project folder.

www.litedb.org

 

 



 

 

RaptorDB

 JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters

 

 

LiteDB

 JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filtersEmbedded NoSQL database for .NET - An open source MongoDB-like database with zero configuration - mobile ready

 

 

두가지 중에 LiteDB가 모바일 기기도 지원하고, MongoDB와 비슷한 경험으로 사용할 수 있다. 그래서 LiteDB를 더 추천드린다.

 

+ Recent posts