Skip to content

SANSA DataLake 0.1.2

Latest
Compare
Choose a tag to compare
@mnmami mnmami released this 13 Jan 16:32
· 15 commits to develop since this release
74780fb

This version brings the following features and changes:

  • Project and filter of subject variables.
  • Remove requiring the projection of the filtered object.
  • Run queries with only one relevant data source.
  • Add support for RDF data (NTriples).
  • Add query-time transformations.
  • Change the query execution timer to count the full execution time instead of only Spark execution time.
  • Improve exception handling and logging messages.
  • Change query results format, from show() method to foreach(println) method.