Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
/ BinaryStore Public archive

Binary store abstraction over file system and Azure Blob Storage

License

Notifications You must be signed in to change notification settings

ridercz/BinaryStore

Repository files navigation

BinaryStore

.NET binary store abstraction over file system and Azure Blob Storage simplifies development of applications, that should run either in Windows Azure, or on premises.

How to install

The best way to install this library is using NuGet. There are three NuGet packages available:

  • Altairis.BinaryStore.Core is the core library without providers. Most likely you won't need to install it directly, as it's included as dependency for the other two packages.
  • Altairis.BinaryStore.FileSystem installs core library and file system provider.
  • Altairis.BinaryStore.WindowsAzure installs core library and Windows Azure Blob Storage provider.

License

This application is licensed under terms of MIT License.

About

Binary store abstraction over file system and Azure Blob Storage

Resources

License

Stars

Watchers

Forks

Packages

No packages published