Building Real-time Applications with ClickHouse Materialized Views

Поділитися
Вставка
  • Опубліковано 15 лис 2024

КОМЕНТАРІ • 6

  • @Ali-m2k6s
    @Ali-m2k6s Рік тому +2

    This is wonderful! Curious if there's an end-to-end course we can take with clickhouse to learn how to make these demos?

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

    Is there a link to see the full materialize views and dictionaries used for the flight demo?

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

      There isn't at the moment. The code is a bit complex and would need to be cleaned up.
      We'll see if we can come up with something else that combines MVs and dictionaries so that you can see how they work together.

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

      @@ClickHouseDB Thanks for that! I am trying to use a combination of materialize views and dictionaries to be able to simulate data moving based on in and out of a condition. For example , given a plane, I would send a message in Kafka when the airplane "IS_IN_FLIGHT" and when the flight is finished "IS_NOT_OPERATING_A_FLIGHT". Or maybe you send a Kafka message, when the plane is IN_PORTUGAL and OUT_OF_PORTUGAL. Not sure how to simulate this yet, but probably the flight demo would give me an idea.
      Thanks again!

    • @beastmanrage
      @beastmanrage 11 місяців тому

      @@ClickHouseDBwhat library are you using for the spinning Earth view? Can you elaborate more on the “geo dictionaries” that are used?