cube-js/cube

Automatically adding Joins using Primary/Foreign keys within Data Sources

Open

#1,179 创建于 2020年10月6日

在 GitHub 查看
 (6 评论) (1 反应) (0 负责人)Rust (1,965 fork)batch import
Roadmap: 2021 Q1help wanted

仓库指标

Star
 (19,563 star)
PR 合并指标
 (平均合并 5天 16小时) (30 天内合并 138 个 PR)

描述

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.

贡献者指南