Data loader exercise for PCS's JSI class.
This script will attempt to import the given datafile into your database.
This module provides low-level base classes for implementing your data transformers ("dataSources").
Place data transformers in individual modules in this directory. Check out userSource.js
for a simple example of how a dataSource should look.
This directory contains the data files you should load into the database. In order from cleanest to dirtiest, they are:
users.csv
(a simple csv containing a couple of users).- `uk_map.json' (a JSON file containing shapes that describe a map of the UK, drawn from here).
refugee_nodes.csv
(a CSV file containing country codes and information, drawn from here).applicants-jsi.csv
(a very messy CSV file containing anonymized data about JSI applicants. Advanced).