Skip to content
Extraits de code Groupes Projets
Valider 6a32694c rédigé par Guillaume Schurck's avatar Guillaume Schurck
Parcourir les fichiers

init neo4j db

parent a532cc3e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Affichage de
avec 15 ajouts et 47 suppressions
./neo4j/ ./neo4j/
.idea/
\ No newline at end of file
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (software-graph)" project-jdk-type="Python SDK" />
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/software-graph.iml" filepath="$PROJECT_DIR$/.idea/software-graph.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<orderEntry type="jdk" jdkName="Python 3.10 (software-graph)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
FROM neo4j:4.4.14 FROM neo4j:4.4.0
USER neo4j COPY import/* import/
COPY import/software-graph.dump /import/ COPY import/data.csv import/
RUN bash -c "neo4j-admin load --from=/import/software-graph.dump --verbose --database=software-graph" #RUN bash -c "neo4j-admin load --from=/import/software-graph.dump --verbose --database=software-graph"
#RUN bash -c "neo4j-admin load --from=import/software-graph.dump --database=data --force --verbose"
#RUN bash -c "cypher-shell -u neo4j -p test --non-interactive -f import/data_cypher"
EXPOSE 7474 7473 7687 EXPOSE 7474 7473 7687
\ No newline at end of file
dbms.tx_log.rotation.retention_policy=100M size
dbms.memory.pagecache.size=512M
dbms.default_listen_address=0.0.0.0
dbms.directories.logs=/logs
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter