/gorql-viewer

SPARQL query viewer, powered by Node.js

Primary LanguageJavaScriptEuropean Union Public License 1.1EUPL-1.1

GORQL Viewer

GORQL Viewer shows the results of a SPARQL query in a rich way, with tabular data and interactive graphics. The generated reports can be embedded in any webpage.

Site: www.gorql.com

Requirements

Node.js 0.6.17 or higher, it works fine with node.js 0.8.x too. The rpms specs are hardwired to the 0.8.14 version, though.

Dependencies are listed in the package.json file, and can be installed using npm.

Development deployment

git clone git://github.com/Yaco-Sistemas/gorql-viewer.git
cd gorql-viewer
npm install -d
cd public/javascripts/
make all
cd ../../
node --debug app.js

And now you can open http://localhost:3000/ in your favourite browser :)

Documentation

There is some documentation in spanish in the docs folder, it's built with Sphinx so you will need it to generate the output files.

License

Copyright 2012 Yaco Sistemas S.L.

Licensed under the EUPL, Version 1.1 or - as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). You may not use this work except in compliance with the Licence. You may obtain a copy of the Licence at:

http://joinup.ec.europa.eu/software/page/eupl

Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence.