From 87690bd81f57ebf7b8b728ca317af7dd469949f4 Mon Sep 17 00:00:00 2001 From: Elise Worthy Date: Mon, 4 Jun 2012 14:58:41 -0400 Subject: [PATCH] 2 notes --- .../group_notes/group_2.markdown | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 service_oriented_design/group_notes/group_2.markdown diff --git a/service_oriented_design/group_notes/group_2.markdown b/service_oriented_design/group_notes/group_2.markdown new file mode 100644 index 0000000..e02e367 --- /dev/null +++ b/service_oriented_design/group_notes/group_2.markdown @@ -0,0 +1,26 @@ +# Small Group Discussion of "Service-Oriented Design" + +### Group + +Group members: Austen, Andy, JQ, Elise + +### Discussion Summary + +#### How do the techniques and advice map to the design decisions you've made in your individual projects? How have you veared away from them? Has this been for good or ill? + +We've implemented the user model from chapter one, but are running into issues with auth. We are splitting up our databases like he talked about in the book. The folks that have done rails have been moving along more speedily than those who are trying to implement sinatra. + +#### What is the lifecycle of a new chat message in your system? Compare this across projects. Are there differences; if so, why, and what impact does that have on the overall system design? + +Group 2 (Austen) : + +Client -----> OctoChat Chat Server + | + ^ Message Queue + |----------------------|---------------------> Search Service and Data Service + +JQ: + Messages service - then persistence, new message from Faye + + + \ No newline at end of file