Simple embedded document storage for .NET
DETAILS
of the projectEasy-Doc-Db is a simple embedded document storage for .NET Applications that also includes .NET Core support. The library allows applications to keep documents around in a local folder serialized in JSON, XML, or YAML formats.
Key Benefits:
- Read optimized - all data is kept in RAM
- No data and schema migrations
The library is best suited for small or mid-size projects with a limited or predictable amount of data. Going forward with loads, it will be easy to replace the lib with other document storage solutions (MongoDb, Azure DocumentDb, etc). The library supports various possibilities for customization: there is a way to have a custom implementation of serializer or storage provider.
The project is distributed as a set of nuget packages and licensed under a CC BY License.
The code is open-source. Please check this project on our GitHub for more information and examples.