https://github.com/kit-data-manager/fair-do-client-implementation
A FAIR DO client implementation.
https://github.com/kit-data-manager/fair-do-client-implementation
Last synced: about 1 year ago
JSON representation
A FAIR DO client implementation.
- Host: GitHub
- URL: https://github.com/kit-data-manager/fair-do-client-implementation
- Owner: kit-data-manager
- License: cc0-1.0
- Created: 2023-02-06T11:46:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T15:07:33.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T02:51:20.171Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FAIR DO Client Implementations
This client implementation is used to read and interpret the information record of FAIR Digital Objects (FAIR DOs) and to enable machine-actionable decisions on them. The script consists of Native_client classes, which contain abstract methods and are supposed to be used as a basis for use case specific implementations. Currently we support one exmaple use case for Machine Learning, i.e., relabeling of training data. The client connects to an instance of the Typed PID Maker to facilitate requests to the PID service, i.e., the Handle Registry, and uses the HTTP protocol for request transmission.