https://github.com/tomyitav/bluetorch-recorder
Safely store network-sent objects to MongoDB, using Akka
https://github.com/tomyitav/bluetorch-recorder
akka guice mongodb
Last synced: 3 months ago
JSON representation
Safely store network-sent objects to MongoDB, using Akka
- Host: GitHub
- URL: https://github.com/tomyitav/bluetorch-recorder
- Owner: tomyitav
- Created: 2017-10-06T07:11:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T18:23:33.000Z (almost 8 years ago)
- Last Synced: 2025-02-16T13:29:45.957Z (8 months ago)
- Topics: akka, guice, mongodb
- Language: Java
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bluetorch-recorder #
This project is intended to periodically store entities to MongoDB, using:
- Akka
- mongo-java-driver
- Guice for DI### Project structure ###
* runnable package - for interacting with actors
* actors - for handling asynchronous operations
* db package - interacting with MongoDB### How do I get set up? ###
* Git clone project
* Create configuration file, config.properties. Example can be found in test directory - RecorderConfigTest.java
* Create environment variable - LOCAL_CONFIG_DIR that contains path to config file.
* Open command line in project directory
* mvn clean
* mvn install
* run jar: java -jar target\bluetorch-recorder-0.0.1-SNAPSHOT-jar-with-dependencies.jar