mongodb_gridfs_beaker

Beaker backend to write sessions and caches to a MongoDB GridFS
Download

mongodb_gridfs_beaker Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Lukasz Biedrycki
  • Publisher web site:
  • https://github.com/loucash/

mongodb_gridfs_beaker Tags


mongodb_gridfs_beaker Description

mongodb_gridfs_beaker is a MongoDB and GridFS backend for Beaker.'s caching / session system.Based upon mongodbbeaker.Really basic, first implementation of MongoDB GridFS as a backend storage for Beaker.ConfigurationExample of configuration in Pylons project: >>> # new style cache settings ... beaker.cache.regions = comic_archives, navigation ... beaker.cache.comic_archives.type = libmemcached ... beaker.cache.comic_archives.url = 127.0.0.1:11211 ... beaker.cache.comic_archives.expire = 604800 ... beaker.cache.navigation.type = mongodb_gridfs ... beaker.cache.navigation.url = mongodb://localhost:27017/beaker.navigation ... beaker.cache.navigation.expire = 86400Using Beaker SessionsPylons application configuration for mongodb_beaker has the following session_configuration:>>> beaker.session.type = mongodb_gridfs... beaker.session.url = mongodb://localhost:27017/beaker.sessionsProduct's homepage


mongodb_gridfs_beaker Related Software