diff --git a/src/components/blog/blogpostsDetails.js b/src/components/blog/blogpostsDetails.js index 5cb54190..3339dbe9 100644 --- a/src/components/blog/blogpostsDetails.js +++ b/src/components/blog/blogpostsDetails.js @@ -2,6 +2,15 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.blogpostsDetails = void 0; exports.blogpostsDetails = [ + { + url: "https://medium.com/@QuantStack/introducing-sparrow-ipc-modern-c-20-arrow-ipc-e1690ae82b81", + title: "Introducing Sparrow-IPC: A modern C++ implementation of Arrow IPC", + image: "img/blogposts/resized-images/Introducing-Sparrow-IPC.png", + summary: "If you work in the world of data engineering, you are probably familiar with Apache Arrow — the universal columnar format and multi-language toolbox that has become the gold standard for fast in-memory analytics and data interchange.", + date: "2026-04-04", + authors: "Hind Montassif, Alexis Placet, Johan Mabille", + imageID: "blogpost-image-151" + }, { url: "https://prefix.dev/blog/serverless-scientific-computing-how-notebook-link-scales-without-backends", title: "How notebook.link Scales Without Backends", diff --git a/static/img/blogposts/full-size-images/Introducing-Sparrow-IPC.png b/static/img/blogposts/full-size-images/Introducing-Sparrow-IPC.png new file mode 100644 index 00000000..066da039 Binary files /dev/null and b/static/img/blogposts/full-size-images/Introducing-Sparrow-IPC.png differ