Skip to content

AppCoreNet/EventStore

Repository files navigation

AppCore .NET Event Store

Nuget MyGet

This repository includes projects containing abstractions and implementations of the event store framework.

All artifacts are licensed under the MIT license. You are free to use them in open-source or commercial projects as long as you keep the copyright notice intact when redistributing or otherwise reusing our artifacts.

Packages

Latest development packages can be found on MyGet.

Package Description
AppCoreNet.EventStore Provides event store framework default implementations.
AppCoreNet.EventStore.Abstractions Provides the public API of the event store framework.
AppCoreNet.EventStore.SqlServer Adds support for Microsoft SQL Server.

Contributing

Contributions, whether you file an issue, fix some bug or implement a new feature, are highly appreciated. The whole user community will benefit from them.

Please refer to the Contribution guide.