AuraDB Import/export command CLI equivalent using APOC or GDS procedures

Hi,

I am new to the Neo4J world and have an AuraDB instance (5.0) as well Neo4J Desktop 1.5.9 (Mac). I am trying to learn about the APOC and GDS procedures to handle data/model export /import process.

In AuraDB 's IMPORT action, I can load a model with or without data (by pointing to zip file (.zip) containing the neo4j_data_importer.json and associated .csv files). I have tried to load Northwind sample database.

Similarly when I expand the breadcrumb next to 'Run Import', along with Import model & data option, I also see an option to Export model/data.

I am trying to find out what commands are used behind the scenes to import/export model & data. Are those commands utilizing APOC or GDS procedures? Can they be used for any version of Neo4J?

I like the way data is bundled and exported along with the model with this interface especially how the model is full encapsulated and exported.

TIA for tips/pointers.

Have a great day !.