comparison mod_storage_mongodb.wiki @ 484:b70f4ca106d5

Edited wiki page mod_storage_mongodb through web user interface.
author MWild1@gmail.com
date Sun, 24 Aug 2014 09:24:44 +0000
parents 469bcbdfe281
children
comparison
equal deleted inserted replaced
483:4bf7416f4570 484:b70f4ca106d5
1 #summary MongoDB Storage Module 1 #summary MongoDB Storage Module
2 #labels Type-Storage 2 #labels Type-Storage,Stage-Alpha
3 3
4 = Introduction = 4 = Introduction =
5 5
6 This is a storage backend that uses MongoDB. 6 This is a storage backend that uses MongoDB.
7 Depends on [https://github.com/mwild1/luamongo luamongo bindings] 7 Depends on [https://github.com/mwild1/luamongo luamongo bindings]
8
9 This module is not under active development and has a number of issues related to limitations in MongoDB. It is not suitable for production use.
8 10
9 = Configuration = 11 = Configuration =
10 12
11 Copy the module to the prosody modules/plugins directory. 13 Copy the module to the prosody modules/plugins directory.
12 14