Click here to Skip to main content
15,888,733 members
Articles / Hosted Services / Azure

Streaming at Scale with Azure Event Hubs, Azure Functions, and Cosmos DB Part 2: Processing Streaming Data with Azure Functions in Java

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
24 Mar 2022CPOL8 min read 4.5K   1  
Consume, process and store data in Cosmos DB
This is Part 2 of a 3-part series that explores how to create an end-to-end streaming solution starting by streaming data into Azure Event Hubs, processing it with Azure Functions in Java, and piping the results into a Cosmos DB database. This article shows how to connect our Event Hub to Azure Functions that will process our messages and store them in Cosmos DB.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Streaming at Scale with Azure Event Hubs, Azure Functions, and Cosmos DB View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Unknown
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

Streaming at Scale with Azure Event Hubs, Azure Functions, and Cosmos DB