Import Application Data into Imaging

How application data moves from the analysis engine into the CAST Imaging graph database.

After a snapshot is published in AIP Console, an ETL (Extract, Transform, Load) process imports the data into Neo4j so CAST Imaging can display it.

Before you start

Who this is for Analysis engineer, AIP Console operator
Role required AIP Console operator role
Prerequisites Snapshot published in AIP Console

How the import works

  1. The ETL tool reads the analysis results from PostgreSQL.
  2. It transforms the data into a graph format.
  3. It loads the graph into Neo4j.
  4. CAST Imaging reads from Neo4j to display the results.

This process starts automatically after a snapshot is published. You do not need to trigger it manually in most cases.

Monitor import progress

[TODO: Where to see import status — AIP Console, CAST Imaging admin panel, or logs]

Trigger a manual re-import

If the import fails or you need to refresh the data:

[TODO: Steps to trigger a manual re-import from the Admin Center or command line]

Next steps