Files
OpenNoodl/packages/noodl-viewer-cloud
Richard Osborne 8938fa6885 feat(viewer-cloud): add ExecutionStore for workflow execution history
CF11-004: Execution Storage Schema (Phase 11)

- Add TypeScript types for executions, steps, queries, and stats
- Add SQLite schema with workflow_executions and execution_steps tables
- Implement ExecutionStore class with full CRUD operations
- Support query filtering by workflow, status, trigger type, date range
- Support pagination with limit/offset
- Add retention utilities (cleanup by age, count, total)
- Add aggregated statistics (success rate, avg duration)
- Add unit tests with MockDatabase for all operations

Uses synchronous SQLite (better-sqlite3 compatible interface) for
performant local storage of execution history data.
2026-01-15 16:13:19 +01:00
..
2024-01-26 11:52:55 +01:00
2024-01-26 11:52:55 +01:00
2024-01-26 11:52:55 +01:00
2025-12-07 17:32:53 +01:00
2024-01-26 11:52:55 +01:00
2024-01-26 11:52:55 +01:00

Noodl Cloud runtime

The Noodl Cloud Runtime is a crucial component for executing Noodl Cloud functions. This repository contains the code necessary to run and manage these functions seamlessly within the Noodl ecosystem.

Usage

The Noodl Cloud Runtime is designed to be used in conjunction with the Noodl Cloud Service. Follow the instructions provided in the Noodl Cloud Service repository to set up the complete Noodl Cloud environment.

License

This project is licensed under the MIT License.