https://github.com/horothesun/tflbusstopsdbmanualingestor
TfL bus stops manual DB ingestor.
https://github.com/horothesun/tflbusstopsdbmanualingestor
ci github-actions github-actions-ci ingestion ingestor ingestors javascript jest jest-test jest-tests
Last synced: about 2 months ago
JSON representation
TfL bus stops manual DB ingestor.
- Host: GitHub
- URL: https://github.com/horothesun/tflbusstopsdbmanualingestor
- Owner: horothesun
- License: mit
- Created: 2019-10-27T23:58:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:02:40.000Z (about 2 years ago)
- Last Synced: 2025-01-04T15:29:35.425Z (4 months ago)
- Topics: ci, github-actions, github-actions-ci, ingestion, ingestor, ingestors, javascript, jest, jest-test, jest-tests
- Language: JavaScript
- Homepage:
- Size: 833 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TfL bus stops DB manual ingestor
[](https://github.com/horothesun/TfLBusStopsDBManualIngestor/actions/workflows/ci-linux.yml)
TfL bus stops PostgreSQL DB ingestor.
## Pre-requisites
Create a `.env` file like the following:
```bash
DB_USERNAME=__________
DB_PASSWORD=__________
DB_SERVER_NAME=_______
DB_PORT=______________
```## Setup
```bash
nvm use
npm install
```### Run
```bash
npm start
```