Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weso/wesby
Linked Open Data Viewer
https://github.com/weso/wesby
frontend linked-data open-data rdf sparql viewer
Last synced: 9 days ago
JSON representation
Linked Open Data Viewer
- Host: GitHub
- URL: https://github.com/weso/wesby
- Owner: weso
- License: mit
- Created: 2013-12-10T08:58:21.000Z (almost 11 years ago)
- Default Branch: 2.0
- Last Pushed: 2018-02-15T21:21:58.000Z (over 6 years ago)
- Last Synced: 2024-04-14T12:05:44.059Z (7 months ago)
- Topics: frontend, linked-data, open-data, rdf, sparql, viewer
- Language: Scala
- Homepage:
- Size: 7.33 MB
- Stars: 11
- Watchers: 6
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![Wesby logo](https://github.com/weso/Wesby/raw/master/public/images/wesby-logo-850.png)
Wesby is a linked data frontend that wraps your RDF resources with custom-built interfaces, effectively turning your SPARQL endpoints into rich HTML5 websites.[![Build Status](https://travis-ci.org/weso/Wesby.svg?branch=2.0)](https://travis-ci.org/weso/Wesby)
[![codecov.io](http://codecov.io/github/weso/Wesby/coverage.svg?branch=2.0)](http://codecov.io/github/weso/Wesby?branch=2.0)
[![Stories in Ready](https://img.shields.io/waffle/label/weso/Wesby/ready.svg)](http://waffle.io/weso/wesby)
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/weso/Wesby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/weso/Wesby/2.0/LICENSE.txt)
[![by WESO](https://img.shields.io/badge/by-WESO-29c7c0.svg)](http://www.weso.es/)## Features
* RDF retrieval from SPARQL endpoint
* Resource caching with [Memcached](http://memcached.org/)
* Result queries conversion to Json for easy Javascript access to data
* User defined template binding for RDF types
* Logic-less templates with HTML5 and [Mustache](http://mustache.github.io/)## Quick start with Activator
1. [Install Play! Framework Activator](http://www.playframework.com/documentation/latest/Installing)
2. [Install Git](http://git-scm.com/book/en/Getting-Started-Installing-Git)
3. `git clone https://github.com/weso/Wesby.git`
4. `cd Wesby`
5. `activator run`
6. Read the [docs](https://github.com/weso/Wesby/wiki)###### :construction: This document is a work in progress :construction: