database 我在哪里可以下载可以用作数据仓库的示例数据库?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/236478/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-08 07:03:02  来源:igfitidea点击:

Where I can download sample database which can be used as data warehouse?

databasedata-warehouse

提问by GrZeCh

Where I can download sample database which can be used for data warehouse creation? It should't be sample from Microsoft (Northwind etc.).

在哪里可以下载可用于创建数据仓库的示例数据库?它不应该是来自 Microsoft(Northwind 等)的样本。

EDIT: Sorry for not clarifying my question. At my university we have class where we must create some data warehouse and since Northwind is so popular over net then professor told us not to use this database. We will use for this SQL Server 2008 but using Northwind is forbidden.

编辑:抱歉没有澄清我的问题。在我的大学,我们必须创建一些数据仓库,因为 Northwind 在网络上如此受欢迎,所以教授告诉我们不要使用这个数据库。我们将为此使用 SQL Server 2008,但禁止使用 Northwind。

采纳答案by Stefan

回答by Davide Gualano

This is a free online database data generator: www.generatedata.com

这是一个免费的在线数据库数据生成器: www.generatedata.com

You can design a table structure and let the script generate rows to populate it. It's not exactly what you need, but I think it can help.

您可以设计一个表结构并让脚本生成行来填充它。这不完全是您需要的,但我认为它可以提供帮助。

回答by MeachamRob

I have been working with the Open Flights dataset this semester for BI. This Flight Data could work for future projects, along with anything Kimballor Red Gate related. I enjoyed learning the difference between methodologies on this page, Data Warehouse Architecture.

本学期我一直在为 BI 使用 Open Flights 数据集。此飞行数据可用于未来的项目,以及与Kimball或 Red Gate 相关的任何内容。我很喜欢在这个页面上学习方法论之间的区别,数据仓库架构

OpenFlights.org

OpenFlights.org

Additionally, it was can be downloaded on this Visualizing Data webpage, under datasets, Global Flight Network Data.

此外,它可以在此可视化数据网页上的数据集“全球飞行网络数据”下下载。

Learn more about OpenFlights Data at DataHub.

在 DataHub了解有关OpenFlights 数据的更多信息。

Also, the data was in dat files and I imported it with delimited columns in Excel. After that it wasn't that difficult to use the data. Here was a good tutorial on importing these data files using a comma delimiter in Excel.

此外,数据在 dat 文件中,我在 Excel 中使用分隔列导入它。之后,使用这些数据并没有那么困难。这是一个关于在 Excel 中使用逗号分隔符导入这些数据文件的很好的教程

Also, I found this dataset page as well that had a few other useful data examples of Enterprise Data Models on Databaseanswers.org.

此外,我还发现了这个数据集页面,它在 Databaseanswers.org 上有一些其他有用的企业数据模型数据示例

Let me know if you find any other useful datasets learning examples.

如果您发现任何其他有用的数据集学习示例,请告诉我。

回答by gurpreet

Hey Just use Adventure works SR4

嘿 就用冒险作品 SR4

回答by mishkin

the best way to learn is to use AdventureWorks database. There is a relational version of it which is to demo the source data and there is star schema version of it, built from a relational one for data warehousing / OLTP system.

最好的学习方法是使用 AdventureWorks 数据库。它有一个关系版本,用于演示源数据,还有一个星型模式版本,从关系版本构建,用于数据仓库/OLTP 系统。

Download it from here - many Microsoft books on SQL Server / SSAS use this as example. A friend of mine used it to learn about data warehousing and get his first BI job.

从这里下载 - 许多关于 SQL Server / SSAS 的 Microsoft 书籍都以此为例。我的一个朋友用它来了解数据仓库并获得了他的第一份 BI 工作。

http://msftdbprodsamples.codeplex.com/

http://msftdbprodsamples.codeplex.com/