Copyright (C) 2016-2019 The Open Library Foundation
This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.
Ingesting mod-wayfinder sample data involves:
-
Running and enabling
mod-wayfinder
through Okapi, in order to trigger the creation of thediku_mod_wayfinder
schema andshelves
table. -
Running
init_mod_wayfinder.py
which will automatically add uuidv4 ids to the json objects and then insert them into thejsonb
column of their corresponding postgres datatable.source activate folio python ~/Desktop/folio/db/db-wayfinder/init_mod_wayfinder.py source deactivate folio