Tilkynna is an enterprise grade, utility-style report server wrapper written in Java.
Taking it out for a spin in 5-10 minutes:
This example uses:
- docker: docker must be installed on the host.
- docker-compose: docker-compose must be installed on the host.
- Clone Github repo:
git clone git@github.com:GrindrodBank/tilkynna.git- Run using docker-compose:
cd tilkynna
cd quickstart/docker-compose
docker-compose -p tilkynna up4 services are installed:
Web_1- The actual Tilkynna reporting service installed on port 9981PostgreSQLDatabase installed on port 5432KeycloakAuthentication service installed on port 9191 and can be accessed by going to http://localhost:9191SFTP- An SFTP server running on port 2222
- Password: postgres
- Database: tilkynna
- Username: admin
- Password: admin
- Username: foo
- Password: pass
docker-compose -p tilkynna downAll project documentation is currently available within the /doc folder.
Performance Testing Results are available in the /doc folder