Skip to content

Releases: heremaps/here-workspace-examples-java-scala

HERE Data SDK for Java & Scala 2.18.0

27 Aug 14:48
Compare
Choose a tag to compare

2.18.0.4

Examples

Added

  • A new compaction library has been added to the Index storage toolset.
    Continually indexing data from small stream messages leads to the creation of metadata references to many tiny files.
    This grows the size of Index storage and adversely impacts query performance.
    With the release of this library, you can compact your Index layer metadata and data to greatly reduce your index storage size, improve query performance, and optimize big data processing by working with larger files.
    Furthermore, you can use RSQL queries to submit criteria to compact your data within certain time windows, or by other attributes you've defined to optimize the compaction process, all while you continue to index incoming data.

There are two new batch examples that show how to use the Index Compaction Library to quickly develop a compaction application that compacts parquet and protobuf format data.

Deprecated

  • The merge API of the Data Archiving Library used in the data-archive examples is no longer recommended to compact files for optimization.
    Use the Index Compaction Library instead.

HERE Data SDK for Java & Scala 2.17.0

28 Jul 10:21
Compare
Choose a tag to compare

2.17.0.3

Examples

Changed

  • Changed Data Validation Library / Data Processing Library / Data Archiving Library / Location Library examples to support projects.

  • Changed examples using stream-2.0.0 environment to use stream-3.0.0:

    • Archiving SDII Stream Data in Avro
    • Archiving SDII stream data in Parquet
    • Archiving SDII stream data in Protobuf
    • Archiving SENSORIS stream data in Parquet
    • Archiving SENSORIS stream data in Protobuf
    • Stream Path Matcher

HERE Data SDK for Java & Scala 2.16.0

18 Jun 10:22
Compare
Choose a tag to compare

HERE Data SDK for Java & Scala 2.15.0

19 May 13:52
Compare
Choose a tag to compare

HERE Data SDK for Java & Scala 2.14.0

28 Apr 13:08
Compare
Choose a tag to compare

HERE Data SDK for Java & Scala 2.13.0

26 Mar 14:00
Compare
Choose a tag to compare