Skip to content

youennL-cs/rest_poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rest_poc

Intro

This repos gather all you need to test the REST API.

To test it you can run the following command

$ cd docker-compose $ docker-compose up -d $ cd ../scripts/ $ python3 toAvro.py $ go run . // take the table uid and use it in the next command $ ./commitSnapshot.sh ""

$ docker exec -it clickhouse clickhouse client :) create table test (id UInt32) ENGINE = Iceberg('https://cs-tmp.s3.eu-west-1.amazonaws.com/ylebras/gotest') ... :) select * from test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published