aoberegg / ep_user_pad

User-Management System for etherpad-lite
Apache License 2.0
5 stars 8 forks source link

mongoDB compatibility #17

Open vpistis opened 8 years ago

vpistis commented 8 years ago

Hi, I use etherpad in openshift with mongoDB. Is possible to use ep_user_pad with mongo instead of mysql? If yes, how? thanx

aoberegg commented 8 years ago

Am 2015-08-17 um 11:10 schrieb Valentino Pistis:

Hi, I use etherpad in openshift with mongoDB. Is possible to use ep_user_pad with mongo instead of mysql? If yes, how? thanx

— Reply to this email directly or view it on GitHub https://github.com/aoberegg/ep_user_pad/issues/17.

Hi!

No sry there is just support for mysql.

greets,

Alex

Alexander Oberegger, BSc a.oberegger@student.tugraz.at Software Development and Business Management

vpistis commented 8 years ago

Ok, there is a possibility for me to contribute for integrate mongoDB? If yes, how? I don't know nodejs and etherpad-lite very well, but if you show me a simple guideline, I can develop it by myself.

ciao Valentino

ghost commented 8 years ago

you may try your luck on https://github.com/reality/ep_frontend_community

vpistis commented 8 years ago

i saw that there is an issue/enhancement for this in frontend_community...In these days I think to start coding for the uberDB support in both projects... @lukir If you have some advice to coding it, please let me know :)

pyg77 commented 8 years ago

Hi @vpistis we had the same problem: we can't use mysql database (we host more than 200 000 pads, so we use MongoDB). We developped our own plugin: http://fr.ulule.com/etherpad-framapad/news/ The code is on our gitlab: https://git.framasoft.org/framasoft/ep_mypads/

The main differences beetween MyPads and ep_user_pad by @aoberegg:

This plugin works well with MongoDB :) You can test it on https://mypads.framapad.org

The plugin may be released on the first days of october. It's stable but we have still some work to do on the design.

vpistis commented 8 years ago

@pyg77 wow! this is a very good news! I know framapad.org and i'm happy to test this plugin, also in my personal etherpad installation.

Thanx! Vale