Giter Site home page Giter Site logo

stichting-crow / dd-zone-stats-aggregator Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 42 KB

Counts the number of vehicles in every custom made zone.

Home Page: https://dashboarddeelmobiliteit.nl

License: Mozilla Public License 2.0

Dockerfile 2.60% Python 97.40%

dd-zone-stats-aggregator's Introduction

README

dd-zone-stats-aggregator is an application that counts the number of vehicles in every zone.

How to deploy?

Build api with:

  1. docker build -t ghcr.io/stichting-crow/dd-zone-stats-aggregator:<version_number> ..

  2. docker push ghcr.io/stichting-crow/dd-zone-stats-aggregator:<version_number> (make sure you are logged in to gitlab registry)

ssh tunnels

ssh -L 5433:10.133.75.95:5432 [email protected]
ssh -L 5434:10.133.137.239:5432 timescaledb

dd-zone-stats-aggregator's People

Contributors

sven4all avatar bartwr avatar

Watchers

 avatar  avatar

dd-zone-stats-aggregator's Issues

Store aggregated zone stats in a hypertable

We want to make it possible to do data analysis on zone level.

To make this possible, we have to create a table with aggregated zone stats.

To make querying the table fast, we make it a TimescaleDB Hypertable.

Hypertables are PostgreSQL tables with special features that make it easy to handle time-series data. Anything you can do with regular PostgreSQL tables, you can do with hypertables. In addition, you get the benefits of improved performance and user experience for time-series data.

This issue can be closed if the following is done:

  • We have a database table having aggregated zone stats

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.