PFigs / location-history

Analytics on GMAPS location history
MIT License
1 stars 0 forks source link

Database handler #8

Open PFigs opened 5 years ago

PFigs commented 5 years ago

Problem

Reading the location history json file is costly and time consuming. Dumping it all on a database helps with time lookups.

Goal

Write a database handler (grpc) which handles insertions and searches from the database. Initialization of the database should be based on the existing script: https://github.com/PFigs/location-history/blob/master/export_to_influxdb.py

vvalkonen commented 3 years ago

How about doing that with the PostgreSQL and PostGIS?