Skip to content

Skyrami/Projet_API_BDD_Graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data

https://www.kaggle.com/datasets/konivat/tree-of-life

Run API

uvicorn Main:api --reload

Run Neo4J (official and latest)

docker run -d -it --rm \  
    --name Neo4jForProject3 \  
    -p 7474:7474 \  
    -p 7687:7687 \  
    -v $PWD/data:/import \  
    -v $PWD/neo4j/database:/data \  
    -v $PWD/neo4j/plugins:/plugins \  
    -v $PWD/neo4j/conf:/conf \  
    -e NEO4J_AUTH=neo4j/s3cr3t \  
    -e NEO4JLABS_PLUGINS='["apoc","graph-data-science"]' \  
    neo4j:latest

''' docker run -d -it --rm --name Neo4jForProject3 -p 7474:7474 -p 7687:7687 -v $PWD/data:/import -v $PWD/neo4j/database:/data -v $PWD/neo4j/plugins:/plugins -v $PWD/neo4j/conf:/conf -e NEO4J_AUTH=neo4j/s3cr3t -e NEO4JLABS_PLUGINS='["apoc","graph-data-science"]' neo4j:latest '''

Plugins:

Import folder redirection:

  • In order to load local file instead of having a public git with distant acces to CSV files

Data folder redirection:

  • In order to save loaded database and not having to reload it all the time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published