Skip to content

Commit e9b93cc

Browse files
committed
chore: Postgresql -> PostgreSQL
1 parent e014da4 commit e9b93cc

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/actions/spelling/allow/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ roadmap
77
Kubernetes
88
bugfix
99
tbd
10+
PostgreSQL

dataspace-connector/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
This folder provides examples to set up the [Dataspace Connector](https://github.com/International-Data-Spaces-Association/DataspaceConnector).
1010
We distinguish between three categories:
11-
1. **Full Setup**: The [Dataspace Connector](https://github.com/International-Data-Spaces-Association/DataspaceConnector) is started with all its extensions, i.e. [ConfigurationManager](https://github.com/International-Data-Spaces-Association/IDS-ConfigurationManager), [GUI](https://github.com/International-Data-Spaces-Association/IDS-ConfigurationManager-UI), [Camel](https://github.com/International-Data-Spaces-Association/DSC-Camel-Instance), Postgres DB.
11+
1. **Full Setup**: The [Dataspace Connector](https://github.com/International-Data-Spaces-Association/DataspaceConnector) is started with all its extensions, i.e. [ConfigurationManager](https://github.com/International-Data-Spaces-Association/IDS-ConfigurationManager), [GUI](https://github.com/International-Data-Spaces-Association/IDS-ConfigurationManager-UI), [Camel](https://github.com/International-Data-Spaces-Association/DSC-Camel-Instance), PostgreSQL DB.
1212
2. **Provider-Consumer Setup**: Here two [Dataspace Connectors](https://github.com/International-Data-Spaces-Association/DataspaceConnector) are started, so that data can be exchanged between them. (**tbd.**)
13-
3. **Slim Setup**: In this setup only the [Dataspace Connector](https://github.com/International-Data-Spaces-Association/DataspaceConnector) and Postgresql as database are started, without Camel, ConfigurationManager and GUI.
13+
3. **Slim Setup**: In this setup only the [Dataspace Connector](https://github.com/International-Data-Spaces-Association/DataspaceConnector) and PostgreSQL as database are started, without Camel, ConfigurationManager and GUI.
1414

1515
For more details see here: [Dataspace Connector Architecture](https://international-data-spaces-association.github.io/DataspaceConnector/Documentation/Architecture)
1616

dataspace-connector/full/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Other than described there, in this example, the `config.json` and the `KeyStore
2020
In this setup, the [Dataspace Connector](https://github.com/International-Data-Spaces-Association/DataspaceConnector) is started with the listed extensions:
2121
* [Configuration Manager](https://github.com/International-Data-Spaces-Association/IDS-ConfigurationManager),
2222
* [Configuration Manager GUI](https://github.com/International-Data-Spaces-Association/IDS-ConfigurationManager-UI),
23-
* Postgresql DB
23+
* PostgreSQL DB
2424

2525
In addition, the following Dataspace Connector extensions will be included in future deployment example setups:
2626
* [Camel](https://github.com/International-Data-Spaces-Association/DSC-Camel-Instance)

dataspace-connector/slim/k8s/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This allows us to only using the core functionalities of the Dataspace Connector
1313

1414
## Deployment Example
1515
This Dataspace Connector Deployment example consists of the following components:
16-
- Postgresql 13
16+
- PostgreSQL 13
1717
- Dataspace Connector latest
1818

1919
---

0 commit comments

Comments
 (0)