Go to file
jdl 728b34b684 Fix streaming handlers for https. 2023-12-03 20:26:27 +01:00
fstore Cleanup. 2023-10-16 08:50:19 +00:00
lib Fix streaming handlers for https. 2023-12-03 20:24:36 +01:00
mdb Fix streaming handlers for https. 2023-12-03 20:26:27 +01:00
.gitignore Added .gitignore. 2023-10-13 11:47:50 +02:00
README.md Initial commit 2023-10-13 11:43:27 +02:00
dep-graph.sh Initial commit 2023-10-13 11:43:27 +02:00
go.mod Initial commit 2023-10-13 11:43:27 +02:00
go.sum Initial commit 2023-10-13 11:43:27 +02:00

README.md

jldb

Replicated in-memory database and file store.

TODO

  • mdb: tests for sanitize and validate functions
  • Test: lib/wal iterator w/ corrupt file (random corruptions)
  • Test: lib/wal io.go