Info
Version: | 1.0.6 |
Author(s): | Mike Reed |
Last Update: | Wednesday, April 5, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://zarahdb.com/ |
NuGet Url: | https://www.nuget.org/packages/ZarahDB.Library |
Install
Install-Package ZarahDB.Library
dotnet add package ZarahDB.Library
paket add ZarahDB.Library
ZarahDB.Library Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 10.0.2)
Tags
All you need to access to the folder where the data is stored. This is great for tiny applications, or giant enterprise applications because it scales from a single machine almost to infinity, with almost no degradation in performance from the first record to the trillionth. You can have as many nodes as can share a file (almost limitless), as many records as the disk can hold (this grows every year), as much Sharding of data as folder structures allow (again, almost limitless). From a scaling perspective, it is very robust.
The very granular, performant approach used removes almost all limits to size, accessibility, and availability. The limits are controlled by the infrastructure and not by ZarahDB. If the OS can reach the file, ZarahDB can work with it.
OpenSource code at https://github.com/MikeReedKS/ZarahDB.