Changelog
Follow up on the latest improvements andĀ updates.
RSS
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
Data Importer
AuraDB Business Critical
š New: Import from Cloud Object Storage
Weāre excited to announce that Neo4j Aura now supports importing data directly from
AWS S3
, Google Cloud Storage
, and Azure Blob & Data Lake Storage
!
With this release, you can ingest data stored in object storage into your graph, using CSV or Parquet files as input. You can map one or more filesāusing glob patterns if neededāinto temporary tables, enabling flexible transformations and modeling. These tables support the same intuitive mapping experience available for RDBMS and Cloud Data Warehouse sources, so you can stay productive no matter where your data lives.

Whether you're loading product catalogs, user activity logs, or complex relationship data, itās now easier than ever to bring that data into Neo4j using our visual import tools.
- š Supported file types: .csv,.parquet
- š§© Supports multiple files with matching schema
- š ļø Familiar modeling and mapping workflow
- š Works across AWS, GCP, and Azure
š¬
Have feedback or ideas?
Weād love to hear from you! Visit feedback.neo4j.com to share your thoughts and help shape future improvements.new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
Data Importer
AuraDB Business Critical
Import from Databricks
We're pleased to announce that the Import service now supports Databricks. You'll find the new option when adding a data source option under Data services > Import.

To get started, ensure you have a Personal Access Token (PAT) configured, then configure the connection form with details for your warehouse, catalog, schema and PAT.

As always, we'd love to hear any feedback. Please head here to share your thoughts.
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
Data Importer
Import from BigQuery and VDC support
BigQuery
We're pleased to announce that the Import service now supports BigQuery. You'll find the new option when adding a data source option under
Data services > Import

To get started, simply provide your Project ID and Dataset Name along with your Service Account Key JSON.

Virtual Dedicated Cloud (VDC) Support
We've also now enabled the import service for VDC instances, so import is now available across all Aura tiers.
Note: At present, instances with private connection enabled are not supported.
As always, we'd love to hear any feedback. Please head here to share your thoughts.
new
AuraDB Professional
AuraDB Free
Data Importer
Import
AuraDB Business Critical
New in Neo4j AuraDB: Direct Import from Cloud Data Warehouses
Weāre making it easier to bring your data into Neo4j AuraDB! The Import Service now supports direct connections to Snowflake alongside existing CSV and relational database imports. BigQuery and Databricks support will be coming next.

A new AI-powered schema analysis helps infer primary and foreign keysāeven when theyāre not explicitly definedāautomating graph model generation. This means faster, more seamless imports from your enterprise data ecosystem.

Get started today in the Aura Console under Import Service. Read more in the blog post.
new
AuraDB Free
Data Importer
š Import from PostgreSQL
Weāre pleased to announce the availability of our first new data source in the Console Preview. If youāre not already familiar with the Console Preview, head over to https://console-preview.neo4j.io.
With this release, youāll see a new way of accessing import options under Data Services > Import. Youāll now find a new, more comprehensive set of data sources, the first becoming available being PostgreSQL, with more to follow soon. The existing CSV import option remains available.

Note: Your source database will need to be accessible over a public IP address to configure the data source.
Once successfully connected, youāll be guided through steps to create a graph model and mapping ready for import. Whenever possible, constraints in your source database will be used to create a configuration automatically.

The graph models and mapping are saved for reuse under the Graph Models tab.
In contrast to the CSV import flow which streams files from your client machine, the import jobs for new data sources now run in Aura infrastructure. You can see the status of Import jobs in the corresponding tab and long-running import jobs continue running after you log out of the console.
Once youāre ready to see the results of your load, head over to Explore or Query to start interacting with your new graph.
If you have any feedback, head over to https://feedback.neo4j.com/data-importer to share your thoughts.
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
Data Importer
New in Data Importer - Node property indexes
The latest release of Data Importer brings support for node property indexes. For properties you refer to frequently, indexes can speed up your queries dramatically. It's now possible to configure indexes directly in data importer. You'll find the UI to configure indexes in the details panel:

