-
Access to AuraDB Connection and click Accept on Terms & Condition.
-
Click the Connection dropdown, and choose the Connect option.
-
Enter: (Wait 60 seconds before connecting using these details)
- NEO4J_URI=neo4j+s://e5c905b4.databases.neo4j.io
- NEO4J_USERNAME=neo4j
- NEO4J_PASSWORD=jpAl3O0n2X4Znvco3LtqM9fGoNamvGJH4PpdxPEJvlM
- Make your first query with CQL.
This query aims to extract the 10 directed relations from Nutrition to Mental Health. You can easily custom the query to get the desired information as instructed in CQL.
You can change the visualize mode by turning on the experimental visualization to get a more clear UI about the Nodes and Edges, as illustrated below.
- Python User: https://neo4j.com/docs/aura/auradb/connecting-applications/python/
- JavaScript User: https://neo4j.com/docs/aura/auradb/connecting-applications/javascript/
- Java User: https://neo4j.com/docs/aura/auradb/connecting-applications/java/
- Spring Boot User: https://neo4j.com/docs/aura/auradb/connecting-applications/spring-boot/
- .NET User: https://neo4j.com/docs/aura/auradb/connecting-applications/dotnet/
- GO User: https://neo4j.com/docs/aura/auradb/connecting-applications/go/
Let's move to the folder ./gena_data, there are 2 files which are:
- gena_data_final.zip: a zip file contains gena_data_final.csv, which includes all nodes and edges of GENA DB. Apart from building knowledge graph, you can use this file for any specific purpose.
- GENA_KN.ipynb: a jupyter notebook which includes codes to connect AuraDB via an identification (uri, username and password), as well as to create nodes and edges from gena_data_final.csv