Skip to content

wolfeidau/iceberg-go-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iceberg-go-cli

This project provides a small CLI which allows you to view the contents of an Iceberg repository.

Usage

Once you have created an iceberg table in AWS, personally I use Athena to create this table, you can run a the CLI as follows providing the Glue database name, and table name.

go run main.go --database myapp_prod --table cloudfront_logs

This should retrieve the current manifest, then print out the schema, sort order, and current manifests.

License

This application is released under Apache 2.0 license and is copyright Mark Wolfe.

About

Apache iceberg CLI build using Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages