From c2a5973d977ae6d854f795b92da64370b0015f3f Mon Sep 17 00:00:00 2001 From: Mark Woulfe <82045391+MarkWoulfeNeo4j@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:03:17 +0100 Subject: [PATCH] Data-importer-docs (#266) --- .../auradb/importing/importing-data.adoc | 8 ++++--- .../aurads/connecting/neo4j-applications.adoc | 21 +++++++++++++++++++ .../aurads/importing-data/data-importer.adoc | 8 +++++-- 3 files changed, 32 insertions(+), 5 deletions(-) diff --git a/modules/ROOT/pages/auradb/importing/importing-data.adoc b/modules/ROOT/pages/auradb/importing/importing-data.adoc index cb891e13a..beaf92b46 100644 --- a/modules/ROOT/pages/auradb/importing/importing-data.adoc +++ b/modules/ROOT/pages/auradb/importing/importing-data.adoc @@ -25,9 +25,7 @@ There are some limitations to consider when using this method to load a *_.csv_* == Neo4j Data Importer -//TODO replace with partial - -Neo4j Data Importer is a no-code tool that lets you: +Neo4j Data Importer is a UI-based tool for importing data that lets you: . Load data from flat files (`.csv` and `.tsv`). . Define a graph model and map data to it. @@ -38,6 +36,10 @@ To load data with Neo4j Data Importer: . Navigate to the https://console.neo4j.io/?product=aura-db[Neo4j Aura Console^] in your browser. . Select the *Import* button on the instance you want to open. +Alternatively, you can access Data Importer from the *Import* tab of xref:auradb/getting-started/connect-database#_neo4j_workspace[Neo4j Workspace]. + +For more information on Neo4j Data Importer, see the link:{neo4j-docs-base-uri}/data-importer/current/[Neo4j Data Importer documentation]. + [NOTE] ==== You must provide your AuraDB instance password before importing from the Neo4j Data Importer. diff --git a/modules/ROOT/pages/aurads/connecting/neo4j-applications.adoc b/modules/ROOT/pages/aurads/connecting/neo4j-applications.adoc index 269667882..af987278c 100644 --- a/modules/ROOT/pages/aurads/connecting/neo4j-applications.adoc +++ b/modules/ROOT/pages/aurads/connecting/neo4j-applications.adoc @@ -6,6 +6,7 @@ There are several ways to interact with and use graph data in AuraDS. * <<_neo4j_browser>> - A browser-based interface for querying and viewing graph data with rudimentary visualization. * <<_neo4j_bloom>> - A graph exploration application for visually interacting with graph data. +* <<_neo4j_workspace>> - A browser-based interface used to import, visualize, and query graph data. * <<_neo4j_desktop>> - An installable desktop application used to manage local and cloud databases. * <<_neo4j_cypher_shell>> - A command-line tool used to run Cypher queries against a Neo4j instance. @@ -64,6 +65,26 @@ As data for a given Perspective is stored in local storage in the user's web bro ==== +== Neo4j Workspace + +Neo4j Workspace combines the functionality of Neo4j Browser, Neo4j Bloom, and Neo4j Data Importer into a single interface. + +To open an instance with Workspace: + +. Navigate to the https://console.neo4j.io/?product=aura-ds[Neo4j Aura Console] in your browser. +. Select the *Open* button on the instance you want to open. +. Enter the *Database user* and *Password* credentials in the window that opens. +These are the same credentials you stored when you xref:aurads/create-instance.adoc[created the instance]. +. Select *Connect*. + +For more information on using Neo4j Workspace, see the https://neo4j.com/product/workspace/[Product page]. + +[NOTE] +==== +Workspace is enabled by default on AuraDB Free and AuraDB Professional instances but needs to be enabled for AuraDB Enterprise instances. +If you do not see the *Open* button on your instance, you can enable it by selecting the *Settings* cog in the top menu bar and toggling *Enable workspace*. +==== + == Neo4j Desktop You can connect AuraDS instances to the Neo4j Desktop application, allowing the ability to have a single portal for interacting with all instances of Neo4j, whether local or located in the cloud. diff --git a/modules/ROOT/pages/aurads/importing-data/data-importer.adoc b/modules/ROOT/pages/aurads/importing-data/data-importer.adoc index bd93028f1..34d80b797 100644 --- a/modules/ROOT/pages/aurads/importing-data/data-importer.adoc +++ b/modules/ROOT/pages/aurads/importing-data/data-importer.adoc @@ -7,7 +7,7 @@ *Note:* The process of importing or loading data requires you to xref:aurads/create-instance.adoc[create an AuraDS instance] beforehand. ==== -Neo4j Data Importer is a no-code tool that lets you: +Neo4j Data Importer is a UI-based tool for importing data that lets you: . Load data from flat files (`.csv` and `.tsv`). . Define a graph model and map data to it. @@ -18,4 +18,8 @@ To load data with Neo4j Data Importer: . Navigate to the https://console.neo4j.io/?product=aura-ds[Neo4j Aura Console^] in your browser. . Select the *Import* button on the instance you want to open. -Once you have opened Neo4j Data Importer, you can follow the built-in tutorial to learn how to use the tool. \ No newline at end of file +Alternatively, you can access Data Importer from the *Import* tab of xref:aurads/connecting/neo4j-applications#_neo4j_workspace[Neo4j Workspace]. + +Once you have opened Neo4j Data Importer, you can follow the built-in tutorial to learn how to use the tool. + +For more information on Neo4j Data Importer, see the link:{neo4j-docs-base-uri}/data-importer/current/[Neo4j Data Importer documentation]. \ No newline at end of file