Before Going Further

Before Going Further… #

This page gathers important information that you should be aware of before using SemSpect for the first time.

SemSpect is a Snapshot Explorer #

The label tree, the SemSpect labels as well as the current exploration all consist of aggregated information. Any modification of the graph data while using SemSpect might lead to this information getting out of sync. This means that SemSpect should be re-synced after each major change. It is therefore not suited for exploring an ever-changing database, but rather a snapshot explorer.

In its Enterprise Version, Neo4j provides a way to monitor any changes in the DBMS. SemSpect takes advantage of this feature and will alert the user in case the data has changed since the last interaction.

Remark: If your data undergoes frequent small changes not relevant for your explorations and the prompts get annoying, you may want to disable this monitoring (by setting server.metrics.jmx.enabled=false) in the JMX MBeans metrics (Neo4j docs) )).

If you are using a Community Version of Neo4j or if the monitoring of the transactions is switched off, you can use the refresh button in the interface to reinitialize the plugin manually when you are aware of relevant changes in the data.

SemSpect Sync Button

SemSpect can take some Time to Initialize #

The SemSpect plugin runs an initialization process on first use and after each sync. It gathers statistical information to build the label tree and rebuilds the SemSpect labels defined by the user. Depending on the size of your graph and the number and complexity of your SemSpect labels, this may take several minutes.

We provide a procedure that you can integrate into your workflow to initialize SemSpect in the background instead of waiting for the first interactive use of the Graph App:

:use your_database // in case of multiple databases 
call semspect.init