Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

oeg-upm/morph-graphql

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

morph-GraphQL (DEPRECATED)

Translate OBDA mappings (R2RML/RML) into GraphQL Resolvers

Installation Instructions

With Node:

  1. git clone https://github.com/oeg-upm/morph-graphql
  2. cd morph-graphql
  3. cd javascript
  4. cd rdb
  5. npm install
  6. node app.js

With docker:

  1. docker run -d -p 8082:8082 --name mapping-translator oegdataintegration/mapping-translator:1.0

Running

visit http://127.0.0.1:8082/

Examples

Example Starwars:

Translating mappings online for Javascript and a set of CSV files (assuming that you have npm and node or docker installed)

EXAMPLE LinGBM Benchmark:

Translating mappings online for Javascript and LinGBM benchmark dataset (assuming that you have npm and node or docker installed)