ninya-io / ninya.io

Find StackOverflow users near you by tags and reputation
MIT License
60 stars 13 forks source link

Change search approach #5

Closed cburgdorf closed 10 years ago

cburgdorf commented 11 years ago

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 via socket.io also since the data is limited, the approach should be fine.

cburgdorf commented 11 years ago

The approach comes with some limitations. We should look into using mongoDB

http://docs.mongodb.org/manual/tutorial/query-documents/

cburgdorf commented 11 years ago

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.