[ANN] Apache Jena Fuseki2

Apache Jena is framework for building linked data and semantic web
applications.

The team is please to announce a major revision of Fuseki, the Apache
Jena SPARQL server.

    http://jena.apache.org/documentation/fuseki2/

Fuseki2 can run as a operating system service, as a Java web application 
(WAR file), and as a standalone server. It provides security (using 
Apache Shiro) and has a user interface for server monitoring and 
administration. Fuseki implements the SPARQL 1.1 protocols for query and 
update as well as the SPARQL Graph Store protocol.

Fuseki is tightly integrated with Apache Jena's TDB to provide a
robust, transactional persistent storage layer, and incorporates Jena
text query and Jena spatial query. It can be used to provide the
protocol engine for other RDF query and storage systems.

The new UI provides administration of a running server, including
managing datasets. At the moment, it provides the abilities to create
datasets, upload data, query the data and to backup the database on a
live server. This incorporates component and contributions from YASR
http://yasgui.org/ (with thanks to Laurens Rietveld)

Fuseki v1 continues to be available.  To ease transition, the Fuseki v2
standalone server can be run in the same way as Fuseki1 for existing
configurations. The Fuseki1 and Fuseki2 UIs are not compatible.

== Obtaining Fuseki 2

= As binary downloads

Apache Jena Fuseki is available as a binary distribution as well as via
in maven.

http://jena.apache.org/download/#apache-jena-fuseki

= Source code for the release

The signed source code of this release is available at:

http://www.apache.org/dist/jena/source/

and the signed master source for all Apache Jena releases is available
at: http://archive.apache.org/dist/jena/

     Andy
     on behalf of the Apache Jena developer community

Received on Sunday, 22 March 2015 17:44:16 UTC