lbadd
lbadd copied to clipboard
LBADD: An experimental, distributed SQL database
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.4.1 to 1.9.2. Release notes Sourced from github.com/spf13/afero's releases. v1.9.2 What's Changed Make mem.File implement fs.ReadDirFile by @bep in spf13/afero#371 Full Changelog: https://github.com/spf13/afero/compare/v1.9.1...v1.9.2 v1.9.1 What's Changed Fix...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.0.0 to 1.5.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.5.0 Spring 2022 Release 🌥️ Hello everyone! Welcome to another release of cobra. Completions continue to get better...
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.19.0 to 1.27.0. Commits e9344a8 docs: add an example for Lshortfile-like implementation of CallerMarshalFunc ... 263b0bd #411 Add FieldsExclude parameter to console writer (#418) 588a61c ctx: Modify...
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.1 to 0.5.8. Release notes Sourced from github.com/google/go-cmp's releases. v0.5.8 Reporter changes: (#293) Fix printing of types in reporter output for interface and pointer types (#294) Use...
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.3 to 0.3.7. Commits 383b2e7 language: turn parsing panics into ErrSyntax 3115f89 language: use multiple runs in TestBestMatchAlloc 5c7c50e go.mod: upgrade to go 1.17 c2d28a6 number: match...
Extend the parser so that he supports comments as specified here (https://www.sqlite.org/lang_comment.html).
Will implement the raft protocol once complete based on the design doc in `doc/internal/consensus` - [ ] Code correctness - [ ] Documentation - [ ] Test cases
The first step towards having a consensus protocol running. This'll serve as a spec to be followed for implementation. Updates to this doc will be done when needed to accommodate...
Add microbenchmarks to everything that doesn't use a `for` loop to search for something. These things include, but are not limited to: - search a cell in a page -...
Specifically here: https://github.com/tomarrell/lbadd/blob/raft/internal/node/node.go#L98 The old `Execute` function is obsolete. Once `engine` is merged to master, we need to add the replication link appropriately.