d3.js lib is amazing ! Here i get with jsonp request in twitter followers graph dynamiquly. Work in progress. I hope to give you a production url before the end of the week.
Some interesting things about the high scalability guest post of Cinchast CTO. Cinchcast Architecture – Producing 1,500 Hours of Audio Every Day (Via High Scalability – Building bigger, faster, more reliable websites.) 1,500 hours of audio content created each day Peak ra
Amazon introduce new instance High I/O Quadruple Extra Large (hi1.4xlarge) 8 cores and 60.5GB of memory 2 SSDs of 1 TB top engineers from Netflix, Facebook, Tumblr, etc.. proclaimed that in all of their systems the scaling bottleneck had been the database More info: Expand
Nginx talk HTTP and REST api talk HTTP so making them collaborate is very easy. proxying: you can set up a http proxy to an external api via your server. The client side can do call to your server with all the remote / proxyied api methods caching: this way you can follow external api
Disqus feedback on Redis one year before http://bretthoerner.com/2011/2/21/redis-at-disqus/ In this post they demonstrate how a NoSQL solution could be the best one for the “only” job its made for. They have a knowledge of what happened on system side “CPU, Nework
Evernote think ACID properties of SQL database is more suitable than double checks on “code side”. Data is cleanly sharded by users: all of data related to a user is kept inside a node. Disk are added when user data grows in a single node, and all the new users account cre
I was yesterday at the bordeaux JUG (Java user group) for the conference “Objectif Cloud” by Nicolas de Loof. A very goog conference about Neo4j, the graph database is incoming at the jug Nicolas was a contributor to maven and is a co-author of the book of ̶
Twitter graph viz is my demo of an interactive data visualization integrally based on the browser. Here is the technos: d3.js d3.js: a javascript lib around the browser svg tag. This “data oriented” lib is amazing and is a really good choose for data viz coders. backbone.