Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Releases: SANSA-Stack/Archived-SANSA-Query

SANSA Query 0.7.1

16 Jan 11:33
Compare
Choose a tag to compare

Features

  • Spark
    • Further improvement of unit test coverage
    • Query-engine over compressed RDF data (beta)
    • Semantic-based query engine evaluation
  • Bug Fixes
    • #17 STRAFTER doesn't work in sparql query
    • #29 Merge r2rml branch with ontop implementation
    • #34 Problem querying RDF containing a triple with an object of type XSD double
    • #44 No results for query that matches blank node

Dependency Changes

  • Apache Spark 2.4.3 → 2.4.4
  • Apache Flink 1.8.0 → 1.9.1
  • Apache Jena 3.11.0 → 3.13.1

SANSA Query 0.6.0

02 Jul 13:53
Compare
Choose a tag to compare

Features

Bug Fixes

  • #30 Fix issue of not returning the result set on semantic query engine
  • #32 Correct broken DataLake input files

Dependency changes

  • Apache Spark 2.4.0 → 2.4.3
  • Apache Flink 1.7.0 → 1.8.0
  • Apache Jena 3.9.0 → 3.11.0

SANSA Query 0.5.0

12 Dec 14:18
Compare
Choose a tag to compare

Features

  • Spark
    • Add possibility to query heterogeneous data sources using SANSA DataLake
    • Add OnTop integration
    • Semantic-based query engine (refactoring)

Dependency changes

  • Apache Spark 2.4.0
  • Apache Flink 1.7.0
  • Apache Jena 3.9.0

SANSA Query 0.4.0

26 Jun 18:27
Compare
Choose a tag to compare

Features

  • Spark
    • Update: Join conditions on Spark working
    • Experimental: SPARQL-to-GraphX translation (performance tuning targeted for SANSA 0.5)
    • New: Query rewriter on top of semantic partitioning
  • Flink
    • New: Query rewriter on top of semantic partitioning

Dependency changes

  • Apache Spark 2.3.1
  • Apache Flink 1.5.0
  • Apache Jena 3.7.0

SANSA Query 0.3.0

15 Dec 11:31
Compare
Choose a tag to compare

Bugfixes

  • Fixed an issue when using language tags in basic graph patterns
  • Fixed version conflicts in dependencies
  • Fixed an issue that caused invalid table names to be derived from certain URIs

Notes

  • SPARQL query capabilities against the bundled SPARK release are limited due to a SPARK issue that was already resolved but will be only be availabe in the next SPARK release.

SANSA Query 0.2.0

14 Jun 08:32
Compare
Choose a tag to compare

Features

  • Spark
    • Improved support for Datatypes

SANSA Query 0.1.0

08 Dec 16:23
Compare
Choose a tag to compare

Features

  • Spark
    • Webserver based on Jena-Sparql-API
    • Partitioning based on Sparqlify
    • Support for SPARQL queries over SANSA RDF
  • Flink is not supported in this release