Run Data Caterer
Get Token
To run a trial of Data Caterer, you will need a username and token. Get one by following the below instructions.
- Join the Data Catering Slack
- In any channel, type
/token
(the message will only be seen by you) - Take note of your given
user-id
andtoken
values (your token value will not be shown again as it is not stored anywhere)
Quick start
-
Instructions for using Java/Scala API via Docker
-
Instructions for using YAML via Docker
-
Instructions for Docker download
-
Instructions for Mac download
-
Instructions for Windows download
-
Instructions for Linux download
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
#check example YAML files under:
# - docker/data/custom/plan
# - docker/data/custom/task
# - docker/data/custom/validation
Docker
- Docker
- Open localhost:9898
- Login with the user and token given from here
Mac
- In any Slack channel, type
/download-mac
(the message will only be seen by you) and download from the link provided - Drag Data Caterer to your Applications folder adn double-click to run
- If your browser doesn't open, go to http://localhost:9898 in your preferred browser
- Login with the user and token given from here
Windows
- In any Slack channel, type
/download-windows
(the message will only be seen by you) and download from the link provided - 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
- Login with the user and token given from here
Linux
- In any Slack channel, type
/download-linux
(the message will only be seen by you) and download from the link provided - If your browser doesn't open, go to http://localhost:9898 in your preferred browser
- Login with the user and token given from here
Report
Check the report generated under docker/data/custom/report/index.html
.
Sample report can also be seen here.
Gradual start
If you prefer a step-by-step approach to learning the capabilities of Data Caterer, there are a number of guides that take you through the various data sources and approaches that can be taken when using the tool.
- 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.