Run Data Caterer
Quick start
-
Instructions for Docker download
-
Instructions for using Java/Scala API via Docker
-
Instructions for using YAML via Docker
-
Instructions for Mac download
-
Instructions for Windows download
-
Instructions for Linux download
Docker
- Docker
docker run -d -i -p 9898:9898 -e DEPLOY_MODE=standalone --name datacaterer datacatering/data-caterer:0.12.1
- Open localhost:9898
Java/Scala API
git clone git@github.com:data-catering/data-caterer-example.git
cd data-caterer-example && ./run.sh
#check results under docker/sample/report/index.html folder
YAML
git clone git@github.com:data-catering/data-caterer-example.git
cd data-caterer-example && ./run.sh
#check results under docker/sample/report/index.html folder
Mac
- Mac download
- Extract zip file
- Double-click 'DataCaterer-1.0.0.dmg'
- Drag Data Caterer into 'Applications' folder
- Go to 'Applications' folder, right click Data Caterer, click 'Open' and then 'Open Anyway'
- If your browser doesn't open, go to http://localhost:9898 in your preferred browser
Windows
- Windows download
- After downloaded, go to 'Downloads' folder and 'Extract All' from data-caterer-windows
- Double-click 'DataCaterer-1.0.0' to install Data Caterer
- Click on 'More info' then at the bottom, click 'Run anyway'
- Go to '/Program Files/DataCaterer' folder and run DataCaterer application
- If your browser doesn't open, go to http://localhost:9898 in your preferred browser
Linux
- Linux download
- If your browser doesn't open, go to http://localhost:9898 in your preferred browser
Report
Check the report generated under docker/data/custom/report/index.html
.
Sample report can also be seen here.
Slow start
Guided tour
Check out the starter guide here that will take your through step by step. You can also check the other guides here to see the other possibilities of what Data Caterer can achieve for you.