mongodb
Running both MongoDB and Mysql on Rails 2.3.6
In Rails 2.3.6 I\'m trying to use both MongoDb via MongoMapper and Mysql on the same application. I\'ve seen several others question about this but I cannot find how to configure rails to use bo开发者[详细]
2023-04-13 06:41 分类:问答Adviced on how to array a mongodb document
I am building an API using Codeigniter and MongoDB. I got some questions about how to \"model\" the mongoDB.[详细]
2023-04-13 06:30 分类:问答Updating attributes on several indexes in array. Using mongoid in Rails 3
Inside my test database, I would like to trigger a \"new_item\" flag for testing.The method already works in my tests.So now I am setting the created_at and published_at fields of all records to 1 mon[详细]
2023-04-13 06:02 分类:问答Adding sort to mongo JSON @Query with Spring Data Repository
I want to sort the results of a find using the mongo JSON query and having done some reading and experimenting, I still can\'t get it to work. I have got the PagingAndSortingRepository and can use Sor[详细]
2023-04-13 05:50 分类:问答MongoDB Map/Reduce incrementally with adaptative query
I have an issue with data I want to aggregate incrementally. I have devices (a lot, stored in the device collection) that emits measures (NOT regularly) that are stored in the db in the record collec[详细]
2023-04-13 05:30 分类:问答MongoDB: Modeling likes, mutual friends etc
I\'m building a streaming music service that will have features like: Follow users Like songs Create and manage playlists[详细]
2023-04-13 04:43 分类:问答can't convert Hash into an exact number
I am using your distance_of_time_in_words from dotiw gem but not working fine. I am with rails 3.1 + Mongoid.[详细]
2023-04-13 04:31 分类:问答Which Port to Use For MongoDB?
I am trying an example at Spring 3 开发者_StackOverflow中文版with MongoDB. I can reach MongoDB\'s interface on port 28017. However examples use 27017 in configuration files. Which one to use?28017 is[详细]
2023-04-13 03:14 分类:问答Make MongoDB work for production
I have made a simple test of MongoDB under windows environment. The single collection of objects with ID (int32) and Buffer (byte[4096]) was filling sequentially. After reaching of almost 15G (of 16G[详细]
2023-04-13 02:57 分类:问答Cannot POST with Node.js Express MongoDB Mongoose CoffeeScript
Update: I found the solution, look in the bottom of this page... I\'ve got a Node.js, Express, MongoDB, Mongoose project written in CoffeScript and I can create and read data, but I can\'t update.[详细]
2023-04-13 01:53 分类:问答