google / zetasql

ZetaSQL - Analyzer Framework for SQL
Apache License 2.0
2.32k stars 219 forks source link

Is there any prebuilt/compiled command/docker available? #142

Open ThePlenkov opened 1 year ago

ThePlenkov commented 1 year ago

Hi!

We would like to try this tool in our system but unfortunately even build seems now like a challenging task - it fails with some really technical errors, also quite time consuming.

It would be great if we could have prebuilt binaries or docker image to use.

Thanks!

matthewcbrown commented 1 year ago

This might be out of date, but you can try: https://github.com/google/zetasql/blob/master/Dockerfile

Can give some info one what your environment is? Are you looking at the C++ or Java API (java has maven artifacts, which doesn't require building).

If this is to help with BigQuery, you can check out

https://github.com/GoogleCloudPlatform/professional-services/tree/main/tools/zetasql-helper

ThePlenkov commented 1 year ago

That's exactly what I have tried. Building this image takes hours and even though it fails.. And what I meant - is the actual image built with such a file somehow. And this library - is probably what we search, but would be nice to have kind of stack-independent interface such as API or CLI.