Pawel Kosiec
Pawel Kosiec
Hi @jrj2211, If I understood you correctly: - you use Mongo Seeding TS/JS library - you create Seeder with database URI - you want to change the database while having...
Hey @jrj2211, Exactly 🙂 - my suggestion is to change the Mongo Seeding behavior to be able to provide string URI in constructor, and then provide partial config object to...
Hi @dominicrico, thanks for the idea and kind words! That's good idea, I will consider it for future releases.
Hi @ronan-f 👋, sorry for a long delay. Sure thing! The PR that implements this functionality is very welcome (as far as it is opt-in feature that doesn't break existing...
Hi @ctrlsam, thank you for reporting this. I will rename this issue to "Update MongoDB driver dependency" and try to address that in Mongo Seeding 4. Cheers!
Hi @gimyboya, Thanks for very kind words 🙂 Unfortunately I can't tell precisely when the Mongo Seeding will land. It's a huge change and I want to start with API...
Hi @yharaskrik! Thank you, I really appreciate that. Currently I don't have any specification nor time to design a new API 😞 I would like to rewrite Mongo Seeding, as...
Hello @hongkongkiwi! Theoretically I could change the input data directory structure for Mongo Seeding and put another directory level on top of the existing one. The directory name would point...
The first idea is my favorite one - so I would pick extending data import directory structure and toggling multiple database support with env variable. I will try to implement...
BTW I've just came up with another idea: Actually, you can run two Mongo Seeding containers. If the second one uses user account which is populated with the first container,...