Skip to content

Commit

Permalink
Merge pull request #17 from hkuich/003
Browse files Browse the repository at this point in the history
0.0.3 - readme and build fix
  • Loading branch information
hkuich authored Jan 14, 2021
2 parents daff13d + ba6f7a0 commit 759e0b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 759e0b0

Please sign in to comment.