Does the EntityFramework Core driver for MongoDB support database seeding via UseSeeding()?

You would need to write some logic at app start-up that detected if the data expected was present and if not insert it.