You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Introduction

The Akubra Project is a new effort to provide a pluggable file storage interface that can be adapted to almost any storage subsystem. Akubra will support both ordinary and transactional storage systems, but makes simplifying assumptions about "Blobs" in order to achieve a high level of interoperability. Akubra is part of the Storage Delegation Project. For a more detailed description of Akubra, see Background and Motivation.

Status

We are currently in the prototyping phase of development. The current work is centered around a simple filesystem implementation (called fs), and a transactional mapping layer (name tbd).

Design Documents

As we are still in the early stages of development, these documents are subject to change.

Community

We invite you browse our mailing lists, or subscribe and join the conversation:

  • Akubra Users [ subscribe | view ]
    General information, questions, release announcements, etc.

  • Akubra Developers [ subscribe | view | original list archives ]
    Discussions pertaining the development of Akubra.

  • Akubra Codewatch [ subscribe | view ]
    Intended for developers, this provides automatic notification of commits to the source code repository. This is a read-only list.

Code Development

Anyone may download or browse the source code in our subversion repository at the following locations.

Coding conventions for this project are documented here.

Bugs and features for this project are tracked here.

  • No labels