Read the docs to learn more!
improved
AuraDB Professional
AuraDB Free
Data Importer
Import
Data Importer - Preview and Files panel updates
This release of Data Importer brings a number of small changes that make using Data Importer that little bit easier :
Preview graph visualisation
The Import preview is now the last part of Workspace to migrate from the old visualisation to the new one used in Explore and Query. As well as being more visually consistent, it's now more responsive and easier to navigate.

We'll be exploring upping the limits on the number of preview nodes, do leave us feedback if you think that'd be useful.
Files panel
- Files are now sorted alphabetically, making files easier to locate in longer lists.
- Files can now be globally expanded and collapsed making it easier to work with longer lists.

That's all for now. We're working on some big new capabilities in import, more on that to follow in the coming months š. As always keep your feedback coming on feedback.neo4j.com.
new
AuraDB Professional
AuraDB Free
AuraDS Professional
Data Importer
Import
New in Data Importer
This release of Data Importer brings two new features:
Preview selected
We've made a slight tweak to the Preview feature, allowing you to optionally preview selected parts of your our graph. If you have a particularly complex model, it can sometimes be hard to see how all the different nodes and relationship types being previewed are linking. In these scenarios you can use "Preview selected" to only preview selected parts of the model. This can help you validate specific parts of the model are mapped as expected. In the example below, only the Product, Supplier and SUPPLIES parts of the model will be previewed when using the "Preview selected" option.

Generate Cypher script
The Data Importer UI gives you a convenient way to generate your graph model and map data, but what happens if you want to take the import logic and use it somewhere else without the UI? Or what if the Data Importer UI doesn't quite allow the complex transformations that you need?
For these scenarios, we are now providing you the option to view and download a Cypher script representing your model and mapping. You can use these as-is, or adapt for more complex needs.



Examples of where you might use this generated code include:
- The Workspace Query UI. Note that the files will need to be accessible to the DBMS you are connected to. At present this means Aura customers will need their files accessible on a public URL for the LOAD CSVcommand to access them.
- On the command line via cypher-shell
- Driver code - De-compose the script to re-use the CREATE CONSTRAINTandMERGEstatements to implement your loads
The load script itself is commented to help you understand the purpose of the different parts and where you might need to make changes, depending on where you're running it.
You can also choose to download the files with your script, which will give you a handy zip of the script and your files.
We hope you enjoy using these new features and as always please head over to https://feedback.neo4j.com/data-importer with any feedback.
new
AuraDB Professional
AuraDB Free
Data Importer
Data Importer - UI refactor and model only support
In this release of Data Importer, we're pleased to announce changes to make the UI clearer, as well as allowing you to use Data Importer as a simple standalone graph modelling tool. Here's a quick run-down of those changes:
Files panel
The Files panel now hides automatically when you don't have enough space to easily view your model and mapping. You can always bring it back temporarily to overlay on you graph model when screen space is limited. You can also tuck it away permanently when it's not needed.

Mapping panel
The Mapping panel has undergone a number of changes:

- The files dropdown will now only be shown when you have added files to the UI. This removes clutter from the UI if you just want to sketch out a graph model.
- You can now multi-select properties, allowing you to delete more than one at a time,
- The mapping column is now placed immediately next to the property (and type) you are mapping it to. It was previously in a separate mapping tab. The mapping column is also only shown when you have files added.
- The ID for a node is now selected by clicking the key icon next to the property you want to be the ID.
- There is a new way of entering an editable state for property names. You'll also notice that properties now have a consistent dark grey background, including when they're being referred to in the relationship mapping UI:

There are quite a few other small changes made in the UI, we hope you agree they make the UI cleaner and established users don't find them too disorientating. As always, please do head over to leave us your feedback on https://feedback.neo4j.com/data-importer. Thanks!
new
Data Importer
New in Data Importer
Manually stop import
You'll now see that the run button changes to a stop button that also reports progress. You can use this button to terminate the load in the event you need to make tweaks before relaunching the load.

You'll also notice that the preview button has changed to a preview icon.
Empty property handling
Previously Data Importer created properties for empty strings, occupying unnecessary storage. From this release properties will no longer be set for empty strings, resulting in smaller database sizes.
Mapping completeness
You'll also notice that incomplete mappings are no longer rendered as dashed lines. Instead you'll now see a green check mark against nodes and relationships that are fully mapped.

Load More
ā