Replies: 1 comment
-
|
Thanks for your interest! Since you are already familiar with LSM trees and distributed systems in Java, you'll find the core concepts in NoKV very familiar. Go is quite concise and readable, so the transition should be smooth. Feel free to poke around the code and share your thoughts! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not very familiar with Go, but we previously implemented a distributed graph database using Java, with the key-value storage also based on LSM tree.
At the same time, I'm genuinely interested in storage systems.
I think I need to get familiar with Go first.
Beta Was this translation helpful? Give feedback.
All reactions