Skip to content

A functional implementation of the bitcask paper. #13

Description

@arindas

https://riak.com/assets/bitcask-intro.pdf

The following goals are proposed:

  • Implement data persistence with log-structured key-value files
  • Implement merging and compaction operations
  • Use the concurrent map implementation as a hash index
  • Present a REST server to interact with the db. Endpoints suggested:
    - GET /key
    - POST /key?value=<value>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions