abij / BigDataIngestion2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Big Data Ingestion Part 2

This is the repo for Part 2 of the Big Data Ingestion for the Dutch Azure Meetup (https://www.meetup.com/Dutch-Azure-Meetup/events/235816631/)

Follow the labs in the "labs" folder.

Eventually if you just want to see what will be created during the labs, follow this steps:

Option 1: Deploy directly from the portal

  1. Click this button (hold CTRL while clicking to open in a new tab):

  2. Fill the required settings

  3. Start the Stream Analytics Job

Option 2: Deploy Azure Resources from PowerShell

Please follow this steps to get everything working:

  1. Clone this repo: https://github.com/DutchAzureMeetup/BigDataIngestion2.git
  2. In your favorite text editor open this file: \src\AzureInfrastructure\azuredeploy.parameters.json
  3. Change the value of the "projectName" to something else and save the file (projectName must be between 3 and 20 characters in length and use numbers and lower-case letters only).
  4. In a powershell prompt navigate to this directory: \src\AzureInfrastructure
  5. Login in azure with your credentials: Login-AzureRmAccount
  6. [Optional] Follow this only if you have multiple Azure subscriptions:

6.1 Get a list of your subscriptions: Get-AzureRmSubscription
6.2 Select the subscription which you want to use: Select-AzureRmSubscription -SubscriptionId {put here your subscriptionid}

  1. Deploy: .\deploy.ps1
  2. Start the Stream Analytics Job

About


Languages

Language:JavaScript 54.6%Language:PowerShell 25.4%Language:C# 16.3%Language:Jupyter Notebook 3.1%Language:HTML 0.5%Language:ASP 0.0%