Skip to content

Commit

Permalink
Use absolute links in markdown (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamccrea authored Jul 7, 2020
1 parent f714bba commit c175b67
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ End-to-end integration tests are configured to run. You can check the [latest cl

At present time the available solutions are

### [Kafka on AKS + Azure Databricks + Cosmos DB](akskafka-databricks-cosmosdb)
### [Kafka on AKS + Azure Databricks + Cosmos DB](https://github.com/Azure-Samples/streaming-at-scale/tree/master/akskafka-databricks-cosmosdb)

Implement a stream processing architecture using:

- Kafka on Azure Kubernetes Service (AKS) (Ingest / Immutable Log)
- Azure Databricks (Stream Process)
- Cosmos DB (Serve)

### [Event Hubs Capture Sample](eventhubs-capture)
### [Event Hubs Capture Sample](https://github.com/Azure-Samples/streaming-at-scale/tree/master/eventhubs-capture)

Implement stream processing architecture using:

Expand All @@ -119,126 +119,126 @@ Implement stream processing architecture using:
- Azure Blob Store (Data Lake)
- Apache Drill (Query/Serve)

### [Event Hubs + Azure Databricks + Azure SQL](eventhubs-databricks-azuresql)
### [Event Hubs + Azure Databricks + Azure SQL](https://github.com/Azure-Samples/streaming-at-scale/tree/master/eventhubs-databricks-azuresql)

Implement a stream processing architecture using:

- Event Hubs (Ingest / Immutable Log)
- Azure Databricks (Stream Process)
- Azure SQL (Serve)

### [Event Hubs + Azure Databricks + Cosmos DB](eventhubs-databricks-cosmosdb)
### [Event Hubs + Azure Databricks + Cosmos DB](https://github.com/Azure-Samples/streaming-at-scale/tree/master/eventhubs-databricks-cosmosdb)

Implement a stream processing architecture using:

- Event Hubs (Ingest / Immutable Log)
- Azure Databricks (Stream Process)
- Cosmos DB (Serve)

### [Event Hubs Kafka + Azure Databricks + Cosmos DB](eventhubskafka-databricks-cosmosdb)
### [Event Hubs Kafka + Azure Databricks + Cosmos DB](https://github.com/Azure-Samples/streaming-at-scale/tree/master/eventhubskafka-databricks-cosmosdb)

Implement a stream processing architecture using:

- Event Hubs (Ingest / Immutable Log) with Kafka endpoint
- Azure Databricks (Stream Process)
- Cosmos DB (Serve)

### [Event Hubs + Azure Databricks + Delta](eventhubs-databricks-delta)
### [Event Hubs + Azure Databricks + Delta](https://github.com/Azure-Samples/streaming-at-scale/tree/master/eventhubs-databricks-delta)

Implement a stream processing architecture using:

- Event Hubs (Ingest / Immutable Log)
- Azure Databricks (Stream Process)
- [Delta Tables](https://delta.io/) (Serve)

### [Event Hubs + Azure Functions + Azure SQL](eventhubs-functions-azuresql)
### [Event Hubs + Azure Functions + Azure SQL](https://github.com/Azure-Samples/streaming-at-scale/tree/master/eventhubs-functions-azuresql)

Implement a stream processing architecture using:

- Event Hubs (Ingest / Immutable Log)
- Azure Functions (Stream Process)
- Azure SQL (Serve)

### [Event Hubs + Azure Functions + Cosmos DB](eventhubs-functions-cosmosdb)
### [Event Hubs + Azure Functions + Cosmos DB](https://github.com/Azure-Samples/streaming-at-scale/tree/master/eventhubs-functions-cosmosdb)

Implement a stream processing architecture using:

- Event Hubs (Ingest / Immutable Log)
- Azure Functions (Stream Process)
- Cosmos DB (Serve)

### [Event Hubs + Stream Analytics + Cosmos DB](eventhubs-streamanalytics-cosmosdb)
### [Event Hubs + Stream Analytics + Cosmos DB](https://github.com/Azure-Samples/streaming-at-scale/tree/master/eventhubs-streamanalytics-cosmosdb)

Implement a stream processing architecture using:

- Event Hubs (Ingest / Immutable Log)
- Stream Analytics (Stream Process)
- Cosmos DB (Serve)

### [Event Hubs + Stream Analytics + Azure SQL](eventhubs-streamanalytics-azuresql)
### [Event Hubs + Stream Analytics + Azure SQL](https://github.com/Azure-Samples/streaming-at-scale/tree/master/eventhubs-streamanalytics-azuresql)

Implement a stream processing architecture using:

- Event Hubs (Ingest / Immutable Log)
- Stream Analytics (Stream Process)
- Azure SQL (Serve)

### [Event Hubs + Stream Analytics + Event Hubs](eventhubs-streamanalytics-eventhubs)
### [Event Hubs + Stream Analytics + Event Hubs](https://github.com/Azure-Samples/streaming-at-scale/tree/master/eventhubs-streamanalytics-eventhubs)

Implement a stream processing architecture using:

- Event Hubs (Ingest / Immutable Log)
- Stream Analytics (Stream Process)
- Event Hubs (Serve)

### [HDInsight Kafka + Flink + HDInsight Kafka](hdinsightkafka-flink-hdinsightkafka)
### [HDInsight Kafka + Flink + HDInsight Kafka](https://github.com/Azure-Samples/streaming-at-scale/tree/master/hdinsightkafka-flink-hdinsightkafka)

Implement a stream processing architecture using:

- HDInsight Kafka (Ingest / Immutable Log)
- Flink on HDInsight or Azure Kubernetes Service (Stream Process)
- HDInsight Kafka (Serve)

### [Event Hubs Kafka + Flink + Event Hubs Kafka](eventhubskafka-flink-eventhubskafka)
### [Event Hubs Kafka + Flink + Event Hubs Kafka](https://github.com/Azure-Samples/streaming-at-scale/tree/master/eventhubskafka-flink-eventhubskafka)

Implement a stream processing architecture using:

- Event Hubs Kafka (Ingest / Immutable Log)
- Flink on HDInsight or Azure Kubernetes Service (Stream Process)
- Event Hubs Kafka (Serve)

### [Event Hubs Kafka + Azure Functions + Cosmos DB](eventhubskafka-functions-cosmosdb)
### [Event Hubs Kafka + Azure Functions + Cosmos DB](https://github.com/Azure-Samples/streaming-at-scale/tree/master/eventhubskafka-functions-cosmosdb)

Implement a stream processing architecture using:

- Event Hubs Kafka (Ingest / Immutable Log)
- Azure Functions (Stream Process)
- Cosmos DB (Serve)

### [HDInsight Kafka + Azure Databricks + Azure SQL](hdinsightkafka-databricks-sqldw)
### [HDInsight Kafka + Azure Databricks + Azure SQL](https://github.com/Azure-Samples/streaming-at-scale/tree/master/hdinsightkafka-databricks-sqldw)

Implement a stream processing architecture using:

- HDInsight Kafka (Ingest / Immutable Log)
- Azure Databricks (Stream Process)
- Azure SQL Data Warehouse (Serve)

### [Event Hubs + Azure Data Explorer](eventhubs-dataexplorer)
### [Event Hubs + Azure Data Explorer](https://github.com/Azure-Samples/streaming-at-scale/tree/master/eventhubs-dataexplorer)

Implement a stream processing architecture using:

- Event Hubs (Ingest / Immutable Log)
- Azure Data Explorer (Stream Process / Serve)

### [Event Hubs + Data Accelerator + Cosmos DB](eventhubs-dataaccelerator-cosmosdb)
### [Event Hubs + Data Accelerator + Cosmos DB](https://github.com/Azure-Samples/streaming-at-scale/tree/master/eventhubs-dataaccelerator-cosmosdb)

Implement a stream processing architecture using:

- Event Hubs (Ingest / Immutable Log)
- Microsoft Data Accelerator on HDInsight and Service Fabric (Stream Process)
- Cosmos DB (Serve)

### [Event Hubs + Time Series Insights](eventhubs-timeseriesinsights)
### [Event Hubs + Time Series Insights](https://github.com/Azure-Samples/streaming-at-scale/tree/master/eventhubs-timeseriesinsights)

Implement a stream processing architecture using:

Expand Down

0 comments on commit c175b67

Please sign in to comment.