我可以将 SSIS 合并到我的云应用程序中吗?

发布于 2024-10-07 01:02:26 字数 473 浏览 0 评论 0原文

首先是普遍问题: 我需要制定一个 ETL 解决方案,用户可以从云应用程序启动该解决方案。我想制定一个解决方案,他们做一些简单的映射,我的程序完成其余的工作。他们不应该能够看到我的数据库,理想情况下,我也不应该看到甚至真正关心他们的数据源。目标是一种不干涉的方法。假设数据源是 Access、Excel 甚至 Word,并且遵循某种标准布局。

具体来说,我们的应用程序在 .NET 框架上使用 C#。我们将使用 Azure 来托管我们的应用程序,并使用 SQL Azure 来托管我们的数据库。我正在考虑使用 SSIS 来设置 ETL 部分的主要部分,抛出某种类型的更适合用户定制的前端,并启动该前端来执行所有必要的 ETL 功能。

每个用户需要执行一次此操作,但是每个用户都需要自己的数据库,并且每个用户将拥有不同的遗留系统。

我可以以这种方式使用 SSIS 还是需要不同的解决方案?有谁知道编写自己的定制 ETL 有多难?如果您知道处理此问题的任何其他方法,我将非常有兴趣了解它们。

First the generalized problem:
I need to make an ETL solution that users will be able to launch from a cloud application. I would like to make a solution where they do some simple mapping and my program does the rest. They shouldn't be able to see my DB, nor, ideally, should I see or even really care about their data source. The goal is a hands off approach. Assumptions are that the data sources are Access, Excel or even Word and follow a somewhat standard layout.

For the specifics, our application uses C# on the .NET framework. We'll be using Azure to host our application and SQL Azure to host our DB. I'm looking into using SSIS to set up the main part of the ETL portion, throw some type of front end that's more customized for our users, and having that launch to do all the necessary ETL function.

This is to be done once per user, however each user needs their own DB and each user will have a different legacy system.

Can I use SSIS in this way or do I need a different solution. Does anyone know how hard it is to write your own customized ETL? If you know of any other ways of dealing with this problem, I'd be very interested in hearing about them.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

江挽川 2024-10-14 01:02:26

Microsoft 没有为 SSIS 作为 SQL Azure 的一部分提供云产品。我知道SSRS测试版将于明年推出,但是,没有听说SSIS的消息。

因此,如果您想使用 SQL Azure,我建议:

  • 在本地托管 SSIS 并连接
    将 Azure 部署到本地
    SSIS(这可能不是很可靠
    或可扩展)
  • 设计您自己的 ETL 基础设施。
    有很多方法可以做到这一点,
    取决于您的需求有多复杂
    是,以及有多全面
    您需要的解决方案
  • 查找基于云的 ETL 提供商。
    其中有很多,如果你
    谷歌搜索了一下,但我没有
    个人建议

There is no Microsoft cloud offering for SSIS as a part of SQL Azure. I know SSRS beta is coming next year, however, have heard no news of SSIS.

So, if you want to utilize SQL Azure, I suggest either:

  • Hosting SSIS locally and connecting
    your Azure deployment to your local
    SSIS (this may not be very reliable
    or scalable)
  • Design your own ETL infrastructure.
    There are many ways to do this,
    depending on how complex your needs
    are, and how comprehensive of a
    solution you need
  • Find a cloud-based ETL provider.
    There are a number of them if you
    google around, but I dont have any
    personal recommendations
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文