Splitgraph has been acquired by EDB! Read the blog post.

wasm

3 min read

Writing UDFs in Golang

Aug 24, 2023· By Patrick Skinner
We return to the wide world of WASM. In our previous round we implemented a UDF using Rust; today we're porting it to Golang.
Read more
 
featured image
Aug 9, 2023 ·By Grzegorz Rozdzialik
11 min read

Parsing pgSQL with tree-sitter in WASM

We used tree-sitter to show the tables referenced in the query inside the Splitgraph Console.
Read more
 
Dec 9, 2022 ·By Peter Neumark
9 min read

Deciding if I'm urban with WebAssembly and Seafowl

I used Seafowl to analyze how much of a city slicker I am—with geographic user-defined WASM functions and caffeine addiction!
Nov 29, 2022 ·By Peter Neumark
8 min read

Extending Seafowl with WebAssembly

How can Seafowl users extend the database's builtin capabilities in a safe, portable and efficient way? The answer is WebAssembly, read on to learn how!