diff options
author | Pjotr Prins | 2023-07-30 04:00:28 -0500 |
---|---|---|
committer | Pjotr Prins | 2023-07-30 04:00:28 -0500 |
commit | 26f7ccd7183f6c3eb753d43c365497426d2fec55 (patch) | |
tree | 5aa0389c4c31cdfaa9707b6b4b60cbcbd8c8193b | |
parent | bf09c92f4b84a5037c02a72f6d8d05901dc1a234 (diff) | |
download | gn-transform-databases-26f7ccd7183f6c3eb753d43c365497426d2fec55.tar.gz |
README: update
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -78,11 +78,16 @@ Here's a sample *conn.scm*. ## Dump the database -Then, to dump the database to \~/data/dump, run +Then, to dump the database to \~/data/dump, run inside shell + +```sh +./pre-inst-env ./examples/dump-species-metadata.scm ../conn.scm ~/tmp +``` ``` shell -$ guix shell -m manifest.scm -- ./pre-inst-env ./examples/dump-dataset-metadata.scm conn.scm ~/data/dump-data/ +$ guix shell -m manifest.scm -- ./pre-inst-env ./examples/dump-dataset-metadata.scm ../conn.scm ~/tmp ``` + ## Validate and load dump Then, validate the dumped RDF using `rapper` and load it into |