oeohomos / bedbrebo

Domain Driven Design - CQRS - Event Sourcing Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Domain Driven Design - CQRS - Event Sourcing application

The purpose of the application is to provide some basics for learning Domain Driven Design aka DDD, CQRS and Event Sourcing aka ES. The approach focuses on the strategic and technical side of DDD, conversations with business expert which lead to the model creation, Bounded Context (BC) definition along with Uniquitous Language (UL). All modelisation steps are described in the project wiki.

Once the strategic side is established, we connect it with the technical implementation. Each choice of technology used in the project is documented and explained. You can read about the details in the wiki.

The Domain

The domain is the "Bed and Breakfast Booking". The company BedBreBo has a web portal bedbrebo.com that allows users to book a B&B room available in the BedBreBo catalog.
User can select geographical region, reservation date and check availabilities of rooms. Once the choice is made he can book the room.
bedbrebo.com allows business customers to subscribe and manage their B&B offers. Each business customer can add to the portal as many B&B offers as they want. They can update the schedule, number of available rooms, and see what has been already booked.

For the full list of business rules please look into the project wiki.

The list of features

TODO

The implementation

Two kinds of implementations are available; C# and F#, it you want to contribute in another language, please free to send a PR.

The installation

The current version:

Builds on Mono (4.2.3) Mono build status
Builds on Windows Windows build status

TODO

About

Domain Driven Design - CQRS - Event Sourcing Workshop

License:MIT License


Languages

Language:C# 78.7%Language:F# 14.4%Language:Shell 4.7%Language:Batchfile 2.0%Language:ASP 0.3%