spirom / spark-mongodb-connector   0.5.3

Apache License 2.0 GitHub

A prototype native MongoDB connector for Apache Spark, using Spark's external datasource API

Scala versions: 2.10

spark-mongodb-connector 0.4.0


Group ID:
com.github.spirom
Artifact ID:
spark-mongodb-connector_2.10
Version:
0.4.0
Release Date:
Feb 15, 2015
Licenses:

libraryDependencies += "com.github.spirom" %% "spark-mongodb-connector" % "0.4.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.spirom::spark-mongodb-connector:0.4.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.spirom::spark-mongodb-connector:0.4.0"

Ammonite REPL

import $ivy.`com.github.spirom::spark-mongodb-connector:0.4.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.spirom</groupId>
  <artifactId>spark-mongodb-connector_2.10</artifactId>
  <version>0.4.0</version>
</dependency>

compile group: 'com.github.spirom', name: 'spark-mongodb-connector_2.10', version: '0.4.0'