Skip to content

Commit 759e0b0

Browse files
authored
Merge pull request #17 from hkuich/003
0.0.3 - readme and build fix
2 parents daff13d + ba6f7a0 commit 759e0b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use GraMi (**Gra**kn**Mi**grator) to take care of your data migration for you. G
2222
- supports any tabular data file with your separator of choice (i.e.: csv, tsv, whatever-sv...)
2323
- supports gzipped files
2424
- ignores unnecessary columns
25-
- Entity, Relation, and Relation-with-Relations Migration:
25+
- [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:
2626
- migrate required/optional attributes of any grakn type (string, boolean, long, double, datetime)
2727
- migrate required/optional role players (entity & relations)
2828
- 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
298298
}
299299
```
300300

301-
##### Relation-with-Relation Processors
301+
### Migrating Relation-with-Relations
302302

303303
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.
304304

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.github.bayer-science-for-a-better-life'
8-
version '0.0.2-hotfix-1'
8+
version '0.0.3'
99

1010
repositories {
1111
mavenCentral()

0 commit comments

Comments
 (0)