Skip to content

Instantly share code, notes, and snippets.

View donnchadh's full-sized avatar

Donnchadh Ó Donnabháin donnchadh

View GitHub Profile
#CRDTs
Conflict-free replicated data type
(commutative, convergent)
(grow-only set)
sets, counters, graphs, text-editing, combinations thereof
sets with add and remove
sets:
@donnchadh
donnchadh / gist:04765e779f07977a49d7
Last active August 29, 2015 14:11
Scala Exchange 2014

#Binary Compatibility Typed Trees

#Snowplow Book - Unified Log Processing - ulogprugcf 43% discount code Scalding - AWS - Kinesis, ElasticMapReduce, Amazon RedShift Input events - 2 output streams - good stream, bad stream (validation errors, etc.) ScalaZ Validation Iglu - Scala/Spray/Swagger/Jackson

@donnchadh
donnchadh / .gitignore
Created February 16, 2012 11:26 — forked from dsyer/.gitignore
Dave Syer: Demos for s2gx2011
target/
*/src/main/*/META-INF/
.access_token
.result
.classpath
.project
.DS_Store
.settings/
*.iml
*.iws