Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Just wondering if you used a NoSQL graph Database for this #2

Closed
busman84 opened this issue Apr 18, 2016 · 3 comments
Closed

Just wondering if you used a NoSQL graph Database for this #2

busman84 opened this issue Apr 18, 2016 · 3 comments

Comments

@busman84
Copy link

Hello, I was wondering if you used some sort of no sql graph db for this... This project is awesome btw

@ibaaj
Copy link
Owner

ibaaj commented Apr 18, 2016

I started with PostgreSQL but finally not.
You need to have very fast access to data, and ram is far more effective.
Then I store the data (json file, or C++ serialized map<> with boost) before drawing the map. I made sometimes backups in case of if my program crashed (and kept a point to know "where/when" the program stopped).
Railway data is about 350MB (the biggest file).

@karussell
Copy link

You could use the map data of the routing engine itself which should be also a lot faster and outlined in #3

@busman84
Copy link
Author

Awesome... thanks for the info. This is really cool stuff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants