Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Milestone 0.1.0 - Genesis #7

Open
20 of 36 tasks
marceloboeira opened this issue May 27, 2019 · 2 comments
Open
20 of 36 tasks

Milestone 0.1.0 - Genesis #7

marceloboeira opened this issue May 27, 2019 · 2 comments
Labels
help wanted Extra attention is needed
Milestone

Comments

@marceloboeira
Copy link
Owner

marceloboeira commented May 27, 2019

Let's handle this issue as a discussion forum for the first milestone

IMO, these are the things we should aim for our first MVP.

1. Storage

  • Core CommitLog
    • Segments
      • Write to segments
      • Write across segments
      • Read from segment
      • Read across segments
      • Extract logfile from segment
      • Memory Mapped IO
        • Write
          • Index
          • Segment
          • Refactor segment split to take index into account
        • Read
          • Index
          • Segment
      • Restore state from disk (Restore state from disk  #4)

2. Networking

  • Networking/API (Record Transport & Serialisation #6)
    • Decide simple inicial protocol
    • Implement Basic Socket Communication
    • Implement TCP/HTTP?
    • Write to streams over the network
    • zero-cost copy (OS sendfile)

3. Operational

  • Operational
    • Configuration
      • CLI Basics

We'll leave replication out of the first Milestone.


Extra

@marceloboeira marceloboeira changed the title MVP Epic Milestone 0.1.0 - Genesis May 27, 2019
@marceloboeira marceloboeira added this to the 0.1.0 milestone May 27, 2019
@marceloboeira marceloboeira added the help wanted Extra attention is needed label May 27, 2019
@marceloboeira marceloboeira pinned this issue May 27, 2019
@cuichenli
Copy link
Contributor

I’m glad to have helped 😄 . I will also have a look at other issues. Also thanks for the good opportunity to let me contribute and learn.

@alis93
Copy link

alis93 commented Jun 27, 2019

Hi,

Really interesting project you've got here and would really be interested in contributing. Been looking at some issues and wondering if you had anything you'd like me to work on.

Both restoring state from disk #4 and Consistency integration test #8 seemed to catch my eye.

Let me know if I can work on either of these and I'll get to work on them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants