#!/usr/bin/env bash mongoimport --db entities --collection cars --type json --file cars.json --jsonArray mongoimport --db entities --collection trafficLights --type json --file traffic_lights.json --jsonArray