Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 467 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 467 Bytes

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.