You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What is the goal of this PR?
We add a link to an example that uses TypeDB Loader.
## What are the changes implemented in this PR?
Replace the duplicated line with a link to a non-exisitng tutorial with a line linking to an example in the typedb-examples repo.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ public class LoadingData {
115
115
116
116
A complete tutorial for TypeDB version >= 2.5.0 is in work and will be published asap.
117
117
118
-
A complete tutorial for TypeDB version >= 2.5.0 is in work and will soon be [on Medium]()
118
+
An example of configuration and usage of TypeDB Loader on real data can be found [in the TypeDB Examples](https://github.com/vaticle/typedb-examples/tree/master/biology/catalogue_of_life).
119
119
120
120
A complete tutorial for TypeDB (Grakn) version < 2.0 can be found [on Medium](https://medium.com/@hkuich/introducing-grami-a-data-migration-tool-for-grakn-d4051582f867).
0 commit comments