Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/01110011011101010110010001101111/tg_jdbcdriver_sample

Sample code for using and executing the TigerGraph JDBC Driver for a Fraud Detection Graph
https://github.com/01110011011101010110010001101111/tg_jdbcdriver_sample

fraud-detection jdbc tigergraph

Last synced: 18 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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`)
1. Clone this repository and enter the directory
1. Spin up a TigerGraph on-prem box and create the AMLSim TigerGraph Graph
1. Build the project with maven (`mvn package`)
1. Execute the project (`mvn exec:java -Dexec.mainClass=Connect`)