Skip to content

Sample code for using and executing the TigerGraph JDBC Driver for a Fraud Detection Graph

Notifications You must be signed in to change notification settings

GenericP3rson/TG_jdbcDriver_Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TigerGraph JDBC Driver Sample Code

Sample code for using and executing the TigerGraph JDBC Driver for a Fraud Detection Graph

Overview

This project is a sample repository on how to use the JDBC Driver to query the AMLSim graph.

Quickstart

  1. Install maven and java if not already installed (brew install maven)
  2. Clone this repository and enter the directory
  3. Spin up a TigerGraph on-prem box and create the AMLSim TigerGraph Graph
  4. Build the project with maven (mvn package)
  5. Execute the project (mvn exec:java -Dexec.mainClass=Connect)

About

Sample code for using and executing the TigerGraph JDBC Driver for a Fraud Detection Graph

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages