From 7d96e6ea8095f90322e9b85851e250d724e8af50 Mon Sep 17 00:00:00 2001 From: hkuich Date: Thu, 14 Jan 2021 09:44:54 +0100 Subject: [PATCH 1/2] - minor readme fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d4d404..9258593 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Use GraMi (**Gra**kn**Mi**grator) to take care of your data migration for you. G - supports any tabular data file with your separator of choice (i.e.: csv, tsv, whatever-sv...) - supports gzipped files - ignores unnecessary columns - - Entity, Relation, and Relation-with-Relations Migration: + - [Entity](https://github.com/bayer-science-for-a-better-life/grami#migrating-entities), [Relation](https://github.com/bayer-science-for-a-better-life/grami#migrating-relations), and [Relation-with-Relation](https://github.com/bayer-science-for-a-better-life/grami#migrating-relation-with-relations) Migration: - migrate required/optional attributes of any grakn type (string, boolean, long, double, datetime) - migrate required/optional role players (entity & relations) - migrate list-like attribute columns as n attributes (recommended procedure until attribute lists are fully supported by Grakn) @@ -298,7 +298,7 @@ Unity,+62 999 888 7777###+62 999 888 7778 } ``` -##### Relation-with-Relation Processors +### Migrating Relation-with-Relations Grakn comes with the powerful feature of using relations as players in other relations. Just remember that a relation-with-relation/s must be added AFTER the relations that will act as players in the relation have been migrated. GraMi will migrate all relation-with-relations after having migrated entities and relations - but keep this in mind as you are building your graph - relations are only inserted as expected when all its players are already present. From ba6f7a06f964a050664f99b783a029595da45a33 Mon Sep 17 00:00:00 2001 From: hkuich Date: Thu, 14 Jan 2021 09:46:52 +0100 Subject: [PATCH 2/2] readme and version fix --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 994e81c..9725443 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.github.bayer-science-for-a-better-life' -version '0.0.2-hotfix-1' +version '0.0.3' repositories { mavenCentral()