https://github.com/mneedham/nyc-dataset
https://github.com/mneedham/nyc-dataset
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mneedham/nyc-dataset
- Owner: mneedham
- Created: 2022-10-10T14:37:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T14:55:42.000Z (over 3 years ago)
- Last Synced: 2025-02-14T13:50:21.468Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# NYC Taxis Dataset
https://www1.nyc.gov/site/tlc/about/tlc-trip-record-data.page
```bash
docker run \
--network pp \
-v $PWD/data:/data \
-v $PWD/config:/config apachepinot/pinot:0.11.0 AddTable \
-schemaFile /config/schema.json \
-tableConfigFile /config/table.json \
-exec -controllerHost pinot
```
```bash
docker run \
--network pp \
-v $PWD/data:/data \
-v $PWD/config:/config apachepinot/pinot:0.11.0 LaunchDataIngestionJob \
-jobSpecFile /config/job-spec.yml \
-values controllerUri=http://pinot:9000
```