Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The settings in this section are used to configure Syndeia in local or database mode.

Select Primary Store

Select the primary store where Syndeia information will be persisted, e.g. SysML model or Database.

Select Store Database

Select the specific database to store Syndeia information. This is applicable if the store location is a database. The only allowable database as of the current release is Apache Cassandra.

Protocol

Specify the protocol for connecting to the database (e.g. http/https). This is applicable if the store location is a database. Depending on the specific database, this may or may not be required. This field is not required for the Apache Cassandra database. 

Hostname

Specify the IP address of the database server. This is applicable if the store location is a database.

Port

Specify the port number for connecting to the database. This is applicable if the store location is a database. 

Username

Specify the username to connect to the database. This is applicable if the store location is a database.

Password

Specify the password to connect to the database. This is applicable if the store location is a database.

Max results

Maximum number of results obtained when querying connections and repositories in Syndeia's backend database. This is applicable if the store location is a database. For example, if the value is set to 1000, and a project has 10,000 total connections, and a query to get connections by some search criteria returns 5000 connections, then only 1000 out of 5000 connections will be displayed. 

Use local store on failure

If set to true, Syndeia will switch to local mode – use the SysML model for storing connection information and the user directory for storing repository information – if the database cannot be reached when starting Syndeia or during operation. This information can later be pushed to the database when it is available. 

Auto-load local connections

If set to true, Syndeia will auto-load connections stored in the SysML model and push to database if database is selected as the store. If set to false, Syndeia will not auto-load connections but issue a warning.

  • No labels