Thanks All! I guess I didnt even realize that they were so different (though that certainly makes sense).
Basically I want to design a system that will have maybe 30M (eventually) complex graphs of data that need to be searchable through either pattern matching or unification or ?... The pattern s could conceivably become very complicated. My thought was that this would need to scale out horizontally and allow for a map-reduce like process to burn through these searches (though at this point i am still planning this part out and currently have my data in an RDBMS (using H2 in development - great little database). This is very new territory for me, as i am very much used to working with traditional databases so I kind of dont know where to start... On Mar 26, 2:55 pm, Michael Ossareh <ossa...@gmail.com> wrote: > On Sat, Mar 26, 2011 at 12:15, Michael Ossareh <ossa...@gmail.com> wrote: > > > On Sat, Mar 26, 2011 at 09:56, Base <basselh...@gmail.com> wrote: > > >> hi All - > > >> Any recommendations on a NoSQL database to use with clojure? I am > >> experimenting if it will fit my project better than a SQL db and have > >> no real experience with them. > > > I've replaced my rdbms with Riak (www.basho.com). > > >> Strong clojure support is obviously important for this. The only one > >> I know of is MongoDb... > > > It doesn't have the best clojure interface into it unfortunately, so if > > you're looking for 0-60 in the shortest time choose something else. It is a > > medium term plan of mine to build a clojure implementation. > > .... a clojure implementation of the interface into riak. > > > > > > > > > > >> Thoughts?? > > > Were I making the decisions again, i'd definitely look into Redis. Not > > least because every page of their documentation has a live redis connection > > on it, so you can play with the function which you're reading about: > >http://redis.io/commands/expire > > >> Thanks > > >> Base > > >> -- > >> You received this message because you are subscribed to the Google > >> Groups "Clojure" group. > >> To post to this group, send email to clojure@googlegroups.com > >> Note that posts from new members are moderated - please be patient with > >> your first post. > >> To unsubscribe from this group, send email to > >> clojure+unsubscr...@googlegroups.com > >> For more options, visit this group at > >>http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en