!!! experimental version !!!
BuzZ is a extensible and configurable library for network data collect from social medias with realtime (stream) suport. This works based on two interfaces: buzz and buzzData.
The table bellow show the current support:
Stream (Real Time) | Search Engine | Owned Object | |
---|---|---|---|
yes | no | no | |
no | no | yes | |
Google Plus | no | no | no |
no | no | no | |
Youtube | no | no | no |
Stream is the realtime medias.
Search Engine is the medias collected from an search engine.
Owned Object is a specific media object like a Facebook Post or a Youtube Video.
~$ autoreconf --install
~$ ./configure
~$ make
~# make install
build tests:
~$ make -C test
Implements the connection with the network and how the library will communicate with social medias (eg.: twitter, facebook, instagram, etc.)
Implements the way that data will be stored (eg.: postgresql, file, stdout, etc.).