kbendick edited a comment on issue #1690: URL: https://github.com/apache/iceberg/issues/1690#issuecomment-718903850
There's the main website: https://iceberg.apache.org/ This has plenty of getting started examples etc. Typically people interact with Iceberg via a query engine, like Spark or Flink or Hive, as Iceberg is a table file format. That being said, one could in theory use the plain Java API. I'd also take a look at some of the tests in the `core` module (in the top level `core` directory) and possiibly in `api` and `data`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
