Skip to content

Instantly share code, notes, and snippets.

View tobyjsullivan's full-sized avatar

Toby Sullivan tobyjsullivan

View GitHub Profile
@jaceklaskowski
jaceklaskowski / Rough Notes about CQRS and ES.md
Last active March 31, 2024 03:06
Rough Notes about CQRS and ES

Rough Notes about CQRS and ES

Once upon a time…

I once took notes (almost sentence by sentence with not much editing) about the architectural design concepts - Command and Query Responsibility Segregation (CQRS) and Event Sourcing (ES) - from a presentation of Greg Young and published it as a gist (with the times when a given sentence was heard).

I then found other summaries of the talk and the gist has since been growing up. See the revisions to know the changes and where they came from (aka the sources).

It seems inevitable to throw Domain Driven Design (DDD) in to the mix.

@j14159
j14159 / gist:d3cbe172f7b962d74d09
Created July 18, 2014 20:40
Naive/early S3N RDD for Spark
/**
* Started to rough this naive S3-native filesystem RDD out because I need to use IAM
* profiles for S3 access and also https://issues.apache.org/jira/browse/HADOOP-3733.
*
* Use at your own risk, bear in mind this is maybe 30 - 45min of work and testing and
* expect it to behave as such.
*
* Feedback/criticism/discussion welcome via Github/Twitter
*
* In addition to Spark 1.0.x, this depends on Amazon's S3 SDK, dependency is as follows: