Skip to content

Instantly share code, notes, and snippets.

View maitysubhasis's full-sized avatar
🏠
Working from home

subhasis maity maitysubhasis

🏠
Working from home
View GitHub Profile

Introduction

This gist started with a collection of resources I was maintaining on stream data processing — also known as distributed logs, data pipelines, event sourcing, CQRS, and other names.

Over time the set of resources grew quite large and I received some interest in a more guided, opinionated path for learning about stream data processing. So I added the reading list.

Please send me feedback!

@maitysubhasis
maitysubhasis / Antimony.css
Last active January 28, 2018 22:05 — forked from ollytheninja/Antimony.css
Markdown cssJust add <link href="style.css" rel="stylesheet"></link> to the start of your markdown document.
* { margin: 0; padding: 0; background: red}
abbr,acronym,blockquote,code,dir,kbd,listing,plaintext,q,samp,tt,var,xmp { hyphens: none; }
html {
padding: 2em;
font: normal 18px/1.25 Source Sans Pro, sans-serif;
color: #000;
hyphens: auto;
@maitysubhasis
maitysubhasis / 0_reuse_code.js
Created March 11, 2016 16:50
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console