_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN
Let's talk

Looker — BI platforma s LookML modelovací vrstvou

13. 08. 2025 1 min read intermediate

Looker je BI platforma s unikátní LookML vrstvou. Centrální definice metrik zajišťuje konzistentní analytics v celé organizaci.

Looker — BI s modelovací vrstvou

LookML — deklarativní jazyk pro datový model. Metriky jednou, použití všude.

# orders.view.lkml
view: orders {
  sql_table_name: analytics.fct_orders ;;

  dimension: order_id {
    type: number
    primary_key: yes
  }

  measure: total_revenue {
    type: sum
    sql: ${TABLE}.total_czk ;;
    value_format: "#,##0 Kč"
  }

  measure: average_order_value {
    type: average
    sql: ${TABLE}.total_czk ;;
  }
}

Advantages

  • Single source of truth — jedna definice metrik
  • Git-based — LookML verzovaný v Gitu
  • API-first — programatický přístup
  • Governance — centrální kontrola

Summary

Looker je pro organizace potřebující centrální definici metrik. LookML zajišťuje konzistentní čísla.

lookerbilookmlgoogle cloud
Share:

CORE SYSTEMS tým

Stavíme core systémy a AI agenty, které drží provoz. 15 let zkušeností s enterprise IT.