mongohq
Mongo class not found in Heroku PHP
I am using Heroku PHP, and has added the Mongo开发者_运维百科HQ addon. But it gives an error \"class Mongo not found\" at the line $m = new Mongo();[详细]
2023-04-12 05:00 分类:问答Node.js - Connecting to MongoDB using MongoHQ on Heroku
I have a Node.js app using Express that stores data in a mongoDB (locally). It\'s now pushed to hero开发者_如何学编程ku successfully on a cedar stack and the server is running. I added the mongohq a[详细]
2023-04-09 09:06 分类:问答Heroku + Node.js + MongoHQ + expressjs
I\'m try to use Heroku with Mongo for an Express.js project.Struggling with the connecting to mongohq. Logs output :[详细]
2023-03-26 13:19 分类:问答nodejs mongoose database access randomly doesnt' return a result
I\'m working on my first NodeJS application, which is basically just restful web services that use a MongoDB (hosted on MongoHQ) database.[详细]
2023-03-12 18:59 分类:问答Set an environment variable in a Sinatra app?
I want to set MONGOHQ_URL in my sinatra app in order to be able to do this: uri = URI.parse(ENV[开发者_运维知识库\'MONGOHQ_URL\'])[详细]
2023-03-05 18:50 分类:问答Connect to mongohq in a Cocoa application
I am trying to connect to a mongohq database from a Cocoa application, but I really don\'t know there to start. I googled for it but it does not seem to be something useful online.[详细]
2023-02-23 17:09 分类:问答Application Crash with Heroku, Mongoid, and MongoHQ
I am trying to get my application online and functioning with Heroku. The application uses MongoHQ and Mongoid.[详细]
2023-02-16 06:53 分类:问答MongoDB collection used for log data: index or not?
I am using MongoDB as a temporary log store. The collection receives ~400,000 new rows an hour.Each row contains a UNIX timestamp and a JSON string.[详细]
2023-02-09 03:48 分类:问答transfer database from local machine to hosting server
im trying to transfer my database from local machine to server, im using the publish to provider wizard in visual web developer to generate a scrip, im then using the generated script on the serever d[详细]
2022-12-27 00:59 分类:问答