Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 505 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 505 Bytes

S3 uploader

This client receive data from kuksa_val and pack the configured data into parquet format and upload it to a s3 server

Check config.ini file for the configuration of this client.

Parquet file

You can use the python command line tool parquet-tools to view generated parquet files:

    parquet-tools show s3://bucket-name/prefix/*
    parquet-tools show kuksa.parquet