Hey team! i've been following this tutorial: <http...
# realm
e
Hey team! i've been following this tutorial: https://www.mongodb.com/developer/languages/kotlin/mastering-kotlin-creating-api-ktor-mongodb-atlas/. And i used for my BE. I wonder if this use of Mongo DB Atlas will be deprecated too? If yes, which alternatives do i have using Ktor? Thanks
n
AFAIK this uses the Kotlin Driver to talk to Atlas https://github.com/ricardohsmello/kotlin-ktor-mongodb-vector-search/blob/main/build.gradle.kts#L35C33-L35C64 which is not deprecated
❤️ 1