Early 2023 - Hello world!
Spring 2023 - Workflow design
Summer 2023 - Basic prototype tests
Most of the ground work is made and we've started doing some prototyping for upcoming use-cases.
December 2023 - Tracer log
Tracer system which will record an automated synchronization and allows you to investigate potential issues.
Ending 2023 - First live instance
We've launced our first live instance of SyncEngine. Even though this is just the beginning and our work is still closed-source, this gives if loads of data work continue improving the system.
February 2024 - Background process manager
SyncEngine is now capable of managing it's background processes (workers) while also supporting CRON and external solutions like the Supervisor.
March 2024 - Encrypted vault
Added an encrypted vault that can be used to safely store (and reuse) sensitive information like API authentication.
April 2024 - Column/Schema formatters
Created column/schema formatting capabilities that can be extended with modules. These structural components will be the foundation for auto-mapping data structures.
September 2024 - Access tokens for endpoints
Access tokens will allow external systems to trigger SyncEngine automations through API endpoints.
September 2024 - Flexible codecs
Codecs for encoding and decoding can now be extended into the system. Core will provide the most common types like JSON, CSV, XML, YAML, etc.
December 2024 - CLI endpoints for Automations
We've added various CLI commands to start/stop automations.
September 2025 - Advanced Flows
Instead of merely a sequence of steps we worked hard on creating a more flexible flow functionality and built the groundwork for multi-flow processes.
December 2025 - Blueprints
While available for quite some time already we've pushed the blueprint system forward. Blueprints can be used by modules to provide re-usable templates for automations, routines and storage structures.