danburzo / every-street

Drawing every street in Romania using OpenStreetMap data, Node.js and SVG
http://danburzo.ro/every-street
MIT License
78 stars 9 forks source link

Look into SQLite + Bookshelf.js as alternative to LevelDB #6

Closed danburzo closed 8 years ago

Penagwin commented 8 years ago

Based off performance data from https://leveldb.googlecode.com/svn/trunk/doc/benchmark.html I don't think sqllite would be the best option. I think we may want to look at something such as Redis for speed.

danburzo commented 8 years ago

Yikes, sqlite looks pretty bad in those benchmarks. Closing this, filing under nevermind :)