cwida / duckpgq-extension

DuckDB extension that adds support for SQL/PGQ
https://duckpgq.notion.site/b8ac652667964f958bfada1c3e53f1bb?v=3b47a8d44bdf4e0c8b503bf23f1b76f2
MIT License
86 stars 7 forks source link

[Feature Request] Windows support #127

Closed fithisux closed 2 months ago

fithisux commented 4 months ago

Hi, I would like this extension to be supported on windows since I am on windows.

Dtenwolde commented 4 months ago

Hi there,

The extension should be available on windows as a community extension in DuckDB v1.0.0. This is all very new, but could you try the following commands?

install duckpgq from community; 
load duckpgq; 
dbeatty10 commented 4 months ago

After following the instructions to install DuckDB and starting it up, these instructions to install duckpgq worked for me 🚀

install duckpgq from community; 
load duckpgq; 

After that, I was able to run the example queries here.

dbeatty10 commented 4 months ago

But I tested this on macOS, not Windows.

fithisux commented 4 months ago

OK @dbeatty10 , I have a big Dataset in my DuckDB, I will do and report back.

Thank you very much.

Dtenwolde commented 3 months ago

@fithisux could you give an update regarding this issue? Did the extension work on Windows? :)

fithisux commented 3 months ago

Hi @Dtenwolde I tested today. It works fine with this test suite

https://community-extensions.duckdb.org/extensions/duckpgq.html

Dtenwolde commented 2 months ago

@fithisux Thanks for the update, closing this issue then :)