--
You received this message because you are subscribed to the Google Groups "mongodb-dev" group.
To post to this group, send email to mongo...@googlegroups.com.
To unsubscribe from this group, send email to mongodb-dev...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mongodb-dev?hl=en.
On 16 Dez., 02:31, Dwight Merriman <dwi...@10gen.com> wrote:
> i'm not aware of anyone building something like that
OK, let's see.
> what was the use case you had in mind? client side or server side code?
Currently, I'd like to have a client side solution primarily for AIR
solutions.
To do this, I'd write AS3 code for MongoDB's protocols like BSON etc.
AIR comes with a built-in SQL lib, which is often good to use. In case
one would
like to work a bit more document-centric, a schema-free solution would
be better.
As a first AIR solution with a MongoDB, I think of a small app, which
allows to
keep this and that what you find here and there: Links, texts,
bibliographic notes,
whatever.
The small app should be able to run standalone or sync with your
friends at your
workplace.
Additionally, I'd probably create a OS X installer package, which
installs a MongoDB
server, a very simple OS X app, which bundles the OS X MongoDB
binaries with
a small app to launch or quit the serve.