DataLens Meta Manager is a service responsible for executing long-running tasks within the DataLens ecosystem. It uses Temporal workflows to manage and orchestrate operations that may take significant time to complete, such as workbook imports and exports.
- Clone the repository:
git clone [email protected]:datalens-tech/datalens-meta-manager.git
cd datalens-meta-manager
- Install dependencies:
npm ci
-
Set up environment variables in
.env.development
. -
Run in development mode:
npm run dev