简体   繁体   English

Informatica连接器

[英]Informatica Connector

Is it Possible to write a Streaming API Connector and publish in Informatica? 是否可以编写Streaming API Connector并在Informatica中发布? If Possible can use it to trigger any WorkFlow in Informatica. 如果可能,可以使用它来触发Informatica中的任何WorkFlow。 Please add Code Snippets if Possible. 如果可能,请添加代码段。 Thanks in Advance. 提前致谢。

On the INFA site, look for a document called the Informatica Connectory Toolkit Developer Guide. 在INFA网站上,查找名为《 Informatica Connectory Toolkit开发人员指南》的文档。 That's where I would start for writing a new connector. 这就是我开始编写新连接器的地方。

That being said, it looks like you are going to do something with Twitter? 话虽这么说,看来您将要对Twitter做点什么? I believe that they already have a connector for Twitter that you can license. 我相信他们已经有一个Twitter的连接器,您可以授权该连接器。

Hope this helps, 希望这可以帮助,

-DM -DM

我建议您使用Informatica云,在那里您会发现大量的连接器。

If you are using informatica developer client and not powercenter, you can use Informatica Connector Toolkit to create connectors. 如果使用的是Informatica Developer客户端而不是Powercenter,则可以使用Informatica Connector Toolkit创建连接器。 Its very easy to develop and publish to your repository. 它非常容易开发并发布到您的存储库。 The developer connector tool kit was actually released to develop custom cloud connectors and later extended to on-premise. 开发人员连接器工具套件实际上已发布,用于开发自定义云连接器,后来扩展到内部部署。

I'm assuming you are using Informatica PowerCenter (On premise). 我假设您正在使用Informatica PowerCenter(内部)。

So. 所以。 Informatica have something called "command line utilities". Informatica具有一种称为“命令行实用程序”的东西。 Check this article for that: http://exploreinformatica.com/how-to-start-a-workflow-using-pmcmd/ 请查看以下文章: http : //exploreinformatica.com/how-to-start-a-workflow-using-pmcmd/

pmcmd also works at Unix/Linux... Review the command line reference. pmcmd也可以在Unix / Linux上运行。...查看命令行参考。

If you are talking about Informatica Cloud, check the connectors. 如果您正在谈论Informatica Cloud,请检查连接器。 I think you can't publish your API at Informatica cloud, but you can install the command line utilities at the agent and run a SH or BAT script to call on premise workflows. 我认为您无法在Informatica云中发布API,但是您可以在代理上安装命令行实用程序并运行SH或BAT脚本以调用内部工作流程。

Good luck! 祝好运!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM