Thursday, 16 July 2015
Interesting Snippets from 2015-07-16
-
google/cayley · GitHub
Cayley is an open-source graph inspired by the graph database behind Freebase and Google's Knowledge Graph. Its goal is to be a part of the developer's toolbox where Linked Data and graph-shaped data (semantic webs, social networks, etc) in general are concerned.
-
PipelineDB—The Streaming SQL Database
An open-source relational database that runs SQL queries continuously on streams, incrementally storing results in tables.
-
DrBoolean/mostly-adequate-guide · GitHub
This is a book on the functional paradigm in general. We'll use the world's most popular functional programming language: JavaScript.