Overview
The@databite/engine package provides a comprehensive synchronization and execution engine with automatic scheduling, connection management, action execution, and data synchronization. It’s designed to handle recurring sync operations with built-in retry logic, error handling, and monitoring.
Installation
Core Classes
DatabiteEngine
The main class for managing data synchronization and execution operations.Configuration
EngineConfig
Configuration options for the Databite engine.Provider Types
ExecutionResult
Result of executing a sync operation.ScheduledJob
Represents a scheduled sync job.Core Methods
Connection Management
Data Refresh
Job Scheduling
Job Management
Related Packages
- @databite/build - Core connector builder SDK
- @databite/connectors - Pre-built connector library
- @databite/types - Shared TypeScript types