You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,19 @@
3
3
## Introduction
4
4
5
5
This repository holds a series of Java and Scala examples, that demonstrate typical use cases for the HERE Workspace – a part of HERE platform. HERE Workspace is an environment to enrich, transform and deploy location-centric data.
6
-
Go to [HERE platform](https://developer.here.com/products/open-location-platform) to learn more. If you are interested in knowing what the platform offers specifically for Java and Scala developers, visit [this page](https://developer.here.com/olp/documentation/sdk-developer-guide/dev_guide/index.html).
6
+
Go to [HERE platform](https://developer.here.com/products/open-location-platform) to learn more. If you are interested in knowing what the platform offers specifically for Java and Scala developers, visit [this page](https://developer.here.com/documentation/sdk-developer-guide/dev_guide/index.html).
7
7
8
8
## Prerequisites
9
9
10
10
In order to run the examples, you need to have a HERE Workspace account. If you do not have an account, navigate to [Pricing and Plans](https://developer.here.com/pricing/open-location-platform) to apply for a free trial.
11
11
12
-
You need to get access credentials and prepare your environment. For more information on how to prepare your environment, see our [guide for Java and Scala developers](https://developer.here.com/olp/documentation/sdk-developer-guide/dev_guide/topics/how-to-use-sdk.html).
12
+
You need to get access credentials and prepare your environment. For more information on how to prepare your environment, see our [guide for Java and Scala developers](https://developer.here.com/documentation/sdk-developer-guide/dev_guide/topics/how-to-use-sdk.html).
13
13
14
14
## Code Examples
15
15
16
16
### Processing Sensor Data
17
17
18
-
The following documents illustrate two use cases around inferring real-world situations from sensor data. [Batch processing](https://developer.here.com/olp/documentation/java-scala-dev/dev_guide/topics/example-use-cases.html#use-case-map-of-recommended-speed-based-on-sensor-observations-and-other-data) is useful when it is important to aggregate sensor input over a longer time period (i.e. hours and longer). [Stream processing](https://developer.here.com/olp/documentation/java-scala-dev/dev_guide/topics/example-use-cases.html#use-case-turning-sensor-data-into-warnings) is recommended for time-critical use cases, like informing about road hazards.
18
+
The following documents illustrate two use cases around inferring real-world situations from sensor data. [Batch processing](https://developer.here.com/documentation/java-scala-dev/dev_guide/topics/example-use-cases.html#use-case-map-of-recommended-speed-based-on-sensor-observations-and-other-data) is useful when it is important to aggregate sensor input over a longer time period (that is hours and longer). [Stream processing](https://developer.here.com/documentation/java-scala-dev/dev_guide/topics/example-use-cases.html#use-case-turning-sensor-data-into-warnings) is recommended for time-critical use cases, like informing about road hazards.
19
19
20
20
| Name | Description | Source | Labels / Topics |
21
21
| ---- | ----------- | ------ | --------------- |
@@ -24,7 +24,7 @@ The following documents illustrate two use cases around inferring real-world sit
24
24
25
25
### Incremental Map Processing & Validation
26
26
27
-
For more information, see a use case illustration of [keeping a client map up to date with incremental processing](https://developer.here.com/olp/documentation/java-scala-dev/dev_guide/topics/example-use-cases.html#use-case-incremental-map-processing).
27
+
For more information, see a use case illustration of [keeping a client map up to date with incremental processing](https://developer.here.com/documentation/java-scala-dev/dev_guide/topics/example-use-cases.html#use-case-incremental-map-processing).
28
28
29
29
| Name | Description | Source | Labels / Topics |
30
30
| ---- | ----------- | ------ | --------------- |
@@ -42,7 +42,7 @@ For more information, see a use case illustration of [keeping a client map up to
42
42
### Archiving Stream Data
43
43
44
44
The HERE Workspace allows you to retain stream data for longer periods, which allows you to later query and process the retained data for non-real-time use cases.
45
-
For more information, see [Data Archiving Library Developer Guide](https://developer.here.com/olp/documentation/data-archiving-library/dev_guide/index.html).
45
+
For more information, see [Data Archiving Library Developer Guide](https://developer.here.com/documentation/data-archiving-library/dev_guide/index.html).
46
46
47
47
| Name | Description | Source | Labels / Topics |
48
48
| ---- | ----------- | ------ | --------------- |
@@ -56,7 +56,7 @@ For more information, see [Data Archiving Library Developer Guide](https://devel
56
56
57
57
The HERE Workspace allows you to compact data files with the same index attribute values into one or more files based on the configuration.
58
58
Compaction reduces the index layer storage cost, improves query performance, and makes subsequent data processing more efficient.
59
-
For more information, see [Index Compaction Library Developer Guide](https://developer.here.com/olp/documentation/index-compaction-library/dev_guide/index.html).
59
+
For more information, see [Index Compaction Library Developer Guide](https://developer.here.com/documentation/index-compaction-library/dev_guide/index.html).
0 commit comments