Graph database settings
Use graph service
If set to true, Syndeia will initialize a graph service using the graph database selected below.Â
Select Graph Database
Specify the graph database to be used with Syndeia. This setting is required when using Syndeia's graph service. The only graph database supported in this release is Neo4j.
Protocol
Specify the protocol to be used for connecting to the graph database. This setting is required when using Syndeia's graph service. The protocol for using Neo4j graph database is bolt.
Hostname
Specify the hostname or IP address of the graph database server. This setting is required when using Syndeia's graph service.
Port
Specify the port number for connecting to the graph database server. This setting is required when using Syndeia's graph service.
Username
Specify the username to connect to the database server. This setting is required when using Syndeia's graph service.
Password
Specify the password to connect to the database server. This setting is required when using Syndeia's graph service.
Generate inter-model connections
If set to true, Syndeia will generate graph edges corresponding to inter-model connections (those created between SysML elements and various repository elements using the Dashboard) in addition to graph edges corresponding to SysML intra-model connections (relations between SysML elements in the model).