GraphGraph is a tool for viewing A&AI schemas.
- This is a prototype!
- Works in Firefox. Don't use Chrome if possible
- v13 schema doesn't work (schema is broken)
To start the frontend just run the following command:
The UI will be available on http://localhost:3000
In order to start the webservices run the App.java from your Java IDE (the service runs on localhost port 8080).
You have to start a local instance (i.e. localhost) of schema-service. Afterwards build the GraphGraph JAR file with:
Go into the target directory and run the JAR file with -d switch:
where X.Y is the current version. For more options run the help via: