Use Akka to implement a WebSockets endpoint and stream data to Db2 Event Store



Use Akka to implement a WebSockets endpoint and stream data to Db2 Event Store

Use Akka to implement a WebSockets endpoint and stream data to Db2 Event Store

In this code pattern, we will build a Scala app that uses Akka to implement a WebSockets endpoint which streams data to a Db2 Event Store database. For our data, we’ll use online retail order details in CSV format. We’ll use Jupyter notebooks with Scala and Brunel to visualize the Event Store data.

repo: https://github.com/IBM/db2-event-store-akka-streams
web page: https://developer.ibm.com/patterns/store-retail-order-events-with-akka-streams-and-db2-event-store/

Comments are closed.