Skip to content
/ fasti Public

This library provides the ability to describe your type-safe sagas which can be continued from the last completed stage.

License

Notifications You must be signed in to change notification settings

dokwork/fasti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fasti

Build Status Coverage Status Download

In ancient Rome, the fasti were chronological or calendar-based lists, or other diachronic records or plans of official and religiously sanctioned events.

About

The main idea of this project is to separate the implementation of Sagas pattern and the implementation of their persistence to give more ability to make different variants of persistence.

An example of the persisted saga is described in the example project.

More about

  • Complete specification of the Saga here
  • Example of the persisted saga here

How to try

libraryDependencies += "ru.dokwork" %% "fasti" % "0.2.0"

About

This library provides the ability to describe your type-safe sagas which can be continued from the last completed stage.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages