-
Notifications
You must be signed in to change notification settings - Fork 77
Dependencies
Ashish Gehani edited this page Jul 27, 2015
·
29 revisions
SPADE uses a number of libraries that originated in external projects.
(All such code is in the top-level lib
directory.)
Library | Origin |
---|---|
akuma-1.9.jar | Akuma 1.9 |
asm-3.1.jar | |
bcprov-jdk16-140.jar | Bouncy Castle 1.40 |
commons-beanutils-1.8.0.jar | |
commons-beanutils-core-1.8.0.jar | |
commons-collections-3.2.1.jar | |
commons-configuration-1.6.jar | |
commons-digester-1.8.1.jar | |
commons-io-1.4.jar | |
commons-lang-2.4.jar | |
commons-logging-1.1.1.jar | |
concurrentlinkedhashmap-lru-1.3.1.jar | Neo4j 1.9.2 |
geronimo-jta_1.1_spec-1.1.1.jar | Neo4j 1.9.2 |
h2-1.4.187.jar | H2 1.4.187 |
iris-0.60.jar | IRIS 0.60 |
iris-parser-0.60.jar | IRIS 0.60 |
jackson-core-asl-1.9.7.jar | |
jackson-jaxrs-1.9.7.jar | |
jackson-mapper-asl-1.9.7.jar | |
janino-2.5.10.jar | |
jcl-over-slf4j-1.6.1.jar | |
jersey-core-1.9.jar | |
jersey-multipart-1.9.jar | |
jersey-server-1.9.jar | |
jetty-6.1.25.jar | |
jetty-util-6.1.25.jar | |
jna-4.1.0.jar | |
jsr311-api-1.1.2.r612.jar | |
logback-access-0.9.30.jar | |
logback-classic-0.9.30.jar | |
logback-core-0.9.30.jar | |
lucene-core-3.6.2.jar | Neo4j 1.9.2 |
mimepull-1.6.jar | |
neo4j-cypher-1.9.2.jar | Neo4j 1.9.2 |
neo4j-cypher-plugin-1.9.2.jar | |
neo4j-graph-algo-1.9.2.jar | Neo4j 1.9.2 |
neo4j-graph-matching-1.9.2.jar | Neo4j 1.9.2 |
neo4j-jmx-1.9.2.jar | Neo4j 1.9.2 |
neo4j-kernel-1.9.2.jar | Neo4j 1.9.2 |
neo4j-lucene-index-1.9.2.jar | Neo4j 1.9.2 |
neo4j-server-1.9.2-static-web.jar | |
neo4j-server-1.9.2.jar | |
neo4j-shell-1.9.2.jar | Neo4j 1.9.2 |
neo4j-udc-1.9.2.jar | Neo4j 1.9.2 |
org.apache.servicemix.bundles.jline-0.9.94_1.jar | Neo4j 1.9.2 |
restfb-1.6.14.jar | RestFB 1.6.14 |
rhino-1.7R3.jar | |
rrd4j-2.0.7.jar | |
scala-library-2.10.0.jar | Neo4j 1.9.2 |
server-api-1.9.2.jar | Neo4j 1.9.2 |
servlet-api-2.5-20081211.jar | |
slf4j-api-1.6.2.jar |
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