https://github.com/xoriantopensource/akka-bulkimport
https://github.com/xoriantopensource/akka-bulkimport
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xoriantopensource/akka-bulkimport
- Owner: XoriantOpenSource
- Created: 2015-05-09T11:20:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T11:42:56.000Z (about 11 years ago)
- Last Synced: 2023-03-01T02:51:24.844Z (over 3 years ago)
- Language: Java
- Size: 176 KB
- Stars: 1
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/