CorrugatedIron - the .NET client for Riak.
Riak is a distributed, fault tolerant, highly-available Key/Value store written by Basho Technologies. Riak is Open Source and written in Erlang. CorrugatedIron exposes the features of Riak through a developer-friendly API.
After installing...
More information
Riak .NET Client - the .NET client for Riak.
Riak is a distributed, fault tolerant, highly-available Key/Value store written by Basho Technologies. Riak .NET Client exposes the features of Riak through a developer-friendly API.
After installing this package, make sure that you modify...
More information
Oracle managed specific nhibernate driver.
Example using NHibernate configuration by code:
var cfg = new Configuration();
cfg.DataBaseIntegration(db => {
db.ConnectionString = @"Data...
More information
An elFinder backend connector with less magic code and more compatibility.
This enables .NET Standard 2.0 projects to easily integrate elFinder functionalities.
See the example project on Github for usage detail.
NHibernate Sqlite Driver with Microsoft.Data.Sqlite.Core. In order to use this driver, you must have the nuget package [Microsoft.Data.Sqlite.Core](https://www.nuget.org/packages/Microsoft.Data.Sqlite.Core/) and...
More information
This package enables ASP.NET Core 2.2 projects to easily integrate the elFinder.Net.Core connector. See the example project on Github for usage detail.
ReGrid is a distributed file storage on top of RethinkDB. ReGrid is similarly inspired by GridFS from MongoDB. With ReGrid, a large 4GB file can be broken up into chunks and stored on RethinkDB cluster.