I wanted to submit a talk to share my experience with implementing CRDTs in
Clojure and building riak_core-like cluster. But put it aside cause there
are still too many unresolved problems and question without proper answers.

I talked at local meetup a month ago about deterministic parallel and
distributed programming with Clojure. Determinism is quite hot topic now,
but not in Clojure community, as I can see. The keynote of that speech was
"there are many cools things that you can do with Clojure and there are
many useful ideas that we can borrow/port from other languages (like
Erlang, Haskell, Scala)". Nothing to be really proud about in this field
(except one notable project - tool for testing network partitions Jepsen,
and maybe Avout).

In general, it's very interesting to know, who works with sophisticated
distributed system? What problems did you face and what solutions do you
use to deal with them? CRDTs? Or modern consensus protocols (like Raft)?
Work distribution platforms & cluster management (like riak_core)? Gossip
protocols? Maybe distributed core.async?


2014-08-11 22:03 GMT+03:00 Alex Miller <a...@puredanger.com>:

> RICON CFP is open - anyone planning on submitting anything
> Clojure-related? CFP ends in one week:
>
> http://ricon.io/event-details/index.html
>
> Event is in Las Vegas, Oct 28-29.
>
>
>  --
> 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/d/optout.
>



-- 
Kind regards,
Alexey S. Kachayev,
CTO at Attendify.com
----------
http://github.com/kachayev
http://twitter.com/kachayev
Skype: kachayev
Tel: +380-996692092

-- 
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/d/optout.

Reply via email to