Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 672 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 672 Bytes

rexster-explorer

A web application to browse and visualize graphs exposed by Rexster's REST API

rexster-explorer is a ClojureScript application for the browser that allows to visualize graphs exposed by Rexster.

In addition to Rexster's server a little HTTP proxy, written in Clojure, is needed to provide the browser with access to arbitrary URLs.

To start the application run

$ lein uberjar
$ java -jar target/rexster-explorer-0.1.0-SNAPSHOT-standalone.jar

in the working copy of this repository. A web server should start listening on port 8080 which will serve both the HTTP proxy and static content.