On Wednesday, 16 October 2013 01:03:56 UTC+8, Tim Visher wrote:
>
> On Tue, Oct 15, 2013 at 8:15 AM, Mikera <mike.r.an...@gmail.com<javascript:>> 
> wrote: 
> > I just created a new, small, experimental library because I needed to 
> > represent a "timeline" of values as an immutable object. 
>
> This sounds very cool. I've been thinking about doing something like 
> this for awhile to support permalinks that will never break in a 
> webapp I've been working on for forever. 
>

Should work well. Though Timeline won't help you with persisting / storing 
the data - you'll need to figure out that part separately.

An option that might be interesting is using Datomic as a persistence 
layer, and reading out a history of values into an in-memory timeline for 
fast querying, processing and analytics. I think this would fit very 
naturally.

-- 
-- 
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 moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to