Skip to content

Traffic Count data modeling and related programs

Notifications You must be signed in to change notification settings

dvrpc/traffic-counts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traffic-counts

Documentation, for both the library and the import program is generated by rustdoc from comments. Until it is deployed elsewhere, view it by cloning this repository and run cargo doc --no-deps --open.

Environment Variables

Environment variables should be included in a .env file:

DATA_DIR="data"
DB_USERNAME=DVRPCTC_TEST 
DB_PASSWORD='password here'

Tests

NOTE: the tests in the db module require database access, which is limited to white-listed IPs. Therefore, tests are ignored by default. To include them in the test suite, use cargo test -- --include-ignored.

About

Traffic Count data modeling and related programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published