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.
Läs mer
DataordlistaJSON
JSON (JavaScript Object Notation) is an open standard file format, and data interchange format, that uses human-readable text.
It is commonly used for transmitting data in web applications (e.g., sending some data from the server to the client, so it can be displayed on a web page, or vice versa).
I praktiken
An example of a JSON-formatted document:
{ "name" : "Datastory", "type" : "Organization", "founded" : 2017 }
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.
Läs mer
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.
Läs mer
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.
Läs mer