Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Summary

# Cookbook

# Data Type Registry
- [Create a Data Type](./chapter_1.md)

-------------------------------------------------------------------------------

# Metastore
- [Metastore](metastore/introduction.md)
- [Features](metastore/features.md)
- [Enhanced Services](metastore/enhancedServices.md)
- [Links](metastore/links.md)

14 changes: 14 additions & 0 deletions src/metastore/enhancedServices.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Enhanced Services (optional)

The following services have to be installed on top of metastore.
All services are **optional**.

## Metadata Standards Catalog
- Human readable description for finding appropriate schema.
- Direct access to schema via metastore

## Metadata Editor
- Update (schema) documents online

## Metadata Explorer
- Exploring metadata by content
14 changes: 14 additions & 0 deletions src/metastore/features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Features

## Metadata Repository
- Managing millions of metadata documents (XML, JSON)
- High througpput, high performance (ingest/access)
- Live interaction / online handling and manipulation of metadata documents for
data of ongoing research

## Schema Registry
- Registering schema documents (XSD, JSON Schema)
- Supports arbitrary number of user-defined metadata schemas



9 changes: 9 additions & 0 deletions src/metastore/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Metastore

## Introduction
Metastore is a **metadata repository** for managing millions of metadata documents.
Metastore supports communities with their specific schemas (XSD, JSON Schema).

It consists of two parts:
- **Metadata Repository** for managing metadata documents
- **Schema Registry** for registering schema documents
3 changes: 3 additions & 0 deletions src/metastore/links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Links
- [Docker Hub](https://hub.docker.com/r/kitdm/metastore2) (docker image)
- [gitHub](https://github.com/kit-data-manager/metastore2) (code and documentation)