gnowledge / gstudio

gstudio is a node description framework (NDF) to create knowledge networks. We are recreating gnowsys-studio with mongodb as storage. This scaled up version with support for multiple projects will be used for the several OER and open courseware projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functionality to restore data dump with schema mapping.

katkamrachana opened this issue · comments

For import-export of data between platforms that have distinct schema:

  1. While exporting a data dump, create a schema-mapping json file that will hold ObjectIds and names of schema types.

  2. While importing this dump, read the schema-maping file and update the fields that hold schema types' ObjectIds like member_of, type_of fields.