
- Multiwoven-UI - User interface to interact with multiwoven-server.
- Multiwoven-Server - Multiwoven’s control plane. All operations in Multiwoven such as creating sources, destinations, connections, managing configurations, etc., are configured and invoked from the server.
- Database: Stores all connector/sync information.
- Temporal - Orchestrates the the sync workflows.
- Multiwoven-Workers - The worker connects to a source connector, pulls the data, and writes it to a destination. The workers’ code resides in the multiwoven-server repo.