Skip to content

Commit 5769c62

Browse files
authored
Merge pull request #79193 from SnehaGunda/minthroughput
Updating landing page and TOC for spark
2 parents 225b4d5 + 66e30e8 commit 5769c62

File tree

5 files changed

+31
-12
lines changed

5 files changed

+31
-12
lines changed

articles/cosmos-db/TOC.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,11 @@
164164
displayName: change feed
165165
href: change-feed-functions.md
166166
- name: Built-in analytics with Apache Spark
167-
href: spark-api-introduction.md
167+
items:
168+
- name: Introduction
169+
href: spark-api-introduction.md
170+
- name: Lambda architecture
171+
href: lambda-architecture.md
168172
- name: Server-side programming
169173
items:
170174
- name: Stored procedures, triggers, and UDFs
@@ -541,6 +545,13 @@
541545
href: how-to-create-multiple-cosmos-db-triggers.md
542546
- name: Troubleshoot Azure Cosmos DB Triggers
543547
href: troubleshoot-changefeed-functions.md
548+
- name: Built-in analytics with Apache Spark
549+
items:
550+
- name: Azure Databricks Spark connector
551+
href: spark-connector.md
552+
- name: Streaming with Apache Kafka and Cosmos DB
553+
href: /azure/hdinsight/apache-kafka-spark-structured-streaming-cosmosdb
554+
maintainContext: true
544555
- name : Server-side programming
545556
items:
546557
- name: Write stored procedures, triggers, & UDFs
@@ -653,13 +664,6 @@
653664
- name: Use Spring Boot Starter
654665
href: /java/azure/spring-framework/configure-spring-boot-starter-java-app-with-cosmos-db
655666
maintainContext: true
656-
- name: Lambda architecture
657-
href: lambda-architecture.md
658-
- name: Azure Databricks(Spark connector)
659-
href: spark-connector.md
660-
- name: Spark and Kafka
661-
href: /azure/hdinsight/apache-kafka-spark-structured-streaming-cosmosdb
662-
maintainContext: true
663667
- name: ODBC driver
664668
href: odbc-driver.md
665669
- name: Bulk executor library

articles/cosmos-db/index.yml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,31 @@ sections:
5353
image:
5454
src: media/index/mongodb-api.svg
5555
title: Azure Cosmos DB's API for MongoDB
56+
- href: /azure/cosmos-db/cassandra-introduction/
57+
html: <p>Use the Cassandra API if you are migrating data from Cassandra to Azure Cosmos DB's fully managed service.</p>
58+
image:
59+
src: media/index/cassandra-api.png
60+
title: Cassandra API
5661
- href: /azure/cosmos-db/table-introduction/
5762
html: <p>Use the Table API if you are migrating data from Azure Table storage to Azure Cosmos DB's premium table offering.</p>
5863
image:
5964
src: media/index/table-api.svg
6065
title: Table API
61-
- href: /azure/cosmos-db/cassandra-introduction/
62-
html: <p>Use the Cassandra API if you are migrating data from Cassandra to Azure Cosmos DB's fully managed service.</p>
66+
- href: /azure/cosmos-db/spark-api-introduction/
67+
html: <p>Use the built-in support for Apache Spark to run analytics on the data stored in an Azure Cosmos account. </p>
6368
image:
64-
src: media/index/cassandra-api.png
65-
title: Cassandra API
69+
src: media/index/spark-logo.png
70+
title: Built-in analytics with Apache Spark
71+
- href: /azure/cosmos-db/change-feed/
72+
html: <p>Perform real-time analytics with change feed by reading the sorted list of documents within an Azure Cosmos DB container in the order in which they were modified. </p>
73+
image:
74+
src: media/index/change-feed-logo.png
75+
title: Change feed
76+
- href: /azure/cosmos-db/etcd-api-introduction/
77+
html: <p> The Etcd API allows you to use Azure Cosmos DB as the backend store for Azure Kubernetes.</p>
78+
image:
79+
src: media/index/etcd-logo.png
80+
title: Etcd API
6681

6782
- title: 5-Minute Quickstarts
6883
items:
1.48 KB
Loading
7.92 KB
Loading
11.5 KB
Loading

0 commit comments

Comments
 (0)