Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/statisticsnorway/dapla-jdemetra-desktop
https://github.com/statisticsnorway/dapla-jdemetra-desktop
dapla docker jdemetra seasonal-adjustment
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/statisticsnorway/dapla-jdemetra-desktop
- Owner: statisticsnorway
- License: mit
- Created: 2023-12-19T13:02:00.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-16T11:41:58.000Z (4 months ago)
- Last Synced: 2024-08-16T22:59:25.656Z (4 months ago)
- Topics: dapla, docker, jdemetra, seasonal-adjustment
- Language: Dockerfile
- Homepage:
- Size: 582 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# JDemetra+ Docker Setup
JDemetra+ is an open-source software application developed by the National Bank of Belgium in collaboration with the Deutsche Bundesbank and Eurostat for seasonal adjustment and time series analysis. It implements TRAMO/SEATS+ and X-12ARIMA/X-13ARIMA-SEATS methods and is officially recommended by the European Statistical System. The tool is designed for extensibility and reusability in Java, running on multiple platforms with Java SE 8 or later. For more details, visit the [JDemetra+ GitHub page](https://github.com/jdemetra/jdplus-main.
This repository contains the Docker setup for JDemetra+, including a noVNC setup for easy web access.
![JDemetra+ Docker Image](resources/jdemetra-docker-image.png)
## Getting Started
Follow these instructions to set up JDemetra+ in a Docker container using noVNC for web access, now configured without a password for ease of access.
### Installation
1. **Clone the Repository**: Begin by cloning this repository to your local machine.
```bash
git clone https://github.com/statisticsnorway/dapla-jdemetra-desktop.git
cd dapla-jdemetra-desktop
```### Usage
After the image is built and pushed to the registry, initiate a container using the following command:
```bash
docker run --tmpfs /tmp/.X11-unix:rw,nosuid,nodev,noexec,relatime,size=65536k -d -p 5900:5900 -p 6080:6080 $DOCKER_IMAGE_NAME
```Alternatively, use this command for operation without VNC access:
```bash
docker run --tmpfs /tmp/.X11-unix:rw,nosuid,nodev,noexec,relatime,size=65536k -d -p 6080:6080 $DOCKER_IMAGE_NAME
```These commands, particularly the first one, map the container's VNC port 5900 and noVNC port 6080 to the same ports on your host machine. This modification allows access to JDemetra+ without the need for a password:
- **VNC Access**: Connect via a VNC client to `localhost:5900`. No password is required.
- **noVNC Access**: Navigate to `http://localhost:6080` in a web browser for direct access without a password.The image also adds a few example-documents for testing-purposes that lives in the Documents folder.