# Packages
No description provided by the author
# README
Reporter application - a simple report builder web service.
This application was build to provide end to end testing example of web service application.
Is uses mysql to register a pivot report definition, and to run reports.
Prerequisites:
Enable ssh logic you your use on your machine (on osx System Preference / Sharing / Remote Login )
Install docker service
Download endly
Provide a username and password to login to your box.
endly -c=localhost
Verify that secret file were created
cat ~/.secret/localhost.json
Create 'mysql' secret credentials, provide root as username and non empty password for docker mysqladmin
endly -c=mysql
Run reporter webservice workflow
Run the following command:
git clone https://github.com/viant/endly
cd endly/example/ws/reporter/endly/
run test with manager workflow:
endly -w=manager
run test with inline workflowrun request
endly -r=run
To check manager workflow tasks list
endly -w=manager -t='?'
#Troubleshooting
to check you aerospike just run
docker exec -it mydb1 mysql show tables;