eigengo / akka-patterns

Demonstration of the common Akka patterns
Apache License 2.0
560 stars 61 forks source link

MongoDB/ScalaD pattern #11

Closed switzer closed 11 years ago

switzer commented 11 years ago

Hi -

I would love to see this project connect to MongoDB (what you had here before), in addition to neo4j

Thanks!

janm399 commented 11 years ago

It is coming--hang in there!

fommil commented 11 years ago

Should show:

fommil commented 11 years ago

Depends on https://github.com/janm399/scalad/issues/51

fommil commented 11 years ago

actually, this depends on https://github.com/janm399/scalad/issues/64

fommil commented 11 years ago

No longer blocked :-D

fommil commented 11 years ago

@switzer if you want to see some good usage of mongodb (via scalad), then have a look here https://github.com/fommil/scalad/blob/master/src/test/scala/org/cakesolutions/scalad/mongo/sprayjson/PersistenceSpec.scala which will be merged into the master repo soon.