Home / Companies / Kestra / Blog / July 2023

July 2023 Summaries

3 posts from Kestra

Filter
Month: Year:
Post Summaries Back to Blog
DuckDB is an open-source, embedded OLAP database ideal for fast data aggregation from local files or cloud storage without requiring a server setup, but it lacks scalability and user management. MotherDuck, currently in Beta, extends DuckDB's capabilities into the cloud, offering managed storage, data sharing, and collaborative features, allowing hybrid execution of queries on both cloud and local data. While DuckDB provides a powerful local solution, MotherDuck enhances scalability and convenience with features like a SQL IDE, secrets management, and collaborative tools, which are beneficial for teams needing to manage and share data efficiently. The DuckDB Foundation supports its development as an MIT-licensed project, and DuckDB Labs partners with MotherDuck to integrate its SaaS offerings. Users can begin with DuckDB for local processing and transition to MotherDuck for more extensive, cloud-based applications once it becomes generally available, although some features, like UDFs and stored procedures, are not yet supported by MotherDuck.
Jul 28, 2023 1,906 words in the original blog post.
Kestra has introduced a feature called Blueprints, designed to streamline data workflow processes by providing a curated catalog of ready-to-use examples that combine code and documentation. This feature aims to simplify the integration of various tools within the data ecosystem, allowing users to declare standardized tasks in YAML configurations rather than writing extensive glue code. Blueprints are accessible via Kestra's UI and can be customized to fit specific organizational needs, facilitating faster iteration and knowledge sharing within teams. Users can contribute new Blueprints through GitHub or create private Blueprints in the Enterprise Edition for internal use, effectively creating a private app store for data workflows. The feature is continually expanding, with the Kestra team encouraging users to suggest new use cases and integrations.
Jul 12, 2023 873 words in the original blog post.
Kestra 0.10.0 introduces significant updates, including Blueprints, Worker Groups, and enhanced support for Python, R, Node.js, and Shell scripts, alongside a new plugin for OpenAI. Blueprints offer a catalog of ready-to-use examples that facilitate workflow initiation, while Worker Groups allow tasks to be executed on remote servers, optimizing resource allocation. The update also enhances security with basic authentication and a secret() function for sensitive data management. The new DAG task simplifies workflow dependency management by automatically resolving task sequences, and the release improves polling triggers for better privacy and performance. Users can now interact with OpenAI through tasks for chat completion and image generation. Additional features include improved Docker and script support, enhanced UX, and a customizable logging system. These advancements aim to streamline workflow management and boost Kestra's applicability in diverse computational environments.
Jul 07, 2023 2,024 words in the original blog post.