EUSurvey is an opensource surveying tool. It features different types of questions, free text fields as well as more complex elements like editable tables and gallery elements. Results can be displayed as histograms, percentages or in full details and can be exported to different formats. All submitted answers (or a sub-set) can be published automatically on a dedicated webpage within the application. It is freely available for any organisation or administration, public or private and can also be deployed as an open source version.
Docker and Kubernetes (Helm) support for the develop branch
Docker environment with Tomcat, MySQL, and optional EULogin and OpenLDAP mockups
Helm charts for deployment in Kubernetes with Persistent Volumes
Redis HTTP session persistence (shared between Tomcat instances). This feature can be activated using the spring.redis.host property in the environment spring.properties file. To use Tomcat HTTP sessions on a single server or in a legacy deployment, leave the spring.redis.host property empty.
Docker and Kubernetes (Helm) support for the develop branch
spring.redis.host
property in the environmentspring.properties
file. To use Tomcat HTTP sessions on a single server or in a legacy deployment, leave thespring.redis.host
property empty.