Re: FleetDB: A schema-free database implemented in Clojure

2010-01-11 Thread Mark McGranaghan
> On Jan 4, 6:18 pm, Sean Devlin wrote: > > > > > Would you be comfortable recording & publishing the talk? > > > On Jan 4, 7:12 pm, Mark McGranaghan wrote: > > > > Hi All, > > > > I'm happy to announce the alpha release of 'FleetDB

Re: FleetDB: A schema-free database implemented in Clojure

2010-01-05 Thread Mark McGranaghan
> Ok. After a second look: compact is asynchronous. How do I find out whether > it is finished or whether there is still a compaction going on? And related: > how do I shut down the server gracefully? There is currently no query for checking whether compaction is going on, though I am working on

Re: FleetDB: A schema-free database implemented in Clojure

2010-01-05 Thread Rick Moynihan
2010/1/5 Mark McGranaghan : > Hi Rick, > >> 1) Is it possible to implement a join across several collections, >> within the same database snapshot? > > Not, not yet. I may add a feature in the future that looks like: > > ["snapshot", ] > => > > ["on-snapshot" ] > => > > ["on-snapshot" ] > => >

Re: FleetDB: A schema-free database implemented in Clojure

2010-01-05 Thread Meikel Brandmeyer
Hello Mark, Am 05.01.2010 um 18:37 schrieb Mark McGranaghan: > Yep, what you're looking for is compaction: > > http://fleetdb.org/docs/queries/compact.html Doh. Those who can read have a clear advantage. ^^" Ok. After a second look: compact is asynchronous. How do I find out whether it is fin

Re: FleetDB: A schema-free database implemented in Clojure

2010-01-05 Thread Mark McGranaghan
0 at 1:12 AM, Mark McGranaghan 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:"FleetDB offer

Re: FleetDB: A schema-free database implemented in Clojure

2010-01-05 Thread Mark McGranaghan
Hi Meikel, Yep, what you're looking for is compaction: http://fleetdb.org/docs/queries/compact.html - Mark On Jan 5, 2:59 am, Meikel Brandmeyer wrote: > Hello Mark, > > On Jan 5, 1:12 am, Mark McGranaghan wrote: > > > I'm happy to announce the alpha release

Re: FleetDB: A schema-free database implemented in Clojure

2010-01-05 Thread Mark McGranaghan
FleetDB is designed for datasets that fit in RAM. I'll be adding a FAQ page soon that addressees this question in more detail, as it comes up a lot. - Mark On Jan 5, 4:26 am, Rick Moynihan wrote: > 2010/1/5 Mark McGranaghan : > > > Hi All, > > > I'm happy to annou

Re: FleetDB: A schema-free database implemented in Clojure

2010-01-05 Thread Meikel Brandmeyer
Hello Mark, On Jan 5, 1:12 am, Mark McGranaghan wrote: > I'm happy to announce the alpha release of 'FleetDB', a schema-free > database implemented in Clojure and optimized for agile development. This seems very nice on a first look. Maybe exactly what I was looking for:

Re: [ANN] FleetDB: A schema-free database implemented in Clojure

2010-01-05 Thread Anders Rune Jensen
On Tue, Jan 5, 2010 at 1:12 AM, Mark McGranaghan 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 at http://fleetdb.org: "Flee

Re: [ANN] FleetDB: A schema-free database implemented in Clojure

2010-01-05 Thread Rick Moynihan
2010/1/5 Mark McGranaghan : > 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 a quick skim of the docs, this looks pretty interesting. Some questions: 1)

Re: FleetDB: A schema-free database implemented in Clojure

2010-01-04 Thread Mark McGranaghan
: > > > > > 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:"FleetDB offers a flexib

Re: FleetDB: A schema-free database implemented in Clojure

2010-01-04 Thread Sean Devlin
Would you be comfortable recording & publishing the talk? On Jan 4, 7:12 pm, Mark McGranaghan 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. > > F

[ANN] FleetDB: A schema-free database implemented in Clojure

2010-01-04 Thread Mark McGranaghan
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 at http://fleetdb.org: "FleetDB offers a flexible and expressive data model designed for the needs of modern