Skip to content

rdanitz/r2r-designer

 
 

Repository files navigation

r2r-designer

An Editor for mapping relational Databases to RDF. This version is an early prototype. Do not use in production.

Requirements

You will need:

Installation

    npm install
    bower install
    grunt

Documentation

Usage

To start the web app containing both the UI and the web service for the R2R designer, run:

    lein run

Alternatively, you can build a standalone JAR file of the web app with:

    lein ring uberjar
    java -jar target/r2r-designer-{version}-standalone.jar

For development purposes, you can alse start the UI and the web service separately:

UI:

    grunt serve

Web service:

    lein repl
    [in REPL]: (user/dev)
    [in REPL]: (reset)

Note: Please make sure that you have built the Web UI (see above)!

License

Copyright © 2014 Fraunhofer Gesellschaft e. V.

Distributed under the MIT License.

About

An Editor for mapping relational Databases to RDF.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 39.9%
  • JavaScript 26.4%
  • Clojure 24.8%
  • CSS 8.9%