sharismlab / sbf

SBF is a node module for extraction, mining and analysis of social networks streams that implements the model of a brain as a backbone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

** SBF (Social Brain Framework) is a node module for extraction, mining and analysis of social networks streams that implements the model of a brain as a backbone **

  • Jobs are written in Javascript or Coffeescript and run in Node.JS - jobs are concise, asynchronous and FAST
  • Includes a robust framework for scraping, selecting and traversing data from social networks
  • Includes a data validation and sanitization framework
  • Easily handle a variety of input / output - files, databases, streams, stdin/stdout, etc. from different sources and web services
  • Speed up execution by distributing work across multiple processes and (soon) other servers
  • Manage & run jobs through a web interface

Follow @sharismlab or visit http://sharimlab.com/ for updates.

Docs

You can generate the code documentation by typing or read the docs at : http://yourinstall/docs/

cake docs

Run the tests

Tests for the app are written with Mocha and Chai.

cake test

About

SBF is a node module for extraction, mining and analysis of social networks streams that implements the model of a brain as a backbone


Languages

Language:CoffeeScript 99.2%Language:JavaScript 0.8%