chriso's node.io


chriso’s node.io at master – GitHub

node.io is a data scraping and processing framework for Node.js inspired by Google’s MapReduce.

node.io can streamline the process of:

* Parsing, filtering or sanitizing large amounts of data
* Scraping data from the web using familiar CSS selectors and traversal methods
* Map Reduce
* Transferring data, e.g. CSV => a database
* Distributing work across multiple processes, and multiple servers (soon)
* Working with continuous data & streams

Related Posts