Re: Ted Dziuba: The S in REST

2015-11-27 Thread Ted Dziuba
This idea was never fully baked, mostly just thinking out loud. I did have a system that needed that kind of consistency, and I ended up using Datomic. It offers the same consistency and caching, but with a robust query language as well. Ted On Tuesday, October 13, 2015 at 1:49:26 AM UTC-7, P

Re: Ted Dziuba: The S in REST

2015-10-16 Thread Bobby Calderwood
Shameless (but very relevant) plug: come check out my talk at Clojure/conj! http://clojure-conj.org/speakers#bcalderwood On Wednesday, October 14, 2015 at 7:25:35 AM UTC-4, Patrick Kristiansen wrote: > > On Wednesday, October 14, 2015 at 5:49:06 AM UTC+2, James Reeves wrote: >> >> Of course, the

Re: Ted Dziuba: The S in REST

2015-10-14 Thread Patrick Kristiansen
On Wednesday, October 14, 2015 at 5:49:06 AM UTC+2, James Reeves wrote: > > Of course, the difficulty with this architecture is that few databases > have fast, immutable snapshots built in, so you'd have to get a little > creative with your database design. > Which, I guess, is where Datomic wou

Re: Ted Dziuba: The S in REST

2015-10-14 Thread Colin Yates
Not following this too closely, but CQRS and event sourcing is an incredibly powerful combination (particularly if you throw DDD in there as well) and might be a perfect fit here... > On 14 Oct 2015, at 04:48, James Reeves wrote: > > On 13 October 2015 at 09:49, Patrick Kristiansen

Re: Ted Dziuba: The S in REST

2015-10-13 Thread James Reeves
On 13 October 2015 at 09:49, Patrick Kristiansen wrote: > > Has anyone read and given any thoughts to the ideas about immutability and > REST by Ted Dizuba here: > > http://teddziuba.github.io/2014/08/18/the-s-in-rest/ > > Has anyone done anything resembling this? I think the ideas sounds > intrig

Re: Ted Dziuba: The S in REST

2015-10-13 Thread Raoul Duke
The thought that came to my mind when reading it was something like, "Hasn't anybody heard of MVCC?" -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are mod

Ted Dziuba: The S in REST

2015-10-13 Thread Patrick Kristiansen
Hi everyone Has anyone read and given any thoughts to the ideas about immutability and REST by Ted Dizuba here: http://teddziuba.github.io/2014/08/18/the-s-in-rest/ Has anyone done anything resembling this? I think the ideas sounds intriguing. Best regards, Patrick -- You received this mess