developmentseed / planet-stream

Stream the planet!
BSD 3-Clause "New" or "Revised" License
31 stars 9 forks source link

Embedded database #9

Open kamicut opened 8 years ago

kamicut commented 8 years ago

Should we move to an embedded DB like LevelDB? It might make install and adoption simpler without needing to install redis. Another option would be to go the docker route and distribute a docker-compose file that spins up redis and Node.

cc @matthewhanson

kamicut commented 8 years ago

Chatting with @anandthakker I think one way would be to start with docker-compose, and then make embedded kv store a longer term goal.