Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Latest commit

 

History

History
49 lines (28 loc) · 2.37 KB

onboarding.md

File metadata and controls

49 lines (28 loc) · 2.37 KB

Onboarding and first steps

This document serves as step-by-step guide for new community members and assumes a working knowledge of the Eclipse Dataspace Connector (EDC) nomenclature. If you do not know about the EDC nomenclature we strongly advise reading the documentation and/or watch the introductory video.

All chapters of this guide are incremental, so e.g. example 3 uses code from example 2. All code resides in the samples directory of this repository.

Also, a working knowledge of Git, Gradle, Java and HTTP is presumed.

We'll assume that you've just checked out the EDC code base and have Java 11+ installed on your development machine. If not, please download and install JDK 11+ for your OS.

Command examples in this document will use the bash syntax and use Unix-style paths, but any other shell should be fine as well. If you're using Windows you either need to adapt the paths or use WSL2.

Please simply follow the following links to the respective samples.

Please note that the entire Eclipse Dataspace Connector is under heavy development, so things are likely to change significantly in the future. Be sure to check back regularly to stay updated!

The complete sample code for this chapter is in samples/01-basic-connector/.

The complete sample code for this chapter is in samples/02-health-endpoint.

The complete sample code for this chapter is in samples/03-configuration.

The complete sample code for this chapter is in samples/04.0-file-transfer.

The complete sample code for this chapter is in samples/04.1-file-transfer-listener.

The complete sample code for this chapter is in samples/04.2-modify-transferprocess.

The complete sample code for this chapter is in samples/05-file-transfer-cloud.