Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-17-2019 04:24 AM
Will it be possible to combine results from multiple databases in a single query?
Hive and Spark for example support something like this:
SELECT sales.id, sales.amount, hr.id, hr.person FROM sales_db.sales AS sales
INNER JOIN hr_db.employees as hr
ON hr.id = sales.id
where <databasename>.<table>
syntax is used to combine databases.
Not sure how this would look in Cypher though
09-17-2019 06:16 AM
You can already do this today with apoc by using apoc.load.bolt
.
Further developments in Neo4j itself will also enable querying multiple Neo4j databases. At that moment I cannot (yet) share any details on features or timeline.
All the sessions of the conference are now available online