-
Notifications
You must be signed in to change notification settings - Fork 75
Viewing provenance in a graph database
Hasanat Kazmi edited this page Aug 6, 2015
·
14 revisions
Neoclipse allows users to connect to and visualize Neo4j graph databases. To begin, download Neoclipse 1.9.1 for your operating system. (Note that the version of Neoclipse must correspond to the version of Neo4j used by SPADE.)
- Start Neoclipse.
- In the Connections window, create a new connection by clicking on the New Connection toolbar button.
- Enter the desired name for the database.
- For URI, enter the path to the Neo4j database on your disk.
- Click OK to save the connection settings.
- In the Connections window, select the newly-created connection.
- In the Database graph window, click on the Start/Connect database toolbar button. The Neo4j graph database will now appear in this window.
This material is based upon work supported by the National Science Foundation under Grants OCI-0722068, IIS-1116414, and ACI-1547467. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
- Setting up SPADE
- Storing provenance
-
Collecting provenance
- Across the operating system
- Limiting collection to a part of the filesystem
- From an external application
- With compile-time instrumentation
- Using the reporting API
- Of transactions in the Bitcoin blockchain
- Filtering provenance
- Viewing provenance
-
Querying SPADE
- Illustrative example
- Transforming query responses
- Protecting query responses
- Miscellaneous