简体   繁体   English

从 Web 服务中查找实时数据的最佳方式

[英]Best Way To Find Live Data From A Web Service

When you guys need live data for example sports stats, or music lyrics where would you go to get the data?当你们需要实时数据(例如体育统计数据或音乐歌词)时,您会去哪里获取数据? Do you have to pay for this?你需要为此付费吗? Are there web services available to consume this live data?是否有可用的 Web 服务来使用这些实时数据? Whats broadly the process of getting constant access to live data?持续访问实时数据的过程大致是什么?

If you Google " random data ", you will find a number of websites out there making available realtime random data for anyone's use.如果您在 Google 上搜索“随机数据”,您会发现许多网站都提供实时随机数据供任何人使用。 The Random.org website is one such example. Random.org网站就是这样一个例子。

Any random input may be translated into another random construct, depending on the requirements of the project.根据项目的要求,任何随机输入都可以转换为另一个随机构造。 (for example, a random number between 0 and 1 may be translated into a 'heads' if number is <0.5 and 'tails', when otherwise - of course, other examples abound, and the 'random.org' website lists a number of examples of how people have used their data. (例如,如果数字 <0.5,则 0 和 1 之间的随机数可能会被翻译成“头”和“尾”,否则的话——当然,其他例子比比皆是,“random.org”网站列出了一个数字人们如何使用他们的数据的例子。

One of the benefits of culling data from 'atmospheric' noise, or some similar natural phenomenon, is that you are not at the mercy of it ever stopping to produce data!从“大气”噪声或一些类似的自然现象中剔除数据的好处之一是,您不会受到它停止生成数据的支配! That being said, I realize you may have meant data of an entirely different form, and I'd also be curious of other sources of live data, beyond the usual feeds from different aggregator websites.话虽如此,我意识到您可能指的是完全不同形式的数据,而且除了来自不同聚合网站的通常提要之外,我还对其他实时数据来源感到好奇。

一个很好的音乐相关数据是musicbrainz.org

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

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