Difference between revisions of "Developer's Guide"

From truxwiki.com
Jump to navigation Jump to search
Line 34: Line 34:
 
* [[DATA TYPE|Data Types]] - How the bytes in a file can be interpreted.
 
* [[DATA TYPE|Data Types]] - How the bytes in a file can be interpreted.
 
* [[Depot Types]] - The different types of data that can be stored in a depot.
 
* [[Depot Types]] - The different types of data that can be stored in a depot.
* [[Entity Types]] = The types of artifacts in Truxton
+
* [[Entity Types]] - The types of artifacts in Truxton
 
* [[Event Types]] - The types of events in Truxton
 
* [[Event Types]] - The types of events in Truxton
* [[Investigation Statuses]]
+
* [[Investigation Statuses]] - The different statuses of generic investigation
* [[Investigation Types]]
+
* [[Investigation Types]] - Some default types of investigations
 
* [[Load Configurations]] - The default paths media can take through the exploitation process.
 
* [[Load Configurations]] - The default paths media can take through the exploitation process.
* [[Location Types]]
+
* [[Location Types]] - The different types of geographic locations
* [[Media Load Percentage]]
+
* [[Media Load Percentage]] - A discussion about what the percent-complete value means during loading
 
* [[Media Status]]
 
* [[Media Status]]
 
* [[Media Types]]
 
* [[Media Types]]

Revision as of 16:39, 12 June 2020

Truxton Developer's Guide

How to Write an ETL

Truxton Stuff

Data Types

Truxton uses lots of defined constants and enums. Here's a list of them.

Exploitation

Code Dependencies