diff --git a/pages/faq.vue b/pages/faq.vue index d6a7b40025..dd7af820f3 100644 --- a/pages/faq.vue +++ b/pages/faq.vue @@ -14,15 +14,15 @@
Kestra is a powerful and easy-to-use data orchestration platform that helps you automate, schedule, and monitor data workflows across various systems and services.
+Kestra is an open-source orchestrator designed to bring Infrastructure as Code (IaC) best practices to all workflows — from those orchestrating mission-critical operations, business processes, and data pipelines to simple Zapier-style automation. Built with an API-first philosophy, Kestra enables users to define and manage data pipelines through a simple YAML configuration file. This approach frees you from being tied to a specific client implementation, allowing for greater flexibility and easier integration with various tools and services.
A declarative orchestrator is a system that allows you to define and manage complex workflows using a high-level, descriptive language. Instead of specifying the exact steps and sequences to achieve a specific outcome, a declarative orchestrator lets you define the desired end state and the system figures out how to reach it.
-Kestra is a declarative orchestrator designed for managing data workflows. It uses YAML (Yet Another Markup Language) to define workflows in a human-readable and structured format. Kestra workflows consist of tasks and triggers that represent various data processing operations, connected by data dependencies and flow control structures.
+Kestra is a declarative orchestrator designed for managing all kinds of workflows. It uses YAML (Yet Another Markup Language) to define workflows in a human-readable and structured format. Kestra workflows consist of tasks and triggers that represent various data processing operations, connected by data dependencies and flow control structures.
By using a declarative approach, Kestra simplifies the development, maintenance, and scalability of data workflows. It allows you to focus on the high-level goals and objectives of your data workflows, while Kestra takes care of executing the tasks and handling errors, retries, and parallelism.
+By using a declarative approach, Kestra simplifies the development, maintenance, and scalability of workflows. It allows you to focus on the high-level goals and objectives of your data workflows, while Kestra takes care of executing the tasks and handling errors, retries, and parallelism.
Some key benefits of using Kestra as a declarative orchestrator include:
Kestra is perfect for data engineers, developers, data scientists, and anyone who needs to process, manage, and orchestrate data workflows across multiple systems.
+Kestra is perfect for data engineers, developers, data scientists, and anyone who needs to process, manage, and orchestrate workflows across multiple systems.
Kestra offers a wide range of features, including:
To get started with Kestra, follow the
Kestra is designed to be easy to install and set up. The installation process involves following the
Kestra is designed to be easy to install and set up. The installation process involves following the
Yes, Kestra has a growing community and support forum. You can join the Kestra Slack channel to ask questions, share your experience, and connect with other users and developers.
+Yes, Kestra has a growing community. You can join the Kestra Slack channel to ask questions, share your experience, and connect with other users and developers.
To get access to the Kestra Enterprise Edition, please contact us through our Slack channel or Slack channel. We will provide you with the necessary information and guide you through the process of setting up the Enterprise Edition.
+To get access to the Kestra Enterprise Edition, please contact us through our Slack channel or book a demo. We will provide you with the necessary information and guide you through the process of setting up the Enterprise Edition.
Yes, there are additional licensing fees for using the Kestra Enterprise Edition. The fees depend on the size of your organization and the specific features you require. To get more information about pricing, please get in touch with the Kestra team.
@@ -94,12 +94,16 @@Kestra stands out from other data orchestration platforms due to its focus on ease of use thanks to declarative language YAML, powerful features, and a growing ecosystem of plugins. The user-friendly interface and robust architecture make it an excellent choice for orchestrating complex data workflows across various systems and services.
+YAML's simplicity and readability make it easy to understand and maintain your data workflows. Kestra provides extensive support for various YAML features, such as variables, loops, and conditions, allowing you to create complex workflows without the need for a separate programming language. If you require more advanced functionality, you can always use scripting languages like Python, JavaScript, or Bash within your tasks to extend your flows' capabilities.
Contributions to the Kestra project are always welcome! You can contribute by submitting bug reports, feature requests, or pull requests on the GitHub repository. You can also join the community on Slack to discuss ideas and collaborate with other developers.
+Contributions to the Kestra project are always welcome! You can contribute by submitting bug reports, feature requests, or pull requests on the GitHub repository. You can also join the community on Slack to discuss ideas and collaborate with other developers.