如何将旧程序连接到带有网站链接或API的实时源? [英] How do ou connect legacy programs into a live feed with website links or API?

查看:87
本文介绍了如何将旧程序连接到带有网站链接或API的实时源?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们希望通过点击简单的方式通过URL或代码连接和访问其他组织和外部源的数据。将来自其他部门(遗留系统)的数据合并到实时馈送中

我将使用哪种类型的编码系统

这样做需要什么

我需要从公司索取哪些信息来获取这些数据?



例如:将天气和音乐会场地的链接合并为一个Feed。 />


天气在纽约市 - https://weather.com/weather/today/l/10025:4:US

音乐会场地+日期:http://www.terminal5nyc.com



目标是在一个区域内能够看到特定夜晚的天气将在没有音乐会的情况下播出更改网站。

创建一个Feed(?)



我尝试过的方法:



如果我需要API或其他类型的编码

We are looking to connect and access data from other organizations and external sources via URL or code with point-and-click simplicity. Incorporate data from other departments (legacy systems) into a real time feed
what type of coding system would I use
what’s necessary to do this
What information would I need to ask for from companies to access such data?

An Example: Combing a link for weather and a concert venue into one feed.

weather in New York City - https://weather.com/weather/today/l/10025:4:US
Concert Venue + Dates: http://www.terminal5nyc.com

Goal is in one area to be able to see what the weather will be on a particular night for a concert without changing sites.
to create a feed (?)

What I have tried:

am usnure if I need the API or another type of coding

推荐答案

如果我理解你正确你想要您的公司,A公司,并将您的申请整合到第三方但是你不确定他们是否具备这些能力。



如果不正确,请随时澄清,但我会继续,如上所述。



此外,我不知道你的例子是你想要完成的,或者你是否处于一个更受监管的行业,比如保险,你所选择的供应商是有限的。例如,您可能需要提取信用评分信息。



无论如何,要与这些公司集成,您需要API或数据转储来完成您的工作。需要。



所以让我们来看看:



1)你想要与天气融为一体。 COM。一个快速的谷歌搜索并没有真正显示weather.com有一个开发人员暴露的API(我可能是错的)但有很多其他选项,如 AccuWeather Enterprise API - AccuWeather Enterprise API文档 [ ^ ]或说 API |地下天气 [ ^ ]



对于类似terminal5nyc的东西,快速谷歌搜索显示他们可能没有可以与之集成的开发人员公开的API,因此您需要直接联系该公司。



2)我称之为整合的企业就是你需要为人们提取信用评分信息或者说,拉他们的意外/驾驶违规记录。像这样的东西有一小部分知名公司提供这些服务,但你必须研究和决定哪家公司满足你的需求。这些类型的企业级需求通常会公开API以供开发人员在创建自定义应用程序时使用,但是您需要付出相当大的便宜才能启动并运行(例如:在某些情况下,您会设置费用,许可费用,然后每月最低/基于交易的费用。)



所以缺点是,你需要与你交谈的任何公司,知道他们是否有API您的开发团队可以与之集成。如果他们不这样做,第二个问题是,他们可以提供数据转储(无论是实时的,每晚的还是每月一次),您可以通过说... FTP访问它,并将数据导入您的系统。 />


如果您所谈论的公司没有这两种能力,您或者需要寻找能够提供相同服务或重新评估的替代公司你想要完成什么。



编辑:



刚看到我的假设就是你正在努力完成,但我也会留下关于企业级API的评论。



所以我没有看到终端纽约提供API,但也许你可以看看其他一些基于票的网站(票务大师或其他任何公司/网站提供音乐会预订)信息),看看他们是否有可供开发人员用来构建自定义应用程序的API。
If i understand you correctly you want to take your company, Company A, and integrate your application into third parties but you are unsure whether or not they have the capabilities.

If that is not correct feel free to clarify but I'll continue as if the above is correct.

Also, I don't know if your example is what you are trying to accomplish or if you are in a more regulated industry, say insurance, where your selection of vendors is limited. For example, maybe you need to pull credit score information.

Regardless, to integrate with these companies you'll need either an API or a data dump to accomplish what you need.

So lets go through some scenarios:

1) You want to integrate with weather.com. A quick google search doesn't really show weather.com having a developer exposed API (I might be wrong) but there are plenty of other options like AccuWeather Enterprise API - AccuWeather Enterprise API Documentation[^] or say API | Weather Underground[^]

For something like terminal5nyc, a quick google search shows that they probably don't have a developer exposed API that you can integrate with so you would need to contact this company directly.

2) What I'll call a more "enterprise" like integration would be where you need to pull Credit Score information for people or say, pull their accident/driving violation history. Something like this there are a small set of well known companies that provide these services but you'll have to research and decide what company meets your needs. These sort of enterprise-esque requirements typically do expose APIs for use by developers in creating custom applications but you'll pay a pretty penny to get it up and running (ex: you'll do set up fees, license fees in some cases, and then monthly minimum/transaction based fees).

So the short of it is, you need whatever companies you are talking to, to know if they have an API that your development team can integrate with. If they don't, the second question would be do they have a data dump they can provide (whether real time, nightly or monthly) where you access it via say...FTP and would import that data into your system.

If the companies you are talking to don't have the capabilities for either, you'll either need to look for alternative companies that can provide the same service or re-evaluate what it is you are trying to accomplish.



Just saw my assumption is what you are trying to accomplish but i'll leave my comments about enterprise level APIs in as well.

So i didn't see terminal nyc offering an API but maybe you can look at some other ticket based sites (ticket master or whatever other companies/sites offer concert booking information) and see if they have API's that can be consumed by developers to build custom applications.


这篇关于如何将旧程序连接到带有网站链接或API的实时源?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