datax/dataxlocal
This image contains the local experience for https://github.com/Microsoft/data-accelerator
datax/dataxlocal:v1 (Current)
docker pull mcr.microsoft.com/datax/dataxlocal:v1Data Accelerator for Apache Spark democratizes streaming big data using Spark by offering several key features such as a no-code experience to set up a data pipeline as well as fast dev-test loop for creating complex logic. Our team has been using the project for two years within Microsoft for processing streamed data across many internal deployments handling data volumes at Microsoft scale. It offers an easy to use platform to learn and evaluate streaming needs and requirements. This image contains the local experience for Data Accelerator.
To run Data Accelerator locally, deploy locally and then check out the local mode tutorials.
Run the below commands in Powershell on Windows (and approve subsequent elevation request) or in Terminal on Mac
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
If you want to get the latest docker image, delete the one you have downloaded previously and then run the above command. To delete already downloaded image, follow these steps:
docker stop dataxlocal
docker images -a
docker image rm <ImageId>
Run the below commands in Powershell on Windows (and approve subsequent elevation request) or in Terminal on Mac
Refer to Nginx readme
docker run --rm --name dataxlocal -d -p 127.0.0.1:4040:4040 mcr.microsoft.com/datax/dataxlocal:v1
Try accessing and logging in with username foo and password bar.
docker run --rm -d -e HTPASSWD='foo:$apr1$odHl5EJN$KbxMfo86Qdve2FH4owePn.' -e FORWARD_PORT=2020 --link dataxlocal:web -p 127.0.0.1:49080:80 --name auth beevelop/nginx-basic-auth
If you wish to use a different username and password, visit here to generate the HTPASSWD value
If you want to get the latest docker image, delete the one you have downloaded previously and then run the above command. To delete already downloaded image, follow these steps:
docker stop dataxlocal
docker stop auth
docker images -a
docker image rm <ImageId>
Open the portal at: http://localhost:49080/home to start Data Accelerator and create your first Flow and / or checkout the samples
Check out step by step tutorials for local mode
Please also see our Code of Conduct.
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License
No tags have been pushed to this repository yet.