SkillAgentSearch skills...

LiteDB.AzureBlob

A library that stores LiteDB data to Azure Blob Storage (Page blob or block blob)

Install / Use

/learn @FuJianR/LiteDB.AzureBlob
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LiteDB.AzureBlob

A library that stores LiteDB data to Azure Blob Storage (Page blob or block blob). Please checkout the demo project for usage.

Why?

  • Cheap and reliable with reasonable performance for your tiny websites.
  • Performance is better than Azure Table Storage when using Azure Page Blob.
  • LiteDB is great.

Features:

  • Load pages in advance and cache them in memory.
  • Merge consecutive writing operations into one batch.
  • Use either Azure Page Blob (recommended) or Azure block blob as storage backend.

Status:

  • Under development. Not ready for prod usage.

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated1y ago
Forks1

Languages

C#

Security Score

60/100

Audited on Apr 12, 2024

No findings