Running a local MongoDB instance?

Hey there. I was wondering if it would be possible to run a local MongoDB database in the Glitch container?

Rethink is possible hut i dont know about MongoDB

In my very limited testing, I think you’re going to run out of space in your project’s disk volume before you can run mongod. There may be ways around that but none that I can think of off the top of my head.

You also won’t be able to run it as a service, since you don’t have access to sudo, so it’ll have to be started every time your project starts.

Thanks for the information! I’m likely going to switch to SQLite3 now.