aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-07-09 11:21:45 -0500
committerMunyoki Kilyungi2024-07-10 11:49:45 +0300
commit891af1fc001f2f2da951dcee181c247083c6a40b (patch)
treea4a4e3d673f6ca8778221523c0af6daabf0df5a0 /README.md
parent7d0a951779251c16e5bed0747079c78b588c6e7a (diff)
downloadgn-transform-databases-891af1fc001f2f2da951dcee181c247083c6a40b.tar.gz
Provide sample JSON file and update instruction in docs
The documentation for generating a transformation of a JSON file into a Terse RDF Triple Language (Turtle) form was incomplete. This commit provides a sample JSON file that can be used to demonstrate the working of the code. Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8c94ccd..06dc82d 100644
--- a/README.md
+++ b/README.md
@@ -28,12 +28,14 @@ $ make
or for a container
```shell
-mkdir test
+mkdir ./tmp
guix shell -C --network --share=/run/mysqld/ --manifest=manifest.scm
export GUILE_LOAD_PATH=.:$GUILE_LOAD_PATH
-guile json-dump.scm conn.scm test/
+guile json-dump.scm etc/sample.json tmp/
```
+That reads the `etc/sample.json` file included in this repository and converts it to an RDF representation that is stored in a file `./tmp/sampledata.ttl`.
+
## Set up connection parameters