datastore-master

所属分类:数据库编程
开发工具:HTML
文件大小:565KB
下载次数:0
上传日期:2019-05-26 02:18:48
上 传 者mobii
说明:  database map fore query

文件列表:
circle.yml (1172, 2018-03-16)
Dockerfile (1478, 2018-03-16)
docs\coverage_map.md (1825, 2018-03-16)
docs\coverage_map.png (341336, 2018-03-16)
docs\data_generation.md (9998, 2018-03-16)
docs\public_data_extracts.md (7887, 2018-03-16)
LICENSE.txt (7651, 2018-03-16)
pom.xml (7120, 2018-03-16)
proto\segment.proto (32, 2018-03-16)
proto\speedtile.proto (3504, 2018-03-16)
proto\tile.proto (29, 2018-03-16)
scripts\convert_to_fb.py (3597, 2018-03-16)
scripts\make_coverage_map.py (6431, 2018-03-16)
scripts\make_fbs_batch.sh (307, 2018-03-16)
scripts\make_fbs_hour.sh (2014, 2018-03-16)
scripts\make_ref_speeds_local.sh (2249, 2018-03-16)
scripts\make_speeds.py (17778, 2018-03-16)
scripts\make_speeds_local.sh (2864, 2018-03-16)
scripts\ref-tile-work.py (11410, 2018-03-16)
scripts\show_histogram.py (3831, 2018-03-16)
scripts\speed-tile-work.py (10561, 2018-03-16)
scripts\submit-speed-tile-work-service.py (6877, 2018-03-16)
scripts\submit-work-service.py (4601, 2018-03-16)
scripts\work.py (6977, 2018-03-16)
speed-tile-visualizer\index.html (11110, 2018-03-16)
speed-tile-visualizer\json.css (238, 2018-03-16)
src\main\fbs\histogram-tile.fbs (1618, 2018-03-16)
src\main\java\io\opentraffic\datastore\BucketSize.java (239, 2018-03-16)
src\main\java\io\opentraffic\datastore\DurationBucket.java (1702, 2018-03-16)
src\main\java\io\opentraffic\datastore\Main.java (5222, 2018-03-16)
src\main\java\io\opentraffic\datastore\Measurement.java (3721, 2018-03-16)
src\main\java\io\opentraffic\datastore\sink\FlatBufferSink.java (6388, 2018-03-16)
src\main\java\io\opentraffic\datastore\sink\ORCSink.java (5319, 2018-03-16)
src\main\java\io\opentraffic\datastore\sink\PrintSink.java (361, 2018-03-16)
src\main\java\io\opentraffic\datastore\source\FlatBufferSource.java (2679, 2018-03-16)
src\main\java\io\opentraffic\datastore\source\MeasurementSource.java (8231, 2018-03-16)
src\main\java\io\opentraffic\datastore\source\Source.java (192, 2018-03-16)
... ...

# Open Traffic Datastore Open Traffic Datastore is part of the [OTv2 platform](https://github.com/opentraffic/otv2-platform). It takes the place of OTv1's Data Pool. The Datastore ingests input from distributed [Reporter](https://github.com/opentraffic/reporter) instances, creating internal "histogram tile files." The Datastore is also used to create public data extracts from the histogram tile files. Datastore jobs can be run within Docker containers on [AWS Batch](https://aws.amazon.com/batch/), with Reporter inputs, histogram tile files, and public data extracts all stored on [Amazon S3](https://aws.amazon.com/s3/). Or run the jobs and store the files on your own choice of infrastructure. [Analyst UI](https://github.com/opentraffic/analyst-ui), an app that runs in a web browser, can be used to fetch and parse Datastore's public data extracts. ## How to use Read more about: - [Datastore's series of batch jobs](docs/data_generation.md) - [public data extract formats](docs/public_data_extracts.md) - [GeoJSON coverage map format](docs/coverage_map.md) To parse and visualize public data extracts: - Use the simple JavaScript web app contained in `./speed-tile-visualizer` - Use the full [Analyst UI](https://github.com/opentraffic/analyst-ui) ## How to develop ### Docker build This repository and resultant Docker images are built and published via CircleCI. If you need to build locally: sudo docker build -t opentraffic/datastore . ### Using the image The image is available via DockerHub: docker pull opentraffic/datastore:latest ### Building with Maven mvn clean package

近期下载者

相关文件


收藏者