Credit Card Streamer
This app simulates data streams that banks encounter (e.g. credit card swipe data). It will generate synthetic data from a transaction and push it to a given Azure Event Hub as a JSON. Note: the application logic is written in JavaScript so the speed and interval of the transactions is dependent upon the user device.
About the Credit Card Stream Broker App
This app was build on the Django framework and JavaScript. Django is a Python based web framework used for rapid deployment of websites. However this app entirely runs on JavaScript.
A JavaScript library called " ServiceBusJavaScriptSdk" was used to connect the client to an Azure Event Hub. Click for the following other libraries in other languages: C, C#, Java, Python.