Преглед на файлове

Update README.md

Add a description of the model
Christian Mönch преди 3 години
родител
ревизия
97d6b3794d
променени са 1 файла, в които са добавени 14 реда и са изтрити 1 реда
  1. 14 1
      README.md

+ 14 - 1
README.md

@@ -1 +1,14 @@
-# metadata-model
+# Datalad Metadata Model
+
+This repository contains the metadata model that datalad and datalad-metalad (will) use
+for their metadata.
+
+The model is separated into individual components that can be independently loaded
+and saved in order to have a focus-based view on the potentially very large metadata
+model instance.
+
+The model defines a Mapper-interface that is used to persist its instances to storage
+devices. This allows a multitude of backends that can also be used together, e.g. 
+copy from one backend to another.
+
+