Skip to content

utomogirraz/graph-app-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

207 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linked Open Data Halal Visualization

What is LODHalal?

Linked Open Data system for halal products (LODHalal) proposed a halal food vocabulary that is enhanced from two food existing vocabularies. Furthermore, it provides two interfaces: a web application and an Android application that are able to search a food product and predict a halal status of an uncertified-halal product.

Dataset

See DATASET.md for more dataset information

Query Set

The installed queris at TGCloud can be found at query directory. The following line codes is an example for calling one of the queries using pytigergraph.

params = {"foodname":"indomie"} #query's arguments
queryName = "GetProductByName"
preInstalledResult = conn.runInstalledQuery(queryName, params) 
print(preInstalledResult)

Code

Since it tooks a long for the computation time, we do computation before the visualization. Please find in the code directory.

Setting Connection to TGCloud and Graphistry

Connection with TGCloud can be established by entering the TGCloud host info on /src/python/envs/tigergraph.env while connection with Graphistry can be established by entering Graphistry account information on /src/python/envs/graphistry.env.

Visualization

To create a new visualization, go to /src/python/views and create a new folder.

Teams

Department of Information Systems, Insitut Teknologi Sepuluh Nopember Surabaya, Indonesia

  • Nur Aini Rakhmawati, PhD
  • Dr. Rarasmaya Indraswari
  • Irfan Rifqi Susetyo
  • Girraz Karyo Utomo

About

Go from graph data to a secure and interactive visual graph app in 15 minutes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 97.6%
  • Python 1.8%
  • Other 0.6%