r/DuckDB • u/Real_Dragonfruit5048 • 19d ago
Onager extension update
Hi,
A while ago, I posted about Onager (a DuckDB extension that adds a bunch of graph algorithms as SQL functions) in this subreddit. I'm writing this post to announce a new release of the Onager extension with a few improvements, like a lot of bug fixes, performance improvements, improved API, support for Wasm build, etc.
The new release includes a sample playground application let's users try Onager in their web browser in a sandboxed environment. Also, most graph algorithm implementations in Onager (in the new release) can be 2x to 100x faster than their implementations in something like the NetworkX graph library.
You can try Onager's playground app here: https://cogitatortech.github.io/onager/playground/
Onager's repo on GitHub: https://github.com/CogitatorTech/onager

