cube-js/cube

Automatically adding Joins using Primary/Foreign keys within Data Sources

オープン

#1,179 opened on 2020/10/06

 (6 件のコメント) (1 件のリアクション) (0 人の担当者)Rust (1,965 件のフォーク)batch import
Roadmap: 2021 Q1help wanted

Repository metrics

Stars
 (19,563 個のスター)
PR merge metrics
 (平均マージ 5d 16h) (30d で 138 merged PRs)

説明

Would it be possible within the automatic schema generation to create joins as well using the Primary/Foreign keys within SQL DB's? This would enable developers to quickly engage with their data without having to define the joins when they should already be defined at a db schema level.

This could also be expanded to include a range of 'default' optional pre-aggregations on data, e.g. automatically inserting a pre-aggregation on data types such as boolean creates a count, within the same process.

コントリビューターガイド