Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/01110011011101010110010001101111/tg_jdbcdriver_sample
- Owner: 01110011011101010110010001101111
- Created: 2022-06-27T00:01:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T13:28:58.000Z (over 2 years ago)
- Last Synced: 2024-10-15T07:56:17.615Z (2 months ago)
- Topics: fraud-detection, jdbc, tigergraph
- Language: Java
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`)