Quick and dirty app created with Spring Boot and Parso to view the content of sas7bdat files.
docker build -t sasviewer .
docker run -p=8080:8080 sasviewer
Spring Boot: https://spring.io/projects/spring-boot
Parso: https://github.com/epam/parso
Spring Boot: Uploading Files
I followed this tutorial on how to deploy a spring boot app on AWS Elastic Beanstalk.
https://www.youtube.com/watch?v=EtDSJRdpJM4&feature
This project is licensed under the MIT 2.0 License.