patrykwozinski / weather

My Java playground - WEATHER APP. It's just checking current weather in the given city. That's my first EVER project in Java - any suggestion is welcome :)
0 stars 0 forks source link

MongoDB as a data source for the write/read models #8

Open patrykwozinski opened 4 years ago

patrykwozinski commented 4 years ago

I need to create Mongo implementation of the storage (MongoWeatherCollection). Maybe Spring Data MongoDB is a good point?

Helper:

patrykwozinski commented 4 years ago

Also, I need to make an integration test for this port.