Importing Data from the Web with Norconex & Neo4j
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