Sylvain is also a contributor to the Neo4j blog.
Sylvain Roussy, Co-organizer, Neo4j Meetup in Lyon
Feb 10, 2020
14 mins read
Neo4j provides many tools for importing data, such as LOAD CSV (from Cypher queries) and the neo4j-admin import tool. It is also possible to import data from many other systems like ElasticSearch, SQL databases, MongoDB, and CouchBase (using an APOC procedures plugin). Finally, ETL... read more
Sylvain Roussy, Co-organizer, Neo4j Meetup in Lyon
Sep 29, 2015
7 mins read
Introduction A graph database is not only a simple way to store connected data, it is also a powerful tool to manage dynamic relationships between data. Since relationships are natively implemented in Neo4j, we can use them as a simple way to identify a group of connected nodes. But it is... read more