Personal tools
Skip to content. | Skip to navigation
A Ruby BSON implementation for MongoDB. For more information about Mongo, see http://www.mongodb.org. For more information on BSON, see http://www.bsonspec.org.
EventMachine driver for MongoDB.
A Ruby driver for MongoDB.
An open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on one or more worker nodes using multiprocessing, Eventlet or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is used in production systems to process millions of tasks a day. Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks. The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB and databases (using SQLAlchemy or the Django ORM) is also available.
Installs MongoDB on RHEL/Ubuntu/Debian.
Provides FreeSWITCH mod_mongo, which implements an API interface to mongodb.
MongoDB CDR Logger for FreeSWITCH
An open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on one or more worker nodes using multiprocessing, Eventlet or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is used in production systems to process millions of tasks a day. Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using web hooks. The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB and databases (using SQLAlchemy or the Django ORM) is also available.
MongoEngine is a Document-Object Mapper (think ORM, but for document databases) for working with MongoDB from Python. It uses a simple declarative API, similar to the Django ORM.
The following features are available: Backup file system using point-in-time snapshot Strong encryption supported: AES-256-CFB Backup file system tree directly (without volume snapshot) Backup journalled MongoDB directory tree using lvm snapshot to Swift Backup MySQL with lvm snapshot Restore data from a specific date automatically to file system Low storage consumption as the backup are uploaded as a stream Flexible backup policy (incremental and differential) Data is archived in GNU Tar format for file based incremental Multiple compression algorithm support (zlib, bzip2, xz) Remove old backup automatically according to the provided parameters Multiple storage media support (Swift, local file system, or ssh) Flush kernel buffered memory to disk Multi-platform (Linux, Windows, *BSD, OSX) Manage multiple jobs (I.e., multiple backups on the same node) Synchronize backups and restore on multiple nodes Web user interface integrated with OpenStack Horizon Execute scripts/commands before or after a job execution More …