Closed cburgdorf closed 10 years ago
The approach comes with some limitations. We should look into using mongoDB
Ok, after some more research I'm sold on the idea of actually using PostgreSQL which is the secret NoSQL database with great SQL support :)
@basteln3rk is working on porting the code over to use PostgreSQL.
For now, it seems I'm more in love with an
in memory
approach which is flexible and also allows us to push results progressively to the client viasocket.io
also since the data is limited, the approach should be fine.