Skip to content

Files

Latest commit

 

History

History
 
 

s3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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