Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Pangea Java SDK examples

This is a collection of examples demonstrating how to use the Pangea Java SDK.

Setup

Set up the environment variables (Instructions) PANGEA_<SERVICE>_TOKEN and PANGEA_DOMAIN with your project token configured on the Pangea User Console (token should have access to <service> Instructions) and with your Pangea domain.

Run

To run examples, move to example folder you would like to run, e.g. if we want to run audit log example:

$ cd audit/log

and then run example with:

$ mvn clean && mvn compile
$ mvn exec:java -Dexec.mainClass=cloud.pangeacyber.examples.App