Skip to content

Commit f547ab5

Browse files
committed
Updated README.md with more information
1 parent 40b632a commit f547ab5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,19 @@ Which would run the spark node and the mongodb node, and provides you with bash
1414

1515
From the spark instance, you could reach the MongoDB instance using `mongodb` hostname.
1616

17+
You can find a small dataset example in `/home/ubuntu/times.json` which you could load into the mongodb instance.
18+
19+
As an example, please take a look at `reduceByKey.scala` to query from mongodb, run a simple aggregation, and finally write out back to mongodb.
1720

1821

1922
### More Information.
2023

2124
See related article:
2225

23-
* [Using MongoDB with Hadoop and Spark: Part 1 - Introduction and Setup](https://www.mongodb.com/blog/post/using-mongodb-hadoop-spark-part-1-introduction-setup)
26+
* [MongoDB Hadoop use cases ](https://docs.mongodb.org/ecosystem/use-cases/hadoop/)
27+
28+
* [MongoDB Blog: aggregating intervals of stock prices](https://www.mongodb.com/blog/post/using-mongodb-hadoop-spark-part-1-introduction-setup)
29+
30+
* [MongoDB Radio: Hadoop connector with Luke Lovett](https://soundcloud.com/mongodb/hadoop-connector-with-luke-lovett)
2431

32+
* [In development: MongoDB Spark Connector](https://github.com/mongodb/mongo-spark)

0 commit comments

Comments
 (0)