开发者_如何学JAVA
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this questionwhat is the best way to develop a lightweight distributed system using Ruby and mongodb ?
MongoMatic is a lightweight implementation, worth checking out.
LightMongo is also a very light weight implementation, but unfortunately it hasn't been touched for over half a year, which is a bad sign.
Otherwise, using the Ruby driver of mongo itself isn't that difficult either.
精彩评论