LaurensRietveld / ld-r

Linked Data Reactor (LD-R)

Home Page:http://ld-r.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency Status devDependency Status

Linked Data Reactor

Linked Data Reactor (LD-Reactor or LD-R) is a framework to develop reactive and reusable User Interface components for Linked Data applications. LD-Reactor utilizes Facebook's ReactJS components, Flux architecture and Yahoo!'s Fluxible framework for isomorphic Web applications. It also exploits Semantic-UI framework for flexible UI themes. LD-Reactor aims to apply the idea of component-based application development into RDF data model hence enhancing current user interfaces to view, browse and edit Linked Data.

Quick Start

###Installation

You should have installed NodeJS, npm, bower and Webpack on your system as prerequisite, then:

Clone the repository: git clone https://github.com/ali1k/ld-r.git

and simply run ./install script

###Configuration Fill in general settings for your application at configs/general.js.

Fill in appropriate values for server port, URLs of your SPARQL endpoint and DBpedia lookup service at configs/server.js.

Fll in appropriate settings for your UI reactors at configs/reactor.js.

Fill in appropriate settings for the faceted browser at configs/facets.js.

###Run in Production Mode

npm run build

check server at localhost:4000

###Development Mode

npm run dev

check server at localhost:3000

Documentation

Check out http://ld-r.org for detailed documentation.

About

Linked Data Reactor (LD-R)

http://ld-r.org

License:Other


Languages

Language:JavaScript 97.7%Language:HTML 2.0%Language:Shell 0.2%Language:Batchfile 0.2%Language:CSS 0.0%