An open API service indexing awesome lists of open source software.

https://github.com/xoriantopensource/akka-bulkimport


https://github.com/xoriantopensource/akka-bulkimport

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Akka Mongo DB Bulk Import

This project takes a use case of importing large CSV data to showcase use of Akka library and Mongo DB.

### Version
1.0

### Tech

We have used following open source projects for this example
*[Akka] - Framework to build concurrent and distributed applications
*[MongoDB] - JSON like document oriented database
*[Apache Commons CSV] - CSV parser library

### Run Instructions
Import this project into your favorite IDE and run the class Application.java

[Akka]:http://akka.io/
[MongoDB]: https://www.mongodb.org/
[Apache Commons CSV]: https://commons.apache.org/proper/commons-csv/