1. Home
  2. Docs
  3. GLayer
  4. Connect Data Store

Connect Data Store

Datastore configurationdata connectors can access data from permanent storage such as SQL databases or csv files. Currently, the only supported databases are JDBC-based and Clickhouse.

The first step before setting up new projects is a successful datastore connection.
To do so, follow these 3 simple steps:

  1. Go to Data Stores and click on the + tile to add a new datastore.
  2. Enter a unique ID of your choice.
  3. Once created, click on the pencil icon to edit the connection string to add a database name and credentials (username and password), e.g., jdbc:postgresql://glayer.innoconnect.net:15432/webglayer?user=username&password=password.

After finishing these steps, your datastore should be ready to use.

Was this article helpful to you? Yes No

How can we help?