Hi, As many of you know from twitter/irc I've put together a bare bones PHP client for Bitcask:
http://github.com/videlalvaro/phpcask If some guys/gals here think that this project might be helpful for someone please let me know, so I can spend some more time on it. To name an example where I can improve it is that now is just a PHP Class wrapper around the bitcask API, with no error handling at all. Thinks like that can be improved quite easily. Regards and congratz to Basho for the good work. Alvaro On May 5, 2010, at 11:46 PM, Justin Sheehy wrote: > Riak Users, > > You might have noticed that we released a new local key/value store > recently: http://blog.basho.com/2010/04/27/hello,-bitcask/ > > As of just now, it is available as a storage engine ("backend") in the > tip of the Riak repository. > > You can use it like any other backend just by setting the > storage_backend application variable in the riak_kv application to > riak_kv_bitcask_backend (in your "app.config") on a fresh node so that > it will use Bitcask for storage. > > There is a new application in app.config, "bitcask", for more detailed > configuration of bitcask behavior. Some of the variables you can set > in there are: > > data_root: string (required) - the directory for bitcask to use for > storage and metadata > > merge_strategy: {hours, N} - perform a data file merge every N hours > > sync_strategy: how to manage syncing of data files being written. choices: > none (default) - let the O/S decide > o_sync - use the O_SYNC flag to sync each write > {seconds, N} - call bitcask:sync/1 every N seconds > > A couple of things aren't done yet, including more proactive > generation of hintfiles, faster startup time, smarter merge > strategies, more extensive testing on more platforms, documentation on > usage, and more. We are not yet recommending this as a primary > production backend, but we expect to very soon. Your feedback is > welcomed. > > -Justin > > p.s. -- it's not slow. > > _______________________________________________ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com