Importing to Data Store
Data Table Editor allows you to store data closer to Panopticon server in an embedded database.
To be able to use the data store, you would need to set the following properties. By default, Panopticon supports MonetDB, so default values correspond to it.
Also. MonetDB JDBC driver is packaged with Panopticon server. For other data store types, refer to JDBC Driver Installation section of the installation guide.
Property |
Data Store |
Attribute |
datastore.connection.schema |
Description |
Name of the database schema to be used for creating or managing objects inside database. |
Default Value |
dbo |
Property |
Data Store |
Attribute |
datastore.type |
Description |
Controls which data store connector should be used. Valid values are MonetDB, MSSQLServer and PostgreSQL. |
Default Value |
MonetDB |
Property |
Data Store |
Attribute |
datastore.connection.jndi |
Description |
JNDI resource name for the connection e.g., jdbc/MyDB. More details on how to configure JNDI is at JNDI Connection Details section of the server Installation Guide. |
Default Value |
|
Property |
Data Store |
Attribute |
datastore.connection.url |
Description |
JDBC connection URL for the database e.g., jdbc:monetdb://localhost:49153/PanopticonDataStore. This property value is discarded If datastore.connection.jndiproperty is set. |
Default Value |
|
Property |
Data Store |
Attribute |
datastore.connection.driverclassname |
Description |
Fully qualified Java class name of the JDBC driver used for the connection. |
Default Value |
org.monetdb.jdbc.MonetDriver |
Property |
Data Store |
Attribute |
datastore.connection.username |
Description |
Username for the connection. Only required when using connection URL. |
Default Value |
|
Property |
Data Store |
Attribute |
datastore.connection.password |
Description |
Password for the connection. Only required when using connection URL. |
Default Value |
- Do one of the following:
- Select one or more data tables on the Data Library page then click Import to Data Store
- Select a data table to open on Data Table Editor then click
The notification dialog displays that the data table has been imported to the data store.
The icon also changes accordingly:
on the Data Library page
on the Data Table Editor
- Select one or more data tables on the Data Library page then click Import to Data Store
(c) 2013-2024 Altair Engineering Inc. All Rights Reserved.