# Data Sources 

Project entities may exist in other data sources such as CSV Files, YAML
Files, JSON Files, Spreadsheets, or external API calls.  A Skypager
project is expected to have all of these within its data folder.

## Features 

### YAML files can be used as a data source 

### JSON files can be used as a data source

### Javascript files can be used to load data directly into the project

### Data sources can specify which type of Model to use

### Projects can specify which type of Model to use  

### Data sources which are arrays create multiple Entities 

### Data sources which are objects create a single Entity

