diff --git a/README.md b/README.md index 1fbd9337..238fd26a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # This repository is deprecated +**NOTE: All content in this repository will reach End-of-Life 2024-12-31!** + Components intended to be maintained has been moved to other repositories: | Component | New Repository | @@ -18,7 +20,6 @@ KUKSA.val provides in-vehicle software components for working with in-vehicle si If you are new here, try the [Quickstart](doc/quickstart.md), which should not take more than 10 min of your time. - [![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0) [![Gitter](https://img.shields.io/gitter/room/kuksa-val/community)](https://gitter.im/kuksa-val/community) diff --git a/kuksa_apps/README.md b/kuksa_apps/README.md index 7a3623d0..703becce 100644 --- a/kuksa_apps/README.md +++ b/kuksa_apps/README.md @@ -1,8 +1,9 @@ # Kuksa apps ![kuksa.val Logo](../doc/pictures/logo.png) +**NOTE: The examples are deprecated and will reach End-of-Life 2024-12-31!** + Name | Description ---- | ----------- [s3 uploader](./s3) | Data bridge from `kuksa-val-server` or `kuksa_databroker` to s3 server [node red](./node-red) | Examples of `kuksa.val` clients using node-red flows, either via MQTT or via Websocket - diff --git a/kuksa_apps/s3/readme.md b/kuksa_apps/s3/readme.md index 08faff2a..75441d81 100644 --- a/kuksa_apps/s3/readme.md +++ b/kuksa_apps/s3/readme.md @@ -1,5 +1,7 @@ # S3 uploader +**NOTE: This example is deprecated and will reach End-of-Life 2024-12-31!** + This client periodically gets data from either kuksa_val_server or kuksa_databroker, packs it using [parquet format](https://parquet.apache.org/docs/) and upload it to a S3 server. Check [config.ini](./config.ini) file for the configuration of this client.