Home - Gilligan128/Pancake GitHub Wiki

Overview

This is Pancake. Like, Puppet or Chef it lets you set the desired state, only instead of generic resources it synchronizes the state of persistent entities in your database (or potentially other persistent stores).The current version only supports NHiberate.

Phases

There are three main phases to Pancake:

  1. Configuration - Sets up the global config, registers Providers, customizes the process.
  2. Resource Registration - Registers all Resources to be managed.
  3. Serving - Applies all the necessary changes to synchronize resources.