Releases: heremaps/here-workspace-examples-java-scala
Releases · heremaps/here-workspace-examples-java-scala
HERE Data SDK for Java & Scala 2.18.0
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 thedata-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
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 usestream-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