forked from htm-community/river-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
41 lines (32 loc) · 1.32 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
type: scalar
# Short text description of the data you are providing.
description: New York City traffic speeds and travel times across certain paths provided by the NYDOT.
poweredBy: '<a href="http://www.nyc.gov/html/dot/html/about/datafeeds.shtml#realtime"><img src="http://www.nyc.gov/html/dot/assets/dot_logo_web.png"></a>'
author: Matthew Taylor
email: matt@numenta.org
# Timezone is important! You should use the timezone that the data is
# collected, or if time of day does not matter in the data patterns, you many
# use "UTC"
timezone: America/New_York
# A list of URLs that contain the raw data. Each of these will be polled at the
# interval specified below, and the response text will be sent to your parser.
sources:
- http://207.251.86.229/nyc-links-cams/LinkSpeedQuery.txt
# How often should River View poll your data sources?
interval: 10 minutes
# When should your collected data expire? This means that River View will store
# a time-boxed window of data. Data outside of this timebox will be flushed.
expires: 6 months
# Primary data, usually collected in one location. Should both be scalar values.
fields:
- Speed
- TravelTime
# This provides more information about the data. This data doesn't change over
# time like the fields.
metadata:
- Borough
- linkName
- linkId
- linkPoints
- Owner
- Transcom_id