Improve FAQ entry.

This commit is contained in:
Mike Thompson 2017-10-13 00:58:04 +11:00
parent 7b08942936
commit c94907d12f
2 changed files with 7 additions and 15 deletions

View File

@ -7,7 +7,7 @@ my entire Client/Server stack.
You'll want to investigate CQRS (vs REST).
### Notes
##### Notes
1. Perhaps watch [Bobby Calderwood's video](https://www.youtube.com/watch?v=B1-gS0oEtYc)
2. Look at his [reference implmentation](https://github.com/capitalone/cqrs-manager-for-distributed-reactive-services) or, perhaps, [this alternative](https://github.com/greywolve/calderwood)
@ -18,5 +18,11 @@ You'll want to investigate CQRS (vs REST).
Greg Young might be your God and [Onyx](https://github.com/onyx-platform/onyx)
may be useful.
### Further Related Links
Reactive PostgreSQL:
https://yogthos.net/posts/2016-11-05-LuminusPostgresNotifications.html
Datalog All The Way Down
https://www.youtube.com/watch?v=aI0zVzzoK_E

View File

@ -348,20 +348,6 @@ compelled by different kinds of forces at different times (gravity, convection,
With this focus on interconnections, we have been looking on the "forces" part of the loop. The transport.
## Full Stack
If you like re-frame and want to take the principles full-stack, then
these resources might be interesting to you:
Commander Pattern
https://www.youtube.com/watch?v=B1-gS0oEtYc
Datalog All The Way Down
https://www.youtube.com/watch?v=aI0zVzzoK_E
Reactive PostgreSQL:
https://yogthos.net/posts/2016-11-05-LuminusPostgresNotifications.html
## What Of This Romance?
My job is to be a relentless cheerleader for re-frame, right?