Code Monkey home page Code Monkey logo

dapla-jdemetra-docker's Introduction

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.

This repository contains the Docker setup for JDemetra+, including a noVNC setup for easy web access.

JDemetra+ Docker Image

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.

    git clone https://github.com/trygu/jdemetra-docker.git
    cd jdemetra-docker
  2. Build and Push Docker Image: Execute the build_and_fetch.sh script to download the latest JDemetra+ binary, build the Docker image, and push it to the registry.

    chmod +x build_and_fetch.sh
    ./build_and_fetch.sh

    Ensure you are logged into your Docker registry before executing this script.

Docker Image

The Docker image trygu/nbdemetra:1.2 incorporates JDemetra+ version 2.2.4 and a noVNC setup for web access, now functioning without a password.

Usage

After the image is built and pushed to the registry, initiate a container using the following command:

docker run --tmpfs /tmp/.X11-unix:rw,nosuid,nodev,noexec,relatime,size=65536k -d -p 5900:5900 -p 6080:6080 trygu/nbdemetra:1.2

Alternatively, use this command for operation without VNC access:

docker run --tmpfs /tmp/.X11-unix:rw,nosuid,nodev,noexec,relatime,size=65536k -d -p 6080:6080 trygu/nbdemetra:1.2

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.

dapla-jdemetra-docker's People

Contributors

trygu avatar andilun avatar

Watchers

 avatar Michael Moen Allport avatar  avatar Weihai Pan avatar

Forkers

trygu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.