-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #841 from mandy-chessell/dev-dojo
Update native egeria tutorials
- Loading branch information
Showing
18 changed files
with
243 additions
and
1,558 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
...s/education/tutorials/developer-intellij-tutorial/create-test-metadata-store.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
<!-- Copyright Contributors to the Egeria project. --> | ||
|
||
```bash | ||
/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home/bin/java -Dstrict.ssl=false -Dfile.encoding=UTF-8 -jar /Users/mandy-chessell/egeria-install/egeria-platform-4.3-distribution.tar.gz/assembly/etc/utilities/egeria-config-utility-4.3.jar | ||
================================== | ||
OMAG Server Configuration Utility: Wed Sep 13 12:48:44 BST 2023 | ||
================================== | ||
Running against platform: https://localhost:9443 - Egeria OMAG Server Platform (version 4.3) | ||
Using userId: garygeeke | ||
|
||
Enter a command along with the server name and any optional parameters. Press enter to execute request. | ||
- create-metadata-store <serverName> | ||
- create-integration-daemon <serverName> | ||
- add-api-connector <serverName> <metadataStoreServerName> <optionalConnectorProviderClassName> <optionalNetworkAddress> | ||
- add-infra-connector <serverName> <metadataStoreServerName> <optionalConnectorProviderClassName> <optionalNetworkAddress> | ||
- add-topic-connector <serverName> <metadataStoreServerName> <optionalConnectorProviderClassName> <optionalNetworkAddress> | ||
- log-event-contents <serverName> <optionalConnectorProviderClassName> | ||
- add-cohort-member <serverName> <optionalCohortName> | ||
- add-startup-archive <serverName> <archiveFileName> | ||
- update-server-user-id <serverName> <newUserId> | ||
- delete-server <serverName> | ||
- exit | ||
``` | ||
```bash | ||
create-metadata-store test-metadata-store | ||
``` | ||
```bash | ||
Configuring metadata store: test-metadata-store | ||
|
||
Enter a command along with the server name and any optional parameters. Press enter to execute request. | ||
- create-metadata-store <serverName> | ||
- create-integration-daemon <serverName> | ||
- add-api-connector <serverName> <metadataStoreServerName> <optionalConnectorProviderClassName> <optionalNetworkAddress> | ||
- add-infra-connector <serverName> <metadataStoreServerName> <optionalConnectorProviderClassName> <optionalNetworkAddress> | ||
- add-topic-connector <serverName> <metadataStoreServerName> <optionalConnectorProviderClassName> <optionalNetworkAddress> | ||
- log-event-contents <serverName> <optionalConnectorProviderClassName> | ||
- add-cohort-member <serverName> <optionalCohortName> | ||
- add-startup-archive <serverName> <archiveFileName> | ||
- update-server-user-id <serverName> <newUserId> | ||
- delete-server <serverName> | ||
- exit | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.