Hello, I have wrote a small documentation page here: https://docs.jboss.org/author/display/ISPN/MongoDB+CacheStore
WDYT ? about the blog post a gist (script tag) is already there but it's not visible in the editor view. Guillaume 2013/5/27 Mircea Markus <[email protected]> > > On 22 May 2013, at 11:01, Guillaume SCHEIBEL <[email protected]> > wrote: > > > Mircea, > > > > I have just created a quick blog post titled "Using MongoDB as a cache > store". May you have a look at it ? If it suits you, the documentation will > follow soon. > > Thank you Guillaume. Looks good to me once the link to documentation and > the sample configuration snippet is in. > > > > > Cheers > > Guillaume > > > > > > 2013/5/22 Randall Hauch <[email protected]> > > There is a way to download (via Maven) and run MongoDB locally from > within Java, via Flapdoodle's Embedded MongoDB: > > > > https://github.com/flapdoodle-oss/embedmongo.flapdoodle.de > > > > ModeShape uses this in our builds in support of our storage of binary > values inside MongoDB. The relevant Maven POM parts and JUnit test case are: > > > > > https://github.com/ModeShape/modeshape/blob/master/modeshape-jcr/pom.xml#L147 > > > https://github.com/ModeShape/modeshape/blob/master/modeshape-jcr/src/test/java/org/modeshape/jcr/value/binary/MongodbBinaryStoreTest.java > > > > > > > > On May 21, 2013, at 1:04 PM, Mircea Markus <[email protected]> wrote: > > > >> Thanks to Guillaume Scheibel, Infinispan now has an mongodb cache store > that will be shipped as part of 5.3.0.CR1. > >> > >> The test for the mongodb cache store are not run by default. In order > to be able to run them you need to: > >> - install mongodb locally > >> - run "mongodb" profile > >> The cache store was add in the CI build on all 5.3 configs (together > with a running instance of mongodb). > >> > >> Guillaume, would you mind adding a blog entry describing this new > functionality? (I've invited you to be a member of the > infinispan.blogpsot.com team.) > >> Also can you please update the user doc: > https://docs.jboss.org/author/display/ISPN/Cache+Loaders+and+Stores > >> > >> > >> Cheers, > >> -- > >> Mircea Markus > >> Infinispan lead (www.infinispan.org) > >> > >> > >> > >> > >> > >> _______________________________________________ > >> infinispan-dev mailing list > >> [email protected] > >> https://lists.jboss.org/mailman/listinfo/infinispan-dev > > > > > > _______________________________________________ > > infinispan-dev mailing list > > [email protected] > > https://lists.jboss.org/mailman/listinfo/infinispan-dev > > > > _______________________________________________ > > infinispan-dev mailing list > > [email protected] > > https://lists.jboss.org/mailman/listinfo/infinispan-dev > > Cheers, > -- > Mircea Markus > Infinispan lead (www.infinispan.org) > > > > > > _______________________________________________ > infinispan-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/infinispan-dev >
_______________________________________________ infinispan-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/infinispan-dev
