Hi MongoDB enthousiasts,

I have been working on a full support driver for running Drupal on MongoDB.
What in this project is the 8.x-1.x branch.
The project has come so far that you can install Drupal on MongoDB.
There are still a couple of bugs left to fix.
Its best to select the Umami install profile.

The patched Drupal core can be found at: https://gitlab.com/daffie/drumongous.
The database driver can be found at: https://gitlab.com/daffie/mongodb.

I have asked for adding support in Drupal core for the database driver. See: https://www.drupal.org/project/ideas/issues/3058589.

Any help with the project is welcome.
If anybody is good at setting up a testing bot on gitlab, then please help.

Comments

daffie created an issue. See original summary.

fgm’s picture

It looks like a possible next step for the 8.x-1.x branch : would you be interested in continuing your work on d.o. on that branch instead of'working outside on your own ?

Since there was no maintenance on 8.x-1.X since 2015 and no working version, it could very well be entirely replaced.

daffie’s picture

@fgm: Thank you for offering the 8.x-1.x branch to me. For the time being I would like to keep working on gitlab. I would very much like to keep the option open to move the code to the 8.x-1.x branch. I also would like to see what the result is going to be with my issue in the Drupal core ideas queue. And with the use of composer, code does not need to be on drupal.org any more.

Anybody is more then welcome to help in any way.

fgm’s picture

It's up to you, but I bet you'd get more interest, and possible contribution offers, if your project was on d.o.

You could do it like I do currently: keep the issue queue on d.o. and the code on the non-drupalized gitlab (since d.o. git is now on gitlab too), to keep pull requests and non-drupal CI.

daffie’s picture

@fgm: I have send you a dm on drupal slack.

fgm’s picture

FWIW, this appears to be nearing completion, and will likely be committed soon by @daffie as branch 3.x of the module.

fgm’s picture

Category: Support request » Feature request
sramey82’s picture

Hi, I was curious how close this is to being merged into the main project? This addition would make Drupal a much more attractive solution for an upcoming product.

Thanks!