What is the meaning of Source data in english?

Computer Definitions S - Definitions in Computer Definitions . 3 years ago

  3   0   0   0   0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating
Source data

In COMPUTER programming, source data or data source is the primary location from where data comes. The data source is a database, a dataset, a spreadsheet or even hard-coded data. When data is displayed, it is retrieved from its data source. The software processes this data internally, performing additional calculations if necessary, FORMATS it, and updates the application window.

Computer APPLICATIONS can have multiple data sources defined, depending on its function. Applications like Oracle, SalesForce.com, and SAP all use databases as data sources. A common TYPE of database is an SQL database, but some applications can use other types of databases, like Microsoft Access.

General database types

For maximum data integrity, a SQL database, such as MySQL, PostgreSQL, or MariaDB, is usually preferred. At the sacrifice of some performance, it provides maximum data and transaction integrity.

For speed and scalability, a NoSQL data store, such as Redis or MongoDB, may perform better. These databases may not perform well with many concurrent writes, but they can read data at high speed.

A lightweight version of MySQL, SQLite, is easy to set up and use, and provides excellent performance for smaller web applications.

Combining database types in one application

Multiple database systems may be deployed to work in conjunction with one another, for different purposes. For example, an online marketplace may store confidential user information and purchase history in a SQL database. The SQL database can receive many concurrent queries, handling millions of concurrent requests (all happening within a short, overlapping time frame). SQL database systems generally feature robust data integrity, guaranteeing that every transaction's outcome agrees with concurrent changes to other data.

The same application might use a different database for less critical information, such as the comments in a user feedback section. A Redis instance could be set up to store and quickly retrieve this data as JSON objects, increasing web performance.

Using a spreadsheet as a database

For lightweight applications, it's possible to use a spreadsheet as a database. For example, you can create a Google Sheets document on a Google Account connected to GCP, and DEPLOY it is a web application. The spreadsheets in this page can receive read and write requests by HTTPS, or make calls to the Google Sheets API. Interactions with a Google Sheet incur a compute resource usage, and can be tracked in the GCP dashboard.

For mission-critical applications, however, a database is always preferred.

Posted on 20 May 2022, this text provides information on Computer Definitions related to S - Definitions in Computer Definitions. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.

Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.

tuteehub_quiz

Tuteehub forum answer Answers

Post Answer

No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.