https://www.quantamagazine.org/scant-evidence-of-power-laws-found-in-real-world-networks-20180215/
Tag: graphs
Networks, Crowds, and Markets: A Book by David Easley and Jon Kleinberg
Graph Databases, published by O’Reilly Media
Tech Stuff: Eulerian Trail
Tech Stuff: Eulerian Trail. A recursive implementation of Hierholzer’s algorithm.
Stanford Online – CS246 – Mining Massive Data Sets
Stanford Online – CS246 – Mining Massive Data Sets.
Jure Leskovec again.
Stanford Online – CS224W – Social and Information Network Analysis
Stanford Online – CS224W – Social and Information Network Analysis.
This course will focus on how to analyze the structure and dynamics of large networks, how to model links, and how design algorithms that work with such large networks.
FoundationDB
A key-value store with other data models and querying apis layered over top, so you can treat the same data as relational (with sql queries) and graph (with gremlin traversals) at the same time. WHAT. Indexes as a data model, like in document databases.
5.12. A multilevel indexing structure (path tree)
Versioning Rails models with Neo4j.rb – Disaster Area
Versioning Rails models with Neo4j.rb – Disaster Area
I am not crazy, or at least not the only one who is crazy enough to make up the same model. Yay?