Local mode with Docker (original) (raw)

Installation

To unleash the full power of Data Accelerator, deploy to Azure. We have also enabled running Data Accelerator locally, without any cloud dependencies, however, the features are very limited (no Live Query, Auto Schema inference, etc.). To run Data Accelerator locally, follow Local deployment steps below.

Local Deployment

Run Data Accelerator locally by downloading and running docker container. Even though the features are very limited compared to cloud mode, it gives you a cursory feel of the overall experience quickly.

Prerequisites:

Deployment

docker run --rm --name dataxlocal -d -p 127.0.0.1:49080:2020 -p 127.0.0.1:4040:4040 mcr.microsoft.com/datax/dataxlocal:v1  

Running a job

Logs

docker logs --tail 1000 dataxlocal  
To learn more, see the tutorial on logs

SSH into the docker container

Run the following command to view files in the docker container

docker exec -it dataxlocal /bin/bash

```

Stopping the docker container and cleaning images

See the FAQ to learn more how to remove all the dangling images.

FAQ and troubleshooting: