-
Notifications
You must be signed in to change notification settings - Fork 77
Dependencies
Hassaan edited this page Mar 28, 2019
·
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 |
avro-tools-1.8.1.jar | Avro 1.8 |
commons-codec-1.10.jar | Codec 1.10 |
externalsortinginjava-0.1.9.jar | Externalsortinginjava 0.1.9 |
h2-1.4.187.jar | H2 1.4.187 |
hamcrest-core-1.3.jar | Hamcrest Core 1.3 |
httpclient-4.2.6.jar | Apache Http Client 4.2.6 |
httpclient-cache-4.2.6.jar | Apache Http Client Cache 4.2.6 |
httpcore-4.2.5.jar | Apache HttpCore 4.2.5 |
iris-0.60.jar | IRIS 0.60 |
iris-parser-0.60.jar | IRIS 0.60 |
jackson-annotations-2.3.0.jar | Jackson Annotations 2.3.0 |
jackson-core-2.3.3.jar | Jackson Core 2.3.3 |
jackson-databind-2.3.3.jar | Jackson Databind 2.3.3 |
je-7.3.7.jar | Berkeley DB Java Edition 7.3.7 |
jedis-2.9.0.jar | Redis Client-Jedis 2.9.0 |
jena-arq-3.0.0.jar | Apache Jena ARQ 3.0.0 (SPARQL 1.1 Query Engine) |
jena-base-3.0.0.jar | Apache Jena Base Common Environment 3.0.0 |
jena-core-3.0.0.jar | Apache Jena Core 3.0.0 |
jena-iri-3.0.0.jar | Apache Jena IRI 3.0.0 |
jena-shaded-guava-3.0.0.jar | Apache Jena Shadowed External Libraries 3.0.0 |
jena-tdb-3.0.0.jar | Apache Jena TDB1 3.0.0 (Native Triple Store) |
jgrapht-core-0.9.2.jar | JGraphT 0.9.2 |
jna-4.1.0.jar | JNA 4.1.0 |
jsonld-java-0.5.1.jar | JSON-LD Java Core 0.5.1 |
junit-4.12.jar | JUnit 4.12 |
kafkaclients-CDM20.jar | Kafka Client 1.1.0 |
leveldbjni-all-1.8.jar | Level DB 1.8 |
mysql-connector-java-5.1.38-bin.jar | MySQL Connector/J |
OoaBFilter_commit_31792eb.jar | Opposite of a BloomFilter |
org.json-20120521.jar | JSON-JAVA 1.8 |
postgresql-9.4.1212.jar | Postgres JDBC 9.4.1212 |
restfb-1.6.14.jar | RestFB 1.6.14 |
xercesImpl-2.11.0.jar | Apache Xerces2 J 2.11.0 |
xml-apis-1.4.01.jar | Apache XML APIs 1.4.01 |
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