I've posted the slides here: 
http://fleetdb.org/talks/2010_01_07_ba_clojure_user_group.pdf

On Jan 4, 6:35 pm, Mark McGranaghan <[email protected]> wrote:
> Sure; if someone at the meetup wanted to record the talk that would be
> great. I'll probably publish my slides as well.
>
> - Mark
>
> On Jan 4, 6:18 pm, Sean Devlin <[email protected]> wrote:
>
>
>
> > Would you be comfortable recording & publishing the talk?
>
> > On Jan 4, 7:12 pm, Mark McGranaghan <[email protected]> wrote:
>
> > > Hi All,
>
> > > I'm happy to announce the alpha release of 'FleetDB', a schema-free
> > > database implemented in Clojure and optimized for agile development.
>
> > > From the homepage athttp://fleetdb.org:"FleetDBoffers a flexible
> > > and expressive data model designed for the needs of modern application
> > > developers; a combination of schema-free records, declarative queries,
> > > automatically maintained indexes, and an optimizing query planner make
> > > it easy to manipulate and retrieve data. By keeping all data in RAM as
> > > persistent data structures,FleetDBis able to offer multi-document
> > > transactions, excellent concurrency semantics, and high performance.
> > > Writing to an append-only log provides durability in the form of a
> > > single file that can be transfered and analyzed using standard Unix
> > > tools.FleetDBis accessible via a simple JSON-based protocol that is
> > > implemented by clients in several programming languages."
>
> > >FleetDBcombines ideas from existing databases with several of its
> > > own, implementing them all in terms of Clojure's powerful persistent
> > > data structure and sequence libraries. I think the result is an
> > > expressive, performant, and easy-to-use database.
>
> > > If you'd like to learn more and aboutFleetDBand using it from
> > > Clojure applications, please seehttp://fleetdb.org/docs/introduction.html
> > > and the other documentation onhttp://fleetdb.org.
>
> > > If you're interested in howFleetDBtakes advantage of Clojure's
> > > persistent data structures, I encourage you 
> > > readhttp://fleetdb.org/docs/implementation.html.
>
> > > I am very interested in hearing any comments you have aboutFleetDB
> > > and would be happy to answer your questions. I'd also be interested in
> > > hearing any general thoughts that you have about using schema-free
> > > databases from Clojure.
>
> > > Finally, I'll be speaking aboutFleetDBat the Bay Area Clojure Users
> > > Group's January 7th meetup [1]; perhaps I'll see some of you there.
>
> > > Cheers,
> > > - Mark
>
> > > [1]http://www.meetup.com/The-Bay-Area-Clojure-User-Group/calendar/12119171/
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to