並び順

ブックマーク数

期間指定

  • から
  • まで

81 - 84 件 / 84件

新着順 人気順

"stream processing"の検索結果81 - 84 件 / 84件

  • How to build a plugin system in Rust

    How to build a plugin system in RustMay 29, 2024Software used by businesses often needs to be extensible. For Arroyo, a real-time SQL engine, that means supporting user-defined functions (UDFs). But how can we support dynamic, user-written code in a static language like Rust? This post dives deep into the technical details of building a dynamically-linked, FFI-based plugin system in Rust. Arroyo i

      How to build a plugin system in Rust
    • Understanding database options for your serverless web applications | Amazon Web Services

      AWS Compute Blog Understanding database options for your serverless web applications Many web developers use relational databases to store and manage data in their web applications. As you migrate to a serverless approach for web development, there are also other options available. These can help improve the scale, performance, and cost-effectiveness of your workloads. In this blog post, I highlig

        Understanding database options for your serverless web applications | Amazon Web Services
      • Let’s implement a Bloom Filter

        I am planning to create a series of blog posts that includes some literature research, implementation of various data structures and our journey of creating a distributed datastore in distrentic.io. You might be wondering why I start with a blog post explaining the Bloom Filter while I don’t have single clue about how to create a distributed datastore? My answer is simple: “I like the idea behind

        • Streaming SQL in Data Mesh

          Democratizing Stream Processing @ Netflix By Guil Pires, Mark Cho, Mingliang Liu, Sujay Jain Data powers much of what we do at Netflix. On the Data Platform team, we build the infrastructure used across the company to process data at scale. In our last blog post, we introduced “Data Mesh” — A Data Movement and Processing Platform. When a user wants to leverage Data Mesh to move and transform data,

            Streaming SQL in Data Mesh