On Monday, 15 April 2013 23:07:45 UTC+2, Kevin Swiber wrote: > > > On Apr 15, 2013, at 2:54 PM, Fergus McDowall > <[email protected]<javascript:>> > wrote: > > > I just released a really simple Key-Value server over on GitHub. > > > > PumbleDB allows you to get, put and delete Key-Value pairs over HTTP. It > stores these values in a fast, persistant datastore on the server. > > > > Check it out here http://fergiemcdowall.github.io/PumbleDB/ > > > > Feedback welcome! > > Fergie > > > This seems to be an express app exposing a Web API over levelup's API. Is > that correct? > > It would be cool if levelup could be configured via PumbleDB (or swapped > out for a provided instance) instead of taking the default options. For > instance, if I wanted to swap out the backend data store from LevelDB to > another persistence engine, I can do that in levelup, but I don't see how > to get to that configuration via PumbleDB. > > It would be interesting to see some performance numbers, too. > > -- > Kevin Swiber > @kevinswiber > https://github.com/kevinswiber > > >
Yes, that is correct, and probably the best way to describe it :) As for benchmarks, it would be interesting to see how it fares against some of the other systems F -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
