You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of text/json files, store all data within PostgreSQL. Use PostGIS to store and query all geo data. This will allow to quickly find close data, such as pictures, POIs, past nearby positions etc.
The goal here is to do some basic work (db connection, general thoughts), and additional issues will need to be created to implement the specific DataConnectors. The existing file based connectors will be kept to allow for low-profile backup clients. So maybe we will build this against common interfaces for file- and pg- based data storage.
The text was updated successfully, but these errors were encountered:
Instead of text/json files, store all data within PostgreSQL. Use PostGIS to store and query all geo data. This will allow to quickly find close data, such as pictures, POIs, past nearby positions etc.
The goal here is to do some basic work (db connection, general thoughts), and additional issues will need to be created to implement the specific DataConnectors. The existing file based connectors will be kept to allow for low-profile backup clients. So maybe we will build this against common interfaces for file- and pg- based data storage.
The text was updated successfully, but these errors were encountered: