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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ To illustrate how to use TypeDB Loader, we will use a slightly extended version
51
51
52
52
### Configuration
53
53
54
-
The configuration file tells TypeDB Loader what things you want to insert for each of your data files and how to do it.
54
+
The configuration file tells TypeDB Loader what things you want to insert for each of your data files and how to do it.
55
55
56
56
Here are some example:
57
57
@@ -65,6 +65,8 @@ Here are some example:
65
65
66
66
For detailed documentation, please refer to the [WIKI](https://github.com/bayer-science-for-a-better-life/grami/wiki).
67
67
68
+
The [config](https://github.com/typedb-osi/typedb-loader/tree/master/src/test/resources/phoneCalls/config.json) in the phone-calls test is a good starting example of a configuration.
69
+
68
70
### Migrate Data
69
71
70
72
Once your configuration files are complete, you can use TypeDB Loader in one of two ways:
0 commit comments