https://github.com/arlodotexe/owlcore.nomad.storage
A virtual storage implementation powered by shared event sourcing
https://github.com/arlodotexe/owlcore.nomad.storage
Last synced: 4 months ago
JSON representation
A virtual storage implementation powered by shared event sourcing
- Host: GitHub
- URL: https://github.com/arlodotexe/owlcore.nomad.storage
- Owner: Arlodotexe
- Created: 2024-04-28T08:25:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T23:22:16.000Z (6 months ago)
- Last Synced: 2024-12-25T07:17:06.478Z (5 months ago)
- Language: C#
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# OwlCore.Nomad.Storage [](https://www.nuget.org/packages/OwlCore.Nomad.Storage)
A virtual storage implementation powered by shared event sourcing.
This library is in prerelease and documentation is work in progress. Please return later.
## Install
Published releases are available on [NuGet](https://www.nuget.org/packages/OwlCore.Nomad.Storage). To install, run the following command in the [Package Manager Console](https://docs.nuget.org/docs/start-here/using-the-package-manager-console).
PM> Install-Package OwlCore.Nomad.Storage
Or using [dotnet](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet)> dotnet add package OwlCore.Nomad.Storage
## Usage
```cs
var test = new Thing();
```## Financing
We accept donations [here](https://github.com/sponsors/Arlodotexe) and [here](https://www.patreon.com/arlodotexe), and we do not have any active bug bounties.
## Versioning
Version numbering follows the Semantic versioning approach. However, if the major version is `0`, the code is considered alpha and breaking changes may occur as a minor update.
## License
All OwlCore code is licensed under the MIT License. OwlCore is licensed under the MIT License. See the [LICENSE](./src/LICENSE.txt) file for more details.