Skip to content

Releases: ForeverSRC/kaeya

1.0.0 release

16 Feb 02:10
Compare
Choose a tag to compare

The implementation of the KV database in Chapter 3 of DDIA

  • Using segment storage
  • With segment refresh, flush and merge
  • REST API

0.0.2

09 Jan 08:17
Compare
Choose a tag to compare

The implementation of the KV database in Chapter 3 of DDIA

  • Single file for storage
  • REST API
  • In memory hash index

0.0.1

09 Jan 01:52
Compare
Choose a tag to compare

The simplest implementation of the KV database in Chapter 3 of DDIA

  • Single file for storage
  • REST API