Serve FAIR Metadata from this docker image
1M+
FAIRDataPoint is a REST API for creating, storing, and serving FAIR metadata. The metadata contents are generated semi-automatically according to the FAIR Data Point software specification document.
More information about FDP and how to deploy can be found at FDP Public Documentation.
Stack:
Additional libraries:
Install fairmetadata4j
$ git clone https://github.com/FAIRDataTeam/fairmetadata4j
$ cd fairmetadata4j
$ mvn install
Install spring-rdf-migration
$ git clone https://github.com/FAIRDataTeam/spring-rdf-migration.git
$ cd spring-rdf-migration
$ mvn install
Install spring-security-acl-mongodb
$ git clone https://github.com/FAIRDataTeam/spring-security-acl-mongodb
$ cd spring-security-acl-mongodb
$ mvn install
Run these commands from the root of the project
$ mvn spring-boot:start
Run these commands from the root of the project
$ mvn test
Run these commands from the root of the project
$ mvn package
Run these commands from the root of the project
$ docker build -t fairdata/fairdatapoint .
Most of the GET requests are publicly accessible compares to POST, PUT, and PATCH requests, which are mainly secured. We use JWT Tokens and Bearer Token Authentication. The token can be retrieved in /tokens endpoint where you send username and password.
Default users
[email protected]password[email protected]passwordFAIRDataPoint (FDP) API comes with an embedded swagger documentation, the details of API calls can be found here. To access the FDP swagger document please visit the following url via web browser http://localhost:8080/swagger-ui.html
This project is licensed under the MIT License - see the LICENSE file for more details.
Content type
Image
Digest
sha256:7c7553963…
Size
266.6 MB
Last updated
8 days ago
Requires Docker Desktop 4.37.1 or later.