Skip to content

Instantly share code, notes, and snippets.

@mattwagl
Last active July 25, 2018 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattwagl/268cfe3f5e483188d7a3f1386451af90 to your computer and use it in GitHub Desktop.
Save mattwagl/268cfe3f5e483188d7a3f1386451af90 to your computer and use it in GitHub Desktop.
Simple wolkenkit readModel.
const projections = {
'collaboration.board.mounted' (boards, event) {
boards.add({
title: event.data.title,
slug: event.data.slug,
timestamp: event.metadata.timestamp
});
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment