(English version down there)
Il s'agit d'un guide pour Neo4j, LA bdd nosql graph.
Ce guide contient des scripts pour utiliser les données relatives à la presse française, publiées par Le Monde Diplomatique
Ce repo contient l'asciidoc et le html pour un guide Neo4j à utiliser à partir du browser Neo4j avec
:play https://wadael.github.io/presse_fr/medias_francais.html
Si ce n'est pas déjà fait, pour autoriser les guides non produits par Neo4j, il vous faut ajouter cette ligne dans votre fichier conf/neo4j.conf (cela autorise tous les domaines)
browser.remote_content_hostname_whitelist=*
Si vous obtenez un message d'erreur, cela peut aussi être un problème de cross-domain et il existe des extensions pour cela pour les principaux navigateurs.
Pour une fois, je produit un peu de contenu Neo4j en français.
Mon livre "Learning Neo4j, Second Edition"
Abonnez-vous au Diplo sur leur boutique
This github repo is for a guide to run within Neo4j, the graph database
This guide contains scripts to use data related to the French press, coming from Le Monde Diplomatique's own repo
Use it from the Neo4j browser with
:play https://wadael.github.io/presse_fr/french_medias.html
If not already done, in order to use non-genuine Neo4j guides, you have to modify your conf/neo4j.conf file (authorizes guides from all domains, for all users)
browser.remote_content_hostname_whitelist=*
If you get an error meesage in chrome, either install an extension for allowing cross-domain or use FireFox.
Learn about my book "Learning Neo4j, Second Edition" by playing the guide
20180725 : Added the part about R charts.