Skip to content

A sample app showing a bounded context and sharing data across services using Event Sourcing.

Notifications You must be signed in to change notification settings

roysbailey/cloud-ddd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cloud-ddd

Event Sourcing demo application build in the cloud using hetrogeneouos technologies and web standards.

Organisation Directory

  • A SPA used to maintain details of organisations
    • nodejs
    • breezejs
    • mongodb (lob data)
    • durnadal
    • knockout
    • AWS SimpleDB (Event Sourcing Repo)
    • Hosted on AWS using an ubuntu server
  • OrgDir Event Source
    • nodejs
    • express
    • AWS SimpleDB (Event Sourcing Repo)

Contract Centre

  • Website used to manage contracts for organisations
    • ASP.NET MVC web App
    • SQL Azure
  • Change Processor
    • Azure worker roll, polls "OrgDir Event Source" for changes
    • SQL Azure
    • Topics and Queues

About

A sample app showing a bounded context and sharing data across services using Event Sourcing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published