-
Notifications
You must be signed in to change notification settings - Fork 1
Getting started
RagtimeWilly edited this page Mar 13, 2017
·
2 revisions
The core package is Tangram.
PM> Install-Package Tangram
This provides base classes for creating aggregates and event stores as well as associated interfaces.
Currently only a JSON serialization packages is available:
PM> Install-Package Tangram.Json
There are currently two event store implementations available:
Redis: PM> Install-Package Tangram.Redis
SQL Server: PM> Install-Package Tangram.Sql