Join an Event Stream to a HANA Table
Beginner
20 min.
Add a HANA Reference element to a streaming project. The Reference element is a proxy for a HANA table, allowing the HANA table to be accessed within the streaming project. Then, using a Join operator, join the input stream to the HANA table to enrich the incoming events with reference data from the HANA database.
You will learn
- How to reference a HANA database table in your streaming project using a HANA Reference element. In streaming projects, a Reference element points at a HANA database table and pulls data in from the table as needed
- How to join a live event stream to a HANA table to enrich raw event data with reference data from the HANA database
Prerequisites
- Tutorials: Run and Test a Streaming Project