This is a simple example project for x-language interop. The basic driver is a small julia script that controls download, ETL and coordination of analytics and visualization services. Graph analysis is done by:
- XXX in R
- YYY in Python
- ZZZ in Java/scala
Resulting reduced graphs are then visualized via:
- WWW in Python
- UUU in ???
- julia v0.3 or later
- julia GZip package
- julia Stage package
- thunderdome/xlang
- curl or wget
- git
- ...
To run this project (assuming julia is in your path):
$ julia webgraph.jl
Note: this script will attempt to download the PLD webgraph from
Web data commons. If
you're behind a proxy, make sure that you set http_proxy
and
https_proxy
environment variables accordingly