SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Create an application to process geospatial data using Hibernate

Create an application for processing geospatial data using Hibernate on SAP HANA leveraging the SAP HANA Spatial engine.

Overview

🎓 intermediate 15 min. SAP HANAIntermediateJavaExpress Edition
Unknown U Unknown November 1, 2022
Created by November 7, 2017
Contributors

Prerequisites

Prerequisites

  • Proficiency: Intermediate

Steps

Time to Complete

30 Min

Step 1 The GDELT data
โ€”

The data set you will use for the tutorial is the one provided by the Global Database of Events, Language, and Tone data (GDELT) version 1.0 from the GDELT project.

The GDELT 1.0 event dataset comprises over 3.5 billion mentions of over 364 million distinct events from almost every corner of the earth spanning January 1979 to present and updated daily.

The file format documentation describes the various fields and their structure.

In addition, tab-delimited lookup files are available that contain the human-friendly textual labels for each of those codes to make it easier to work with the data for those who have not previously worked with CAMEO.

Lookups are available for both Event Codes and the Goldstein Scale.

In addition, detailed recording characteristics of the actors involved in each event are stored as a sequence of 3 character codes.

Lookups are available for:

And you can download the complete collection as a series of Event CSV files here:

You can find more details about GDELT version 1 here:

Step 2 Update the project configuration
+
Step 3 Download a GDELT data file
+
Step 4 Define the model
+
Step 5 Create the Helper class
+
Step 6 Create the Actor Entity
+
Step 7 Create the Action Entity
+
Step 8 Create the Geography Entity
+
Step 9 Create the Event Entity
+
Step 10 Test The Spatial Data Import
+
Step 11 Test The Spatial Data Querying
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 11
1. The GDELT data 2. Update the project configuration 3. Download a GDELT data file 4. Define the model 5. Create the Helper class 6. Create the Actor Entity 7. Create the Action Entity 8. Create the Geography Entity 9. Create the Event Entity 10. Test The Spatial Data Import 11. Test The Spatial Data Querying

Learn more →