Data Source: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - ". ---- " to ". ---- ") |
m (Text replacement - "> ↵" to "> ") |
||
Line 3: | Line 3: | ||
* <B>Context</U>:</B> | * <B>Context</U>:</B> | ||
** It can range from being a [[Batch Data Source]] to being a [[Real-Time Data Source]] (such as a [[data stream]]). | ** It can range from being a [[Batch Data Source]] to being a [[Real-Time Data Source]] (such as a [[data stream]]). | ||
* <B>Example(s):</B> | * <B>Example(s):</B> | ||
** the [[New York Stock Exchange Data Feed]], is a [[Data Stream]]. | ** the [[New York Stock Exchange Data Feed]], is a [[Data Stream]]. | ||
** the [[UCI ML Repository]]. | ** the [[UCI ML Repository]]. |
Revision as of 02:43, 27 March 2024
A Data Source is a source of a data set.
- AKA: Data Feed.
- Context:
- It can range from being a Batch Data Source to being a Real-Time Data Source (such as a data stream).
- Example(s):
- the New York Stock Exchange Data Feed, is a Data Stream.
- the UCI ML Repository.
- a Product Data Feed.
- …
- Counter-Example(s):
- See: Data Collection Task, Real-Time Computing, Web Feed, RSS Feed, Product Feed, E-Commerce, Internet Marketing.
References
2014
- (Wikipedia, 2014) ⇒ http://en.wikipedia.org/wiki/data_feed Retrieved:2014-2-10.
- Data feed is a mechanism for users to receive updated data from data sources. It is commonly used by real-time applications in point-to-point settings as well as on the World Wide Web. The latter is also called web feed. News feed is a popular form of web feed. RSS feed makes dissemination of blogs easy. Product feeds play increasingly important role in e-commerce and internet marketing. Data feeds usually requires structured data. At the present time unstructured data, e.g. HTML pages, dominate the Web. As a result, data feeds have the potential to make a bigger impact on the Web in the future.