Lightweight relational databases at the edge | RethinkConn '22

Поділитися
Вставка
  • Опубліковано 16 лис 2022
  • Although NATS streams solves the globally replicated and ordering problem, a sequence of messages isn't exactly queryable. What might it look like to derive a relational database from one or more streams?
    NATS is a connective technology powering modern distributed systems, unifying Cloud, On-Premise, Edge, and IoT.
    Join the NATS Community on Slack: slack.nats.io
    Learn More about NATS at docs.nats.io/
  • Наука та технологія

КОМЕНТАРІ • 11

  • @billyogat
    @billyogat 7 днів тому

    Did this PoC ever land as a feature? I’m not seeing anything regarding this in the documentation.

  • @enochabassey2786
    @enochabassey2786 Рік тому +1

    waaaaw. This will change the game

  • @peterlarsson4875
    @peterlarsson4875 6 місяців тому

    maybe i missed something here...but in the case of an update, how do you handle out of order events?

    • @SynadiaCommunications
      @SynadiaCommunications  6 місяців тому

      There are ways to configure a stream so that you can guarantee ordering of messages being consumed

  • @NaveenSiddareddy
    @NaveenSiddareddy Рік тому

    this is really cool. duckdb would change the analytics world

    • @holgerwinkelmann6219
      @holgerwinkelmann6219 5 місяців тому

      Is there any activity for NATS + DuckDB in a similar setting?

  • @holgerwinkelmann6219
    @holgerwinkelmann6219 7 місяців тому

    HI quite cool, Can we also CREATE and UPDATE from SQL ?

    • @SynadiaCommunications
      @SynadiaCommunications  7 місяців тому

      Thanks! This setup materializes tables from streams, but does not support taking a new insert/update and writing it back to the stream.

  • @trejohnson7677
    @trejohnson7677 2 місяці тому

    average gnome jedi.

  • @zh4ngx
    @zh4ngx Рік тому

    Can't wait to try this out. Move aside ksqldb!