Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grafana not connecting #12

Open
robouden opened this issue Nov 2, 2024 · 2 comments
Open

Grafana not connecting #12

robouden opened this issue Nov 2, 2024 · 2 comments

Comments

@robouden
Copy link

robouden commented Nov 2, 2024

Hi,

Love the extension you made. I recompiled with the latest DuckDB 1.1.3
psql 'postgresql://localhost:15432/main' -c 'select * from generate_series(0, 100)'
Works great. But Garfana does not connect. Grafana is running locally.

Regards
Rob Oudendijk

@euiko
Copy link
Owner

euiko commented Nov 4, 2024

I haven't tested integration with the other platform yet, except just using a simple PostgreSQL client.
It appears that the pgwire implementation needs some more functionality to be implemented.
I’ll look into this further.

Anyways, really appreciate your input, thanks.

@robouden
Copy link
Author

robouden commented Nov 6, 2024

Tried to build it one more time but now luck error:

rob@rob-GS66-Stealth-10UG:~/Downloads/duckdb-pgwire$ make -j$(nproc)
mkdir -p build/release &&
cmake -DEXTENSION_STATIC_BUILD=1 -DDUCKDB_EXTENSION_CONFIGS='/home/rob/Downloads/duckdb-pgwire/extension_config.cmake' -DINCLUDE_DIRECTORIES=/home/rob/Downloads/duckdb-pgwire/include/duckpg -DOSX_BUILD_ARCH= -DDUCKDB_EXPLICIT_PLATFORM='' -DCMAKE_BUILD_TYPE=Release -S "./third_party/duckdb/" -B build/release &&
cmake --build build/release --config Release
CMake Error: The source directory "/home/rob/Downloads/duckdb-pgwire/third_party/duckdb" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
make: *** [makefiles/duckdb_extension.Makefile:58: release] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants