Skip to content

contactsunny/SparkMongoConnectorPOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SparkMongoConnectorPOC

This is a simple Spring Boot command line runner project, which creates a Spark Context, connects to a MongoDB database, and loads the data into a SparkJavaContext. From there, it's the regular JavaRDD stuff.

The Mongo Spark Connector Dependency

The mongo-spark-connector dependency is available in the central maven repository. You can find the source code and the usage here.