/TheseusUnimi

TheseusUnimi is a Java-based compression algorithm for time series data.

Primary LanguageJavaMIT LicenseMIT

TheseusUnimi

Overview

TheseusUnimi is a Java-based project focused on developing a robust time series compression algorithm. This algorithm is specifically designed for trend analysis, aiming to efficiently compress and analyze time series data.

Features

  • Time Series Compression: Implements an efficient compression algorithm to reduce storage requirements while maintaining trend integrity.
  • Trend Analysis: Provides tools to analyze trends within compressed time series data.

Getting Started

  1. Clone the repository:
 git clone https://github.com/MarcoGarlet/TheseusUnimi.git
  1. Navigate to the project directory:
 cd TheseusUnimi
  1. Create Result directory and set dotenv file:
 mkdir Results
 echo 'OUT_PATH="./Results/"'>.env
  1. Running the application:
gradle run

Licence

TheseusUnimi is licensed under the MIT License - see the LICENSE file for details.