Skip to content

TigerGraph-DevLabs/AMLSim_Python_Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMLSim_Python_Lab

Try running this lab in Google Colab

Open in Colab

Folder Structure

AMLSim_Python_Lab
├── data
│   ├── accounts.csv
│   ├── alerts.csv
│   └── transactions.csv
├── db_scripts
│   ├── load
|   |    ├── load_job_accounts.gsql
|   |    ├── load_job_alerts.gsql
|   |    └── load_job_transactions.gsql
│   ├── query
│   |   ├── accountActivity.gsql
│   |   ├── accountInfo.gsql
│   |   ├── interpret_select_account.gsql
│   |   ├── label_prop.gsql
│   |   ├── pageRank.gsql
│   |   ├── selectAccount.gsql
│   |   ├── selectAccountTx.gsql
│   |   ├── selectTopPageRank.gsql
│   |   └── txMultiHopLimit.gsql
|   └── schema
|       └── schema.gsql
├── import
|   └── AMLSim_3_0_6.gz
├── notebooks
│   └── TigerGraph_AMLSim_Demo.ipynb
└── README.md