oeg-upm / morph-graphql

Translate OBDA mappings into GraphQL Servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Translate OBDA mappings into GraphQL Servers

License:Apache License 2.0


Languages

Language:JavaScript 90.6%Language:Java 7.7%Language:HTML 0.8%Language:Pug 0.7%Language:Handlebars 0.1%Language:Shell 0.1%Language:Dockerfile 0.1%Language:Batchfile 0.0%