MongoHQ alpha

MongoHQ is the hosted database solution for quickly and easily connecting MongoDB to your applications. Backed by the power, reliability and speed of Amazon EC2 as well as providing a easy-to-use web interface to visually manage your database instances, MongoHQ can handle both small and large data needs with ease. MongoHQ handles all the heavy-lifting, like backups and replication, so you can focus your time and energy on creating amazing solutions. Discover the joy and amazing capabilities of document databases on arguably the world’s best cloud-computing platform.

Sandbox / Starter

Free

  • Great for discovering MongoDB and learning how you can use MongoHQ
  • Includes 512MB of storage
  • Daily Snapshot

1 GB SSD

$18 per month

  • 410 MB of memory and 1 GB of SSD storage
  • New Relic Dashboard Integration
  • 24x7 Monitoring
  • Automated Health Checks
  • Automatic Database Optimization
  • Daily Database Backups
  • Dedicated MongoDB Process
  • Expert Email Support
  • Multi-Zone Highly Available Replica Set
  • Performance Graphs
  • Real-time Logs
  • Responsive Web Interface
  • Super-fast Solid State Storage

4 GB SSD

$72 per month

  • 410 MB of memory and 4 GB of SSD storage
  • New Relic Dashboard Integration
  • 24x7 Monitoring
  • Automated Health Checks
  • Automatic Database Optimization
  • Daily Database Backups
  • Dedicated MongoDB Process
  • Expert Email Support
  • Multi-Zone Highly Available Replica Set
  • Performance Graphs
  • Real-time Logs
  • Responsive Web Interface
  • Super-fast Solid State Storage

12 GB SSD

$216 per month

  • 1.2 GB of memory and 12 GB of SSD storage
  • New Relic Dashboard Integration
  • 24x7 Monitoring
  • Automated Health Checks
  • Automatic Database Optimization
  • Daily Database Backups
  • Dedicated MongoDB Process
  • Expert Email Support
  • Multi-Zone Highly Available Replica Set
  • Performance Graphs
  • Real-time Logs
  • Responsive Web Interface
  • Super-fast Solid State Storage

25 GB SSD

$450 per month

  • 2.5 GB of memory and 25 GB of SSD storage
  • New Relic Dashboard Integration
  • 24x7 Monitoring
  • Automated Health Checks
  • Automatic Database Optimization
  • Daily Database Backups
  • Dedicated MongoDB Process
  • Expert Email Support
  • Multi-Zone Highly Available Replica Set
  • Performance Graphs
  • Real-time Logs
  • Responsive Web Interface
  • Super-fast Solid State Storage

50 GB SSD

$900 per month

  • 5 GB of memory and 50 GB of SSD storage
  • New Relic Dashboard Integration
  • 24x7 Monitoring
  • Automated Health Checks
  • Automatic Database Optimization
  • Daily Database Backups
  • Dedicated MongoDB Process
  • Expert Email Support
  • Multi-Zone Highly Available Replica Set
  • Performance Graphs
  • Real-time Logs
  • Responsive Web Interface
  • Super-fast Solid State Storage
This code snippet assumes you are using bundler

modify your Gemfile

 gem 'ey_config'
 gem 'mongo'

setup mongo (wherever you use it)

 mongohq_connection_uri = EY::Config.get(:mongohq, 'MONGOHQ_URL')
 conn = Mongo::Connection.from_uri mongohq_connection_uri

For more detail, read the MongoHQ Documentation.

Please log in if you would like to set up the service.