Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 2.02 KB

README.md

File metadata and controls

42 lines (27 loc) · 2.02 KB

Build Status codecov

KIT Data Manager - Metastore Service

This project contains metastore service microservice used by the KIT DM infrastructure. The service provides metadata management, e.g. register xsd files, validate xml files, store/access/update metadata.

Installation Research Data Repository including Metastore

Prerequisites

In order to build this microservice you'll need:

  • Java SE Development Kit 8 or higher

Installing Research Data Repository

There are two options for installing: For internal use without any authorization for writing/accessing data see: Installation OCR-D Research Data Repository using Docker Compose For external use with authorization for ingest but public access for data please refer to 'Installation KIT Data Manager - Metastore Service' To build and install the microservice, please follow the installation manual: Installation KIT Data Manager - Metastore Service

How to start

As soon as the microservice is started, you can browse to

http://localhost:8080/swagger-ui.html

in order to see available RESTful endpoints and their documentation. Furthermore, you can use a simple web interface (http://localhost:8080/api/v1/metastore/bagit) to test the repository and get familiar with the service.

More Information

License

The Metastore service is licensed under the Apache License, Version 2.0.