API – Application Programming Interface
An API is an interface that defines how, for example, software applications can communicate with each other. APIs allow different software systems to interact and share data.
Read more
Data glossaryScraping (data)
Data scraping is a technique in which a computer program extracts data from human-readable output coming from another program.
In practice
An example is web pages that are typically built using text-based mark-up languages (HTML), and frequently contain a wealth of useful data in text form. However, most web pages are designed for human end-users and not for ease of automated use. With a web scraper, this information can be turned into a more organized form, see structured dat
API – Application Programming Interface
An API is an interface that defines how, for example, software applications can communicate with each other. APIs allow different software systems to interact and share data.
Read more
Big Data
A collection of data so large that it cannot be stored, transmitted or processed using traditional computing techniques and requires specialized tools and methods.
Read more
CSV
CSV or Comma-separated values, is a standard format for spreadsheet data. Data values are separated by commas and each row represents a record.
Read more