FlyDB
FlyDB copied to clipboard
The high-performance kv storage engine based on bitcask paper made in golang
 The configuration method in the figure is relatively common, and it is configured using the method of 'with' and 'parameter name'
| id | issue | people | process | -------- | -------- | -------- |-------- | |1 | cluster method Put | || |2 | cluster method Get | ||...
This [FlyDB-Cloud](https://github.com/ByteStorage/FlyDB-Cloud) needs to add some operations to simulate Docker or Podman commands. If you are interested in cloud native, this is a good issue! You can visit https://github.com/containers/buildah and...
When the DB process is forcibly killed and the close method is not executed properly, this is not an ideal result. We need to support abnormal shutdown and restart the...
I have completed the initial implementation of the raft transport. Can you review it and let me know if there are any issues or if it looks good? Thank you.
We need a new data structure, Expiring key, to extend the database's key-value storage structure. We need to build some instructions into Expiring key to make it more complete. If...
wo should use `grpc`. ```go // transport implements raft.Transport interface // we can use it to send rpc to other raft nodes // and receive rpc from other raft nodes...
We need a new data structure, Stream , to extend the database's key-value storage structure. We need to build some instructions into Stream to make it more complete. If you...