-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: restructure samples by scope (#6)
- Loading branch information
1 parent
4dbe8c5
commit b2f09f9
Showing
91 changed files
with
265 additions
and
208 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Basic samples | ||
|
||
The samples in this scope teach the very basics about using the EDC framework. When new to the project, you | ||
should do these samples first before moving on to any of the other scopes, as all other samples build up on what you | ||
learn here. | ||
|
||
## Samples | ||
|
||
### [Basic sample 01](./basic-01-basic-connector/README.md): Run a simple connector | ||
|
||
In this sample you will learn what you need to run a connector. You will create a build file and run a very simple | ||
connector, which will serve as the basis for the following samples in this scope. | ||
|
||
### [Basic sample 02](./basic-02-health-endpoint/README.md): Write your first extension | ||
|
||
In the EDC, every feature or functionality is provided as an extension. This sample will teach you how to create your | ||
own extensions and use them in your connector. The extension created in this sample provides a simple, static health | ||
endpoint. | ||
|
||
### [Basic sample 03](./basic-03-configuration/README.md): Use the filesystem-based configuration | ||
|
||
The EDC uses many configurable values, so that we e.g. do not have to recompile the entire code just to start a | ||
component on a different port. In this sample you will learn how to provide configuration values at start up by using | ||
a properties file as well as how to use configuration values in your own extensions. |
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
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.