Skip to content

Getting started

RagtimeWilly edited this page Mar 13, 2017 · 2 revisions

Installing from NuGet

Core

The core package is Tangram.

PM> Install-Package Tangram

This provides base classes for creating aggregates and event stores as well as associated interfaces.

Serialization

Currently only a JSON serialization packages is available:

PM> Install-Package Tangram.Json

Event Stores

There are currently two event store implementations available:

Redis: PM> Install-Package Tangram.Redis

SQL Server: PM> Install-Package Tangram.Sql

Clone this wiki locally