There isn't an RDBMS mostly because I have an irrational prejudice against them. In this case, the content is mostly static. The Hadoop jobs process collection of source documents -- a few dozen GB, a big ol' mess of PDF, XML, JSON, even WordPerfect! -- and, many hours later, output two things: 1) the Solr index, and 2) a few million HTML files. Everything you see on the site comes from one of those two. There is no run-time data to persist.
When I need a DB, I'll probably use Amazon SimpleDB. By the way, I've been using Clojure for the Hadoop/back-end code for over a year. The front-end used to be Ruby on Rails, I switched it to Clojure a few months ago. -Stuart On Apr 7, 3:11 pm, Allen Rohner <aroh...@gmail.com> wrote: > > It's deployed on an Ubuntu server on Amazon EC2. Just one server for > > now, but designed to scale to more. No RDBMS! > > Awesome, Congratulations. I was hoping to be the 2nd "famous" Clojure > app, but it looks you beat me to it. :-) > > Can you go into detail about what/how you are persisting since you > aren't using an RDBMS? > > Allen --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---