◷ Reading Time: 2 minutes
Datasource is the source of data that can be provided to a model. The source of data can be any of the following types:
- Connecting to Data
- Providing Input Data
Connecting to Data
There are multiple ways of accessing data. And a solution can load multiple data sources and look at those across for doing a task.
Data Access
Your model can access data as part of the execution. The data can be in a file, database, etc. Below are different ways of accessing data:
- Database
- Spreadsheet (e.g., Excel)
- XML
- JSON
- Web Services
- REST Call
- SOAP Call
Functions to Deal with Data
Providing Input Data
Models may need input as some parameters. These inputs will parameterize your logic to work based on different scenarios. While simulating, debugging, testing, etc. they can be provided in various ways: