From 11941229bbba1c7d39b6fc6e02059c42ffb978b5 Mon Sep 17 00:00:00 2001 From: MSeidl93 Date: Mon, 25 Mar 2024 13:26:09 +0100 Subject: [PATCH] added data model folder --- README.md | 2 +- data_model.dbml => data_model/data_model.dbml | 0 {others => data_model}/data_model.svg | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename data_model.dbml => data_model/data_model.dbml (100%) rename {others => data_model}/data_model.svg (100%) diff --git a/README.md b/README.md index 447958a..9833b9f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ WIP: a repository of references to labeling tools ## Data model (SQL representation) This is the current suggestion for the data model. The full dbml definition can be found [here](https://github.com/openlabelsinitiative/oli/blob/main/data_model.dbml). This link shows the interactive dbdiagram: [dbdocs](https://dbdocs.io/matthias/OLI?view=relationships) -![OLI data model](others/data_model.svg) +![OLI data model](data_model/data_model.svg) ## Datasets OLI won’t store any datasets. This initiative's goal is to align on a standardized data structure for labels which will make it easier to sync different datasets. It will also align on the definition of categories and naming conventions. Label databases will still be in the hands of independent data teams. growthepie and walletlabels commit to making their data publicly available via API endpoints and hope that other data teams will join this effort for democratized access to labels. diff --git a/data_model.dbml b/data_model/data_model.dbml similarity index 100% rename from data_model.dbml rename to data_model/data_model.dbml diff --git a/others/data_model.svg b/data_model/data_model.svg similarity index 100% rename from others/data_model.svg rename to data_model/data_model.svg