diff --git a/.gitignore b/.gitignore index 8b799fe958..95b3da1cfe 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ node_modules .env dist .obsidian/**/* +package-lock.json \ No newline at end of file diff --git a/components/docs/RecursiveNavSidebar.vue b/components/docs/RecursiveNavSidebar.vue index a6f37ce90e..febf0f4f93 100644 --- a/components/docs/RecursiveNavSidebar.vue +++ b/components/docs/RecursiveNavSidebar.vue @@ -11,7 +11,7 @@
Flow execution based on events from the core or plugins, such as the result of other flows in real-time, detection of files from SFTP or Google Cloud Storage, or results of an SQL query.
Endless possibilities to start a flow through API, using a webhook, waiting for a trigger, or simply starting directly from the Web UI.
Execute complex data processing without the need for extensive coding skills
+Decide based on your use case how declarative or imperative you want your workflows to be. Write your business logic in Python, R, Node.js or Julia, and orchestrate it declaratively.
Manage data workflows with flexible scheduling options and orchestrate all types of workflows
+Kestra's architecture is built on top of proven and time-tested technologies including Postgres, Kafka and Elasticsearch.
Integrate with various systems and services from 3rd party sources or build your own plugins
+Integrate with any source system, database or data tool, and build your own plugins and blueprints to eliminate boilerplate code and automate repetitive tasks.
Create and manage your workflows using the low code editor or write them
Create flows in a simple
Eliminate bottlenecks with Kestra's reliable and automated workflows
+Because every action in Kestra is API-driven, there are no limits to what you can automate, from changing flow and task configuration using internal tools, to triggering, adding or modifying workflows in any way you can imagine.
From only a few executions to millions, without hassle, in the cloud or on-premise
+Scale your data platform from only a few executions to millions, without hassle. You can deploy Kestra on-prem and on Cloud using our official Helm chart, Terraform provider, or a manual installation using a single binary.
Step 1
- Declare all
- Built-in low code editor for your flows + Built-in editor to define flows, SQL queries and custom scripts
- Execute and monitor directly from the user interface + Dashboards to monitor your system's health
- Simple declarative language editor + Simple declarative editor with live-updating DAG view
- Complete and comprehensive dashboard + Language-agnostic interface for scheduled and event-driven flows