com.stratio.deep.mongodb.MongodbCredentials.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spark-mongodb Show documentation
Show all versions of spark-mongodb Show documentation
A Spark SQl library for MongoDB
package com.stratio.deep.mongodb
case class MongodbCredentials(
user: String,
database: String,
password: Array[Char])