Skip to content

nfmelendez/zoxial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 

Repository files navigation

Open.Zoxial.Analytics

Open Source Analytics for Facebook.

License

Under the Apache License, Version 2.0,
Can be used by commercial companies.

Tech we love

  • Akka for thread safe, distributed crawling.
  • Wicket for User interfase.
  • Eclipse as default IDE
  • Mysql as database.
  • Twitter bootstrap for UI
  • All code is java
  • Maven is our dependecy manager
  • Github
  • Jetty as out application server.

Quick Start

1.- Clone this project
2.- Create the mysql schema by importing this file: https://github.com/melendeznicolas/zoxial/blob/master/Zoxial.Analytics/SqlSchema/schema.sql

Then there are 2 projects:

First set up the crawler

  1. Change the configuration file to your needs
    https://github.com/melendeznicolas/zoxial/blob/master/Zoxial.Analytics/Crawler/config/config.properties
    2. And the run the start script https://github.com/melendeznicolas/zoxial/blob/master/Zoxial.Analytics/Crawler/start.sh

And should start fetching, you can check it in the logs, doing
tail -f log/logging.log

With the Fanpage-UI is the same

  1. config to ypur needs the config file :
    https://github.com/melendeznicolas/zoxial/blob/master/Zoxial.Analytics/Fanpage-UI/config/config.properties

2. And the run the ./start.sh script :
https://github.com/melendeznicolas/zoxial/blob/master/Zoxial.Analytics/Fanpage-UI/start.sh

To import the projects to eclipse just do
mvn eclipse:eclipse
in each project: Crawler and Fanpage-UI

Any question send me an mail to : nfmelendez@gmail.com or twitter: @nfmelendez

Enjoy!

About

Open Source Analytics for socialmedia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published