Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Addressed review feedback and re-ordered TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
harshini-rangaswamy committed Dec 14, 2023
1 parent 8ac5446 commit c360be1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 19 deletions.
15 changes: 6 additions & 9 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -653,16 +653,13 @@ entries:
title: Integrate with Apache Kafka
- file: docs/products/flink/howto/connect-bigquery
title: Integrate with Google BigQuery
- file: docs/products/flink/howto/list-flink-applications
title: Aiven for Apache Flink applications
- file: docs/products/flink/howto/create-flink-applications
title: Apache Flink applications
entries:
- file: docs/products/flink/howto/create-flink-applications
title: Create Apache Flink applications
entries:
- file: docs/products/flink/howto/create-sql-application
title: Create an SQL application
- file: docs/products/flink/howto/create-jar-application
title: Create a JAR application
- file: docs/products/flink/howto/create-sql-application
title: Create an SQL application
- file: docs/products/flink/howto/create-jar-application
title: Create a JAR application
- file: docs/products/flink/howto/manage-flink-applications
title: Manage Apache Flink applications
- file: docs/products/flink/howto/list-flink-tables
Expand Down
9 changes: 6 additions & 3 deletions docs/products/flink/howto/create-flink-applications.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
Create an Aiven for Apache Flink® application
==============================================
Create and manage Aiven for Apache Flink® applications
===========================================================

:doc:`Aiven for Flink applications </docs/products/flink/concepts/flink-applications>` in Aiven for Apache Flink® servers as a container that includes everything connected to a Flink job, including source and sink connections and data processing logic.

Check failure on line 4 in docs/products/flink/howto/create-flink-applications.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/products/flink/howto/create-flink-applications.rst#L4

[Aiven.common_replacements] Use 'Flink' instead of 'flink'.
Raw output
{"message": "[Aiven.common_replacements] Use 'Flink' instead of 'flink'.", "location": {"path": "docs/products/flink/howto/create-flink-applications.rst", "range": {"start": {"line": 4, "column": 52}}}, "severity": "ERROR"}

Check failure on line 4 in docs/products/flink/howto/create-flink-applications.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/products/flink/howto/create-flink-applications.rst#L4

[Aiven.common_replacements] Use 'Flink' instead of 'flink'.
Raw output
{"message": "[Aiven.common_replacements] Use 'Flink' instead of 'flink'.", "location": {"path": "docs/products/flink/howto/create-flink-applications.rst", "range": {"start": {"line": 4, "column": 67}}}, "severity": "ERROR"}

With the `Aiven Console <https://console.aiven.io/>`_, you can create applications that run SQL queries or deploy custom JARs, catering to diverse data processing requirements. The console's guided wizard simplifies the application configuration process, from selecting source and sink tables for SQL applications to uploading and managing JAR files for custom job execution.
Using the `Aiven Console <https://console.aiven.io/>`_, you can create applications that run SQL queries or deploy custom JARs, catering to diverse data processing requirements. The console's guided wizard simplifies the application configuration process, from selecting source and sink tables for SQL applications to uploading and managing JAR files for custom job execution.

.. important::

Custom JARs for Aiven for Apache Flink is a :doc:`limited availability feature </docs/platform/concepts/beta_services>`. If you're interested in trying out this feature, contact the sales team at [email protected].

.. tableofcontents::

Expand Down
2 changes: 1 addition & 1 deletion docs/products/flink/howto/create-jar-application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Aiven for Apache Flink® enables you to upload and deploy custom code as a JAR f

.. important::

Custom JARs for Aiven for Apache Flink is an :doc:`early availability feature </docs/platform/concepts/beta_services>`. If you're interested in trying out this feature, contact the sales team at [email protected].
Custom JARs for Aiven for Apache Flink is a :doc:`limited availability feature </docs/platform/concepts/beta_services>`. If you're interested in trying out this feature, contact the sales team at [email protected].

Prerequisite
------------
Expand Down
6 changes: 0 additions & 6 deletions docs/products/flink/howto/list-flink-applications.rst

This file was deleted.

0 comments on commit c360be1

Please sign in to comment.