https://github.com/oeg-upm/morph-graphql
Translate OBDA mappings into GraphQL Servers
https://github.com/oeg-upm/morph-graphql
data-integration graphql semantic-web
Last synced: 7 months ago
JSON representation
Translate OBDA mappings into GraphQL Servers
- Host: GitHub
- URL: https://github.com/oeg-upm/morph-graphql
- Owner: oeg-upm
- License: apache-2.0
- Archived: true
- Created: 2018-08-22T16:21:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T08:10:16.000Z (over 4 years ago)
- Last Synced: 2023-09-11T04:32:32.020Z (over 2 years ago)
- Topics: data-integration, graphql, semantic-web
- Language: JavaScript
- Homepage:
- Size: 30.9 MB
- Stars: 10
- Watchers: 14
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
- https://github.com/oeg-upm/morph-graphql/tree/master/examples/starwars
### EXAMPLE LinGBM Benchmark:
Translating mappings online for Javascript and LinGBM benchmark dataset (assuming that you have npm and node or docker installed)
- https://github.com/oeg-upm/morph-graphql/tree/master/examples/LinGBM