Skip to content

david-abell/gtfs-to-postgres

Repository files navigation

Local PostgreSQL docker and GTFS data import

This is a companion repo for the Irish public transport tracker.

Table of Contents

Overview

Project Description

This project includes a docker compose file for hosting a local schedule database and an automated github workflow for streaming updates to a hosted PostgreSQL instance.

Instructions

Setup

npm install

Usage

  • rename example.env to .env DATABASE_URL=postgresql://:@/gtfs?sslmode=require
  • run docker compose up --build to ensure local container is running
  • npm run build
  • npm run import

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published