Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcogarlet/theseusunimi
https://github.com/marcogarlet/theseusunimi
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcogarlet/theseusunimi
- Owner: MarcoGarlet
- Created: 2016-03-03T21:21:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T12:35:38.000Z (7 months ago)
- Last Synced: 2024-04-14T02:36:46.579Z (7 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/MarcoGarlet/TheseusUnimi.git
```
2. Navigate to the project directory:
```bash
cd TheseusUnimi
```
3. Create Result directory and set dotenv file:
```bash
mkdir Results
echo 'OUT_PATH="./Results/"'>.env
```
4. Running the application:
```bash
gradle run
```## Licence
TheseusUnimi is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.